
function goUrl(s) {
	var path = s.options[s.selectedIndex].value;	
	window.top.location.href = path;
}


function hpop(url, width, height) {
	window.open(url,"hpop",'width=' + width + ',height=' + height + ',left=50,top=50,resizable=yes,scrollbars=no,menubar=no' );
}
