function openWindow (url,w,h)
{
        window.open (url,'regul','scrollbars=yes,menubar=no,status=no,width='+w+',height='+h);

}