
<!--
function pW(P,X,Y) {aF='<img src="'+P+'" width="'+X+'" height="'+Y+'" alt="'+P+'">'; iW = (window.screen.width/2) - (X/2); iH = (window.screen.height/2) - (Y/2+20); var win2 = window.open("","av","status,height=Y,width=X,resizable=no,left="+ iW +",top="+ iH+",width="+X+",height="+Y+",scrollbars=no"); win2.document.open(); win2.document.writeln('<html><head><title>'+P+'</title></head><body marginheight="0" marginwidth="0" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" onBlur="close();">'+aF+'</body></html>'); win2.document.close(); win2.focus(); }
//-->
