document.write("<base target='_top'>");
function surfto(form) {
	var myindex=form.select1.selectedIndex
	if (form.select1.options[myindex].value != "0"){
		window.location=form.select1.options[myindex].value;
	}
}
function OpenPop(width,height,href){
	var svFeatures = "width="+width+",height="+height+",menubar=no,location=no,status=no,toolbar=no,scrollbars=no";
	var stat = window.open(href,"",svFeatures);
	stat.focus();
}
