function PostComment(ID,theTitle) { RatePictureWindowPopup = window.open("/front_page_archive_leave_comment.asp?post_id=" + ID +"&theTitle=" + theTitle,"commentPopup","status=no,toolbar=no,scrollbars=yes,location=no,menu=yes,width=500,height=500,resizeable=yes,resizable=yes,screenX=10,screenY=10,top=10,left=10"); } function WindowPopup(pageURL,popupName,h,w,showScrolls) { window.open (pageURL, popupName, "width=" + w + ",height=" + h + ",screenX=20,screenY=20,left=20,top=20,resizable=yes,status=no,toolbar=no,scrollbars="+showScrolls); } function ViewPorn(theImage,theBanner,theTitle) { WindowPopup("/picture_viewer.asp?bannerid=" + theBanner + "&img=" + theImage + "&title=" + escape(theTitle),"PornPage",500,755,1); }