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

