function openwin(URL,W,H){
	var pkp =	window.open(URL,'n','width='+W+',height='+H+',status=No,resizable=No,scrollbars=Yes');
	pkp.focus();
}
