 function anny() 
   {
   var n_win = window.open("_sites/action.php","news","width=600,height=450,left=25,top=25,resizable=0,location=0"); 
    n_win.focus();                      
   }
