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

