function Wopen(U,N,W,H,L,T){
	var WO1;
	WO1=window.open(U,N,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width='+ W +',height='+ H +',left='+ L +',top='+ T +'');
	WO1.focus();
			}
Wopen

