function N(src){if(!src.contains(event.fromElement)){src.style.cursor='hand';src.bgColor='#d8e3e9';}}
function F(src){if(!src.contains(event.toElement)){src.style.cursor='default';src.bgColor='#f1f7f9';}}
function C(src){src.children.tags('a')[0].click();}
if(self.screen){sw=screen.width;sh=screen.height;}else if(self.java){j=java.awt.Toolkit.getDefaultToolkit();scr=j.getScreenSize();sw=scr.width;sh=scr.height;}
function Op(n,w,h){
var m=window.open('show.phtm?'+n,n,"width="+w+",height="+h+",screenX="+(sw-w)/2+",screenY="+(sh-h)/2+",top="+(sh-h)/2+",left="+(sw-w)/2+",scrollbars=1,resizable=1");
m.focus();
}