window.onload=function(){if(!document.getElementsByTagName){return false}var b=document.getElementsByTagName("a");for(var a=0;a<b.length;a++){if(b[a].getAttribute("class")=="popup"){b[a].onclick=function(){openPopUp(this.getAttribute("href"));return false}}}};function openPopUp(){alert("linkURL")}function popUpWindow(h,a,j,g,b,d,e){var f="";var i=h;var c="height="+j+", width="+a+", toolbar="+g+", scrollbars="+b+", menubar="+d+", title="+f+", titlebar="+e;newPopUp=window.open(i,f,c)}function popUp(b,a,c){window.open(b,"popup","width="+a+",height="+c)};