function go()
{
	box = document.forms[0].navi;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}

function rs(u,w,h) {
	winStats='toolbar=no,location=no,directories=no,menubar=no,resizable=yes'
	winStats+='scrollbars=no'
	if (navigator.appName.indexOf("Microsoft")>=0) {
		winStats+=',left=250,top=200,width=' + w + ',height=' + h;
	}
	else{
		winStats+=',screenX=250,screenY=200,width=' + w + ',height=' + h;
	}
	remote=window.open(u,"_blank",winStats)
	remote.focus();
}

function rs2(u,w,h) {


   winStats='toolbar=no,location=no,directories=no,menubar=no,resizable=no'
   winStats+=',scrollbars=yes'
   if (navigator.appName.indexOf("Microsoft")>=0) {
      winStats+=',left=50,top=50,width=' + w + ',height=' + h;
    }else{
      winStats+=',screenX=50,screenY=50,width=' + w + ',height=' + h;
    }
   buyWindow=window.open(u,"_blank",winStats)     
   buyWindow.focus()

}
