function dn(){
}
function popup(){
var thisW = (window.screen.width) ;
var thisH = (window.screen.height) ;
popupWin = window.open("flash/ps_backend_2005-07.html","popupWin","scrollbars=no,titlebar=yes,left=0,top=0,width=120,height=120");
popupWin.focus();
popupWin.resizeTo(thisW,thisH);
return true;
}