function open_copyright(){

















x=0











y=(screen.height-512)/2

















fen=window.open("../copyright.html",'fen_b','top='+y+',left='+x+',screenX='+x+',screenY='+y+',height=515,width=410,menubar=0,resizable=0,scrollbars=1,status=0,titlebar=0,toolbar=0')











fen.resizeTo(410,515)





fen.moveTo(x,y);





fen.focus();











}





function open_expo(){



x=75




y=(screen.height-128)/2-320




fen=window.open("pop_expo.html",'fen_e','top='+y+',left='+x+',screenX='+x+',screenY='+y+',height=260,width=425,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0')



fen.focus();




}





function open_video(){





x=75








y=(screen.height-128)/2-320








fen=window.open("../../image/video/index.html",'fen_f','top='+y+',left='+x+',screenX='+x+',screenY='+y+',height=250,width=700,menubar=0,resizable=1,scrollbars=0,status=0,titlebar=0,toolbar=0')





fen.focus();








}