function openWindow(href,name,h,w) 
{
   win = window.open(href,name,'height='+h+',width='+w+',scrollbars');
   win.focus();
}
