function openw(url,name) {
	
	opener = window.open(url,name,'top=100, left=100,fullscreen=no,resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,width=700,height=444,scrollbars=no');
	opener.focus();
}