<!--

function open_window_1(url) 
{
	zoom=window.open(url,"Zoom1",'width=700,height=600,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=auto,copyhistory=0');
	var x = (screen.width-445);
	zoom.moveTo(0,0);
}


//-->
