function setLoc(loc)
{
	document.location.href=loc;
}

function OpenWindow(theURL,winName,features)
{   
	window.open(theURL,winName,features); 
}