//Created 29 Mar 2008
//Author: nivlam.com
//Permission given to use the script provided that this notice remains as is.

function go(a)
{
	top.desktop.location.href = a;
}

function clearMenu() 
{
	document.getElementById('startMenuPopup').style.display = "none";
}

document.onclick = clearMenu;

