function open_window(url,w,h) {
        var myWindow = window.open(url, '', 'location=0,resizable=0,status=0,titlebar=1,directories=0,toolbar=0,menubar=0,scrollbars=0,status=0,width='+w+',height='+h);
        return;
}
