
function open_window ( url_ )
{
   window.open( url_ , "window2" , "scrollbars=yes,width=650,height=450,resizable=yes");
}
