function ypg_go() {
	var ypg_url = document.form1.ypg_sel_menu.options[document.form1.ypg_sel_menu.selectedIndex].value;
	//alert(ypg_url.substring(0,4));
	if(ypg_url.substring(0,4)=="http") {
		window.open(ypg_url,"");
		//alert("blank"+ypg_url);
	} else {
		//alert("self"+ypg_url);
		window.location.href = ypg_url;
	}
}
function ypg_window(url){
	var links = new Object();
	links['closedates'] = 'closedates.htm';
	links['userterms'] = 'userterms.htm';
	window.open(links[url],"Yellow Pages Group&trade;","width=420,height=500,scrollbars=yes");
}

