function win_open( win_ins, b , h , t , l)
{
InfoWin = window.open( "", win_ins, "width="+b+", height="+h+ ",top="+t+ ",left="+l+ ",scrollbars=yes" );

}

