
var cX = 0; var cY = 0; var rX = 0; var rY = 0;
function UpdateCursorPosition(e){ cX = e.pageX; cY = e.pageY;}
function UpdateCursorPositionDocAll(e){ cX = event.clientX; cY = event.clientY;}
if(document.all) { document.onmousemove = UpdateCursorPositionDocAll; }
else { document.onmousemove = UpdateCursorPosition; }
function AssignPosition(d) {
if(self.pageYOffset) {
	rX = self.pageXOffset;
	rY = self.pageYOffset;
	}
else if(document.documentElement && document.documentElement.scrollTop) {
	rX = document.documentElement.scrollLeft;
	rY = document.documentElement.scrollTop;
	}
else if(document.body) {
	rX = document.body.scrollLeft;
	rY = document.body.scrollTop;
	}
if(document.all) {
	cX += rX; 
	cY += rY;
	}
d.style.left = (cX-800) + "px";
d.style.top = (cY-300) + "px";
}
function HideContent(d) {
if(d.length < 1) { return; }
document.getElementById(d).style.display = "none";
}
function ShowContent(d) {
if(d.length < 1) { return; }
var dd = document.getElementById(d);
AssignPosition(dd);
dd.style.display = "block";
}
function ReverseContentDisplay(d) {
if(d.length < 1) { return; }
var dd = document.getElementById(d);
AssignPosition(dd);
if(dd.style.display == "none") { dd.style.display = "block"; }
else { dd.style.display = "none"; }
}


var strVar="";
strVar += "    <div id=\"popinfo\" style=\"position:absolute;z-index:2;display:none;width:433px;height:330px;background-image:url('http:\/\/www.nokia.com\/NOKIA_UK_23\/EUROPE_NOKIA_COM_3\/Microsites\/OnlineShop_elements\/images\/main_bg.jpg')\">";
strVar += "    	<span id=\"close_button\" style=\"position:relative;top:10px;left:410px;float:left;\"><a href=\"#\" onclick=\"HideContent('popinfo');return false;\"><img src=\"http:\/\/www.nokia.com\/NOKIA_UK_23\/EUROPE_NOKIA_COM_3\/Microsites\/OnlineShop_elements\/images\/close.gif\" border=\"0\" \/><\/a><\/span>";
strVar += "        <span id=\"games\" style=\"position:absolute;top:47px;left:50px;float:left;width:165px;\"><strong><font class=\"headers\">Games<\/font><\/strong><br \/><font style=\"font-family:arial;font-size:9px;color:#666666;\">Experience N-Gage on your phone to be part of the exciting world of mobile gaming.<\/font><\/span>";
strVar += "        <span id=\"contacts\" style=\"position:absolute;top:47px;left:255px;float:left;width:165px;\"><strong><font class=\"headers\">Contacts<\/font><\/strong><br \/><font style=\"font-family:arial;font-size:9px;color:#666666;\">Stay in touch. It's simple and secure with one-click sync and all your contacts backed up.<\/span>";
strVar += "        <span id=\"music\" style=\"position:absolute;top:100px;left:50px;float:left;width:165px;\"><strong><font class=\"headers\">Music<\/font><\/strong><br \/><font style=\"font-family:arial;font-size:9px;color:#666666;\">Discover the latest music including new album releases, hot tracks and news on gigs.<\/font><\/span>";
strVar += "        <span id=\"ovi_share\" style=\"position:absolute;top:100px;left:255px;float:left;width:165px;\"><strong><font class=\"headers\">Ovi Share<\/font><\/strong><br \/><font style=\"font-family:arial;font-size:9px;color:#666666;\">Get unlimited photo and video storage, simple to upload and great to share.<\/font><\/span>";
strVar += "        <span id=\"mail\" style=\"position:absolute;top:152px;left:50px;float:left;width:165px;\"><strong><font class=\"headers\">Mail<\/font><\/strong><br \/><font style=\"font-family:arial;font-size:9px;color:#666666;\">Get free web mail (and 1 GB storage) that's so easy to access on your phone you won't need a computer.<\/span>";
strVar += "        <span id=\"calendar\" style=\"position:absolute;top:152px;left:255px;float:left;width:165px;\"><strong><font class=\"headers\">Calendar<\/font><\/strong><br \/><font style=\"font-family:arial;font-size:9px;color:#666666;\">Sync your calendar so you never miss important meetings, events or tasks.<\/font><\/span>";
strVar += "        <span id=\"ovi_store\" style=\"position:absolute;top:205px;left:50px;float:left;width:165px;\"><strong><font class=\"headers\">Ovi Store<\/font><\/strong><br \/><font style=\"font-family:arial;font-size:9px;color:#666666;\">Choose from games, apps, themes and other downloads for your mobile, with many for free.<\/span>";
strVar += "        <span id=\"maps\" style=\"position:absolute;top:205px;left:255px;float:left;width:165px;\"><strong><font class=\"headers\">Maps<\/font><\/strong><br \/><font style=\"font-family:arial;font-size:9px;color:#666666;\">Search the world, save your favourite locations and routes, then access them on-the-go.<\/font><\/span>";
strVar += "        <span id=\"files\" style=\"position:absolute;top:255px;left:50px;float:left;width:165px;\"><strong><font class=\"headers\">Files<\/font><\/strong><br \/><font style=\"font-family:arial;font-size:9px;color:#666666;\">Wherever you are, get easy access via your phone to the documents, music and photos on your own computer.<\/span>";
strVar += "        <span id=\"web\" style=\"position:absolute;top:255px;left:255px;float:left;width:165px;\"><strong><font class=\"headers\">Web<\/font><\/strong><br \/><font style=\"font-family:arial;font-size:9px;color:#666666;\">Explore the internet directly on your mobile web browser and enjoy the web on the move.<\/font><\/span>";
strVar += "        <\/div>";




