// not to get framed
if ((navigator.appName == "Netscape" && parseInt(navigator.appVersion) >= 3) || (navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) >= 4)){
	if (parent.location.href != window.location.href) parent.location.href = window.location.href;
}

function setCSS()
{
	var custFontSize = getSubCookie('JSUtilities', 'fontSize', '&');
	if (custFontSize == '') custFontSize = 14;
	dw("<style  type='text/css'>");
	dw("form {margin-top: 0px; margin-bottom: 0px}");
	dw("body {font-family:arial;font-size:" + custFontSize + "px}");
	dw("A:link {color: #089494; text-decoration: none}");
	dw("A:visited {color: #089494; text-decoration: none}");
	dw("A:active {color: brown; text-decoration: none}");
	dw("A:hover {color: red; text-decoration: underline}");
	dw("td {font-family:arial;font-size:" + custFontSize + "px}");
	dw("</style>");
}
setCSS();

var whichOne = ''
function shoppinglist_xpl()
{
	var str = '';
	str += "<img src = 'images/shoplist.gif'><br>";
	str += "<font style = 'font-size:12;color:black;'>";
	str += "<b>We don't just make your grocery list. We make you a grocery surfer!</b><br>";
	str += "Make a <b>multistore shopping list</b>, <b>transfer items easiely</b> with just one click of the mouse ";
	str += " from one store to another.<br>";
	str += "Our <b>smart input</b> makes making shopping list a <b>snap</b>. Once we learn what you need, next time it";
	str += " will <b>autocomplete all the fields for you</b>, so you can <b>enjoy shopping organized by aisle</b> - ";
	str += "you won't have to run around grocery store exhausted. ";
	str += "<b>Just ride the wave</b>.";
	str += "</font>";
 	document.getElementById('infospan').innerHTML = str;
	whichOne = str;
}

function recipe_xpl()
{
	var str = '';
	str += "<img src = 'images/recipeinput.gif'><br>";
	str += "<font style = 'font-size:12;color:black;'>";
	str += "<b>Recipe and shopping list integration</b>:<br>";
	str += "Paste your recipe in and <b>we will organize the input</b> for you. With a <b>click";
	str += " of the mouse put the ingredients";
	str += " into your shopping list</b>, so you will not forget some rarely used ingredient."
	str += "</font>";
	document.getElementById('infospan').innerHTML = str;
	whichOne = str;
}

function autoreminder_xpl()
{
	var str = '';
	str += "<img src = 'images/reminder.gif'><br>";
	str += "<font style = 'font-size:12;color:black;'>Our list remembers what you need and when you need it and will ";
	str += "<b>remind you <font color = 'red'>before</font> you run out of it<b>.</font>";
	document.getElementById('infospan').innerHTML = str;
	whichOne = str;
}

function phone_xpl()
{
	var str = '';
	str += "<img src = 'images/mobilephone.gif'><br>";
	str += "<font style = 'font-size:12;color:black;'><b>Access</b> your shopping list on your <b>mobile phone";
	str += "</b> to have it with you <b>anytime</B> you need it - <b>in the store</b>. Of course, we also have a <b>";
	str += "print version</b> for your convenience.</font>";
	document.getElementById('infospan').innerHTML = str;
	whichOne = str;
}

var getRid = true;
function getRidOfOvers()
{
	if(getRid)
		document.getElementById('infospan').innerHTML = '';
}

document.onmousemove = mouse_pos;
function showSSLSign()
{
	getRid = false;
	showObject("SSLSign");
	moveElem("SSLSign", animato.x -30, animato.y);
	return true;
}












