function openw(url,name,w1,h1) {
	opener = window.open(url,name,'top=50, left=50,fullscreen=no,resizable=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,width='+w1+', height='+h1+',scrollbars=yes');
	opener.focus();
}