function newWindow(link,width,height) {

content="";

if(width) {
content="width="+width+",height="+height+",scrollbars=yes,resizable=yes";
}

window.open(link,"",content);
}



function gothere(mname)
{
var thisform = mname;
 if (thisform.selectsite.options[thisform.selectsite.options.selectedIndex].value != "nolink") {location.href=thisform.selectsite.options[thisform.selectsite.options.selectedIndex].value;}
}
