function win_open(location,name,w,h)
{
window.open(location, name, 'menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no, width='+w+', height='+h) 
}
