function openWindow1(clocation,wNo){	var wName;	wName="win"+wNo;	var scriptwin=window.open(clocation,wName,'toolbar=no,location=no,resizable=yes,status=no,width=420,height=325');}function openWindow2(clocation,wNo){	var wName;	wName="win"+wNo;	var scriptwin=window.open(clocation,wName,'toolbar=no,location=no,resizable=yes,status=no,width=420,height=420');}function openWindow3(clocation,wNo){	var wName;	wName="win"+wNo;	var scriptwin=window.open(clocation,wName,'toolbar=no,location=no,resizable=yes,status=no,width=420,height=600');}function openWindow4(clocation,wNo){	var wName;	wName="win"+wNo;	var scriptwin=window.open(clocation,wName,'toolbar=no,location=no,resizable=yes,status=no,width=420,height=250');}function openWindow5(clocation,wNo){	var wName;	wName="win"+wNo;	var scriptwin=window.open(clocation,wName,'toolbar=no,location=no,resizable=yes,status=no,width=420,height=350');}