var newwindow; function poptastic(url) { newwindow=window.open('http://www.ajcclassifieds.com/place_an_ad/adstar/merchandise/samples/camera.html','name','height=300,width=400'); if (window.focus) {newwindow.focus()} } var newwindows; function faq(url) { newwindow=window.open('http://www.ajcclassifieds.com/help/woe.html','name', config='height=600,width=610,toolbar=yes,menubar=no,scrollbars=yes,resizable=no,location=no,directories=no,status=no'); if (window.focus) {newwindows.focus()} } function getElementsByClassName(className, tag, elm){ var testClass = new RegExp("(^|\\\\s)" + className + "(\\\\s|$)"); var tag = tag || "*"; var elm = elm || document; var elements = (tag == "*" && elm.all)? elm.all : elm.getElementsByTagName(tag); var returnElements = []; var current; var length = elements.length; for(var i=0; i