function golink2(){
	url = document.frmGo2.links2.options[document.frmGo2.links2.selectedIndex].value;
window.open(url,"NewWindow","toolbar=yes,location=yes,width=800,height=600;,directories=no,status=yes,scrollbars=yes,resize=yes,menubar=yes")
}