function openWindow2(clocation, wNo) {
	var wName;
	wName="win"+wNo;
	var scriptwin=window.open(clocation, wName, 'toolbar=no, location=no, resizable=yes, status=no, scrollbars=yes, top=0, left=0, width=327, height=194');
}