function wopen(){
	newWin=window.open("","_zoom","toolbar=no,scrollbars=0,resizable=no,width=500,height=480");
	newWin.focus();
}
