function new_win(url)
{
if ( url != "null" )	  
   window.open(url,"Detail","scrollbars=yes,resizable=yes,width=550,height=200,top=200,left=350");
}

