function ok(select){
	if(select.options[select.selectedIndex].value!=''){
		if(select.options[select.selectedIndex].value!='$') {
			window.open(select.options[select.selectedIndex].value,'_balnk');
		}
	}
}