function openWin(clocation, wNo){
	var wName;
	wName = "win" + wNo;
	var scriptwin = window.open(clocation, wName, 'toolbar = no, location = no, resizable = yes, status = no, scrollbars=yes, width = 650, height = 650');
}