function showpopup(documentURL,v,h) { window.open(documentURL,"newWindow","menubar=0,status=0,scrollbars=1,resizable=0,width="+v+",height="+h); }