function openWindow(clocation, wNo) {
	var wName;
	wName="win"+wNo;
	var scriptwin=window.open(clocation, wName, 'toolbar=no, location=no, resizable=yes, status=no, scrollbars=yes, top=30, left=10, width=390, height=550');
}

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=30, left=10, width=760, height=610');
}
