function OpenWin(){
		win=window.open("/service/what.php","new","width=600,height=450,scrollbars=no,location=no,menubar=yes");
}

function OpenVal(){
		win=window.open("/service/valuation.php","new","width=600,height=450,scrollbars=yes,location=no,menubar=yes");
}