		function open_w(adr,widt,heig)
		{
			widt += 20;
			heig += 20;
			window.open(adr,"POP","scrollbars=yes,resizable=yes,toolbar=no,menubar=no,status=no,location=0,width="+widt+",height="+heig);
		}
