
/* - jquery.swfPopup.js - */
// http://www.meusburger.com/portal_javascripts/jquery.swfPopup.js?original=1
jq(document).ready(function(){jq(".documentContent a").each(function(){var href_orig=jq(this).attr('href');if((typeof href_orig!="undefined")&&(href_orig.indexOf('.swf')!=-1)){jq(this).click(function(){popup_win=window.open("swf_popup?swf_url="+href_orig.replace('/view',''),"animation","width=640,height=480");popup_win.focus();return false})}})});
