//Quicklinks
function gotopage(page) 
{
	if (page != "") 
	{
		self.location=page
	}
}


