var rootFolder="";
var contentFolder="";

function gotoPage(n)
{
	window.location.href = contentFolder + n;
}

function gotoHome()
{
	window.location.href = rootFolder + "default.aspx";
}

function getImage(n,loc)
{
	n.src = rootFolder + loc;	
}
