function openwin(url,w,h) {
    window.open(url, 'popup2','toolbar=yes,menubar=yes,scrollbars,resizable, height='+h+',width='+w);
}
