function popup_s(vac,h,w,name)
{
newWindow=
window.open(vac,name,config='height='+h+',width='+w+',toolbars=no,scrollbars=yes,resizable=no')
newWindow.focus()
}
