function open_window(URL, w, h)
	{
	    var nw = window.open(URL,'T4T','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=yes,resizeable=no,height=' + h + ',width=' + w);
	}
