function opwxx(url,n,w,h)
{
	window.open(url,n,'width='+ w +',height='+ h +',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,top=0,left=0');
}

