function eBookOpener(){this.maxWin=null;this.winWidth=null;this.winHeight=0;this.winLimitWidth=1024;this.winLimitHeight=768;this.winStyle=null;this.winStyleName=null;this.User=null;this.Category=null;this.BaseUrl=null;this.ViewerStyleList=new Array("eBookF\165ll","eB\u006fo\u006bCu\u0073tome\u0072","\145Boo\153D\145fault","Ful\u006c\123\u0063\u0072\145\145\u006e");this.SetLaunchHTML=SetLaunchHTML;this.GetWinStyle=GetWinStyle;this.GetBorderSize=GetBorderSize;this.IsWinXP=IsWinXP;this.SelfOpen=SelfOpen;this.OpenBook=OpenBook;}function SelfOpen(){this.GetWinStyle();var aBorderInfo=this.GetBorderSize();this.winWidth+=2*aBorderInfo[0];this.winHeight+=aBorderInfo[0]+aBorderInfo[1];var iRemovePosLeft=(screen.width-this.winWidth)/2;var iRemovePosTop=(screen.height-this.winHeight)/2;if(iRemovePosLeft<0){iRemovePosLeft=0;}if(iRemovePosTop<0){iRemovePosTop=0;}moveTo(iRemovePosLeft,iRemovePosTop);window.name=this.winStyleName;resizeTo(this.winWidth,this.winHeight);}function GetWinStyle(){if(this.maxWin=="Y"){var tmpFullScreen="\u0020\u002c\u0020\146\165\u006clscr\145\u0065n";this.winStyle=3;}else var tmpFullScreen="";if(this.winStyle==null){this.winStyle=2;}if((screen.width<=this.winLimitWidth||screen.height<=this.winLimitHeight)){this.winStyle=3;}switch(this.winStyle){case 0:this.winStyleName=this.ViewerStyleList[0];this.winTop=0;this.winLeft=0;this.winWidth=screen.width;this.winHeight=screen.height;if(screen.width!=screen.availWidth){this.winWidth=screen.width-57}if(screen.height!=screen.availHeight){this.winHeight=screen.height-27}break;case 1:this.winStyleName=this.ViewerStyleList[1];if(this.winWidth<this.winLimitWidth){this.winWidth=this.winLimitWidth;}if(this.winHeight<this.winLimitHeight){this.winHeight=this.winLimitHeight;}this.winLeft=(screen.width-this.winWidth)/2;this.winTop=(screen.height-this.winHeight)/2;break;case 2:this.winStyleName=this.ViewerStyleList[2];this.winWidth=this.winLimitWidth;this.winHeight=this.winLimitHeight;this.winLeft=(screen.width-this.winWidth)/2;this.winTop=(screen.height-this.winHeight)/2;break;case 3:this.winStyleName=this.ViewerStyleList[3];this.winWidth=screen.width;this.winHeight=screen.height;this.winLeft=0;this.winTop=0;if(!(IsWin2k3())){tmpFullScreen="\054\u0020f\165lls\u0063reen=yes";}break;default:;}this.winStyle="\164o\160="+this.winTop+"\054\040\u006ceft="+this.winLeft+",\u0020w\151\144\u0074h="+(this.winWidth-4)+"\u002c\040h\u0065i\u0067ht="+(this.winHeight-5)+",\040\u0064\151re\143tori\u0065s\075\u006e\157,\u0020l\u006fca\u0074\u0069on=\u006eo\054 \u006denu\u0062a\u0072=\156o,\040\162\u0065siz\u0061ble\075\u006eo, sc\u0072oll\u0062a\u0072\163=no,\u0020s\164a\u0074us=\156o\u002c\040to\u006flba\u0072\u003d\156\u006f"+tmpFullScreen;}function GetBorderSize(){var aBorderInfo=new Array();if(this.IsWinXP()){aBorderInfo[0]=6;aBorderInfo[1]=32;}else{aBorderInfo[0]=5;aBorderInfo[1]=24;}return aBorderInfo;}function IsWinXP(){if(navigator.userAgent.indexOf("\u0057\u0069n\u0064ow\163\u0020NT\040\065\056\061")>1){return true;}return false;}function IsWin2k3(){if(navigator.userAgent.indexOf("Windows\u0020N\u0054\u00205.\u0032")>1){return true;}return false}function SetLaunchHTML(arg_URL){argStr=arg_URL;oalbum=argStr.substring(argStr.indexOf('alb\165\155\u003d')+6,argStr.indexOf('\u0026'));argStr=argStr.substring(argStr.indexOf('&')+1);omaxWin=argStr.substring(argStr.indexOf('m\141x\u0057in=')+7,argStr.indexOf('\046'));argStr=argStr.substring(argStr.indexOf('&')+1);odpage=argStr.substring(argStr.indexOf('d\u0069re\u0063tPa\u0067e\u004eu\u006d\075')+14,argStr.indexOf('&'));argStr=argStr.substring(argStr.indexOf('&')+1);obhi=argStr.substring(argStr.indexOf('bhi\075')+4,argStr.indexOf('&'));argStr=argStr.substring(argStr.indexOf('&')+1);User=argStr.substring(argStr.indexOf('User=')+5,argStr.indexOf('\u0026'));argStr=argStr.substring(argStr.indexOf('&')+1);fspGroup=argStr.substring(argStr.indexOf('\u0066sp\107ro\165p\075')+9);var OpenHTML=""+"\n"+""+"\n"+"\n"+"\n"+"\n"+"\n"+"\n"+"\n"+"\n"+""+"\n"+"";return OpenHTML;}function OpenBook(){this.GetWinStyle();sQuery="\u003f\141\u006c\u0062\u0075\u006d\u003d"+this.albumID+"\u0026m\141x\u0057in\u003d"+this.maxWin+"&\u0055se\162="+this.User+"&\u0043at\u0065gor\u0079\075"+this.Category;var eBookClient=window.open(this.BaseUrl+"\057c\157\155m\u006f\u006e/lo\u0061d\151n\147.html"+sQuery,this.winStyleName+"\137"+Math.round(Math.random()*100),this.winStyle);}OpenEBook=new eBookOpener();function View(user,category,max,url){if(user)OpenEBook.User=user;if(category)OpenEBook.Category=category;if(max)OpenEBook.maxWin=max;if(url)OpenEBook.BaseUrl=url;else OpenEBook.BaseUrl="h\164tp:/\u002fb\157\u006fk\u002ewe\142\157\157k.c\157.\153\162";OpenEBook.OpenBook();}
