<!--
function new_win(w,h)
{
//w1=window.open('','new_window','resizable=no,menubar=no,status=no,scrollbars=no,width=240,height=195');
//w1.close();
w1=window.open('','new_window','resizable=no,menubar=no,status=no,scrollbars=no,width='+w+',height='+h);
}
//-->
