function wopen(){
	newWin=window.open("","_zoom","toolbar=no,scrollbars=1,resizable=no,width=700,height=650");
	newWin.focus();
}

function wopen1(){
	newWin=window.open("","_zoom1","toolbar=no,scrollbars=0,resizable=yes,width=560,height=590");
	newWin.focus();
}

function wopen2(){
	newWin=window.open("","_zoom2","toolbar=no,scrollbars=0,resizable=yes,width=560,height=630");
	newWin.focus();
}

function wopen3(){
	newWin=window.open("","_zoom3","toolbar=no,scrollbars=0,resizable=yes,width=560,height=630");
	newWin.focus();
}

function wopen4(){
	newWin=window.open("","_zoom4","toolbar=no,scrollbars=0,resizable=yes,width=560,height=630");
	newWin.focus();
}

function wopen5(){
	newWin=window.open("","_zoom5","toolbar=no,scrollbars=0,resizable=yes,width=560,height=630");
	newWin.focus();
}


