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