function changephoto(i)
{
	document.imgto.src='images/top_'+i+'.gif';
}

var refer=true;
function combo(obj,on)
{
	if (on=="1")
	{
		obj.style.visibility="visible";
		refer=false;
	}
	else if (on=="0")
	{
		obj.style.visibility="hidden";
		refer=true;
	}
}

function MM_openBrWindow(theURL,winName,features)
{ 
	window.open(theURL,winName,features);
}
