<!--
function do_link (URL) {
   
         var newWinOpts='width=1050,height=950,scrollbars=yes,resizable=yes,menubar=no,status=yes,toolbar=no,location=no,directories=no';
         newWin = window.open(URL, 'thenewWin', newWinOpts);
         window.open(URL, 'thenewWin', newWinOpts);}
		 
// -->