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

