var JSTarget={init:function(H,C,I){if(document.getElementById&&document.createElement&&document.appendChild){var B=((typeof H=="undefined")||(H==null))?"class":H;var G=((typeof C=="undefined")||(C==null))?"external":C;var A=document.getElementsByTagName("a");var F;var D=new RegExp("(^|\\s)"+G+"(\\s|$)");for(var E=0;E<A.length;E++){F=A[E];if((B=="class")&&(D.test(F.className))||(D.test(F.getAttribute(B)))){F.onclick=JSTarget.openWin}}oWarning=null}},openWin:function(C){var B=(!C)?window.event:C;if(B.shiftKey||B.altKey||B.ctrlKey||B.metaKey){return true}else{var A=window.open(this.getAttribute("href"),"_blank");if(A){if(A.focus){A.focus()}return false}A=null;return true}},addEvent:function(C,B,A){if(C.addEventListener){C.addEventListener(B,A,false)}else{if(C.attachEvent){C["e"+B+A]=A;C[B+A]=function(){C["e"+B+A](window.event)};C.attachEvent("on"+B,C[B+A])}}}};
JSTarget.addEvent(window,'load',function(){JSTarget.init("class","nw");});