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