function zoom(Link) 
	{
		wN = window.open("",0,'width=780,height=450,toolbar=no,scrollbars=yes,location=no,menubar=yes,top=0,left=0');
		wN.location = Link;
		wN.moveTo(0,0);
		wN.focus();
	}

