	function openWin(w,h) {
		if(w=='')  w=1024;
		if(h=='')  h=768;
		window.open('','opennewwin','width='+w+',height='+h+',resizable=yes');
	}
