var GB_CURRENT=null;
GB_hide=function(cb){
GB_CURRENT.hide(cb);
//Show ePaper Miniviewer
 var allPageTags = new Array(); 
        var allPageTags=document.getElementsByTagName("div");
        //Cycle through the tags using a for loop
        for (i=0; i<allPageTags.length; i++) {
                //Pick out the tags with our class name
                if (allPageTags[i].className=="miniviewer") {
                        //Manipulate this in whatever way you want
                        allPageTags[i].style.display='block';
                 } 
        }
};
GreyBox=new ajs.Class({init:function(_2){
this.use_fx=ajs.fx;
this.type="page";
this.overlay_click_close=false;
this.salt=0;
this.root_dir=GB_ROOT_DIR;
this.callback_fns=[];
this.reload_on_close=false;
this.src_loader=this.root_dir+"loader_frame.html";
var _3=window.location.hostname.indexOf("www");
var _4=this.src_loader.indexOf("www");
if(_3!=-1&&_4==-1){
this.src_loader=this.src_loader.replace("://","://www.");
}
if(_3==-1&&_4!=-1){
this.src_loader=this.src_loader.replace("://www.","://");
}
this.show_loading=true;
ajs.update(this,_2);
},addCallback:function(fn){
if(fn){
this.callback_fns.push(fn);
}
},show:function(_6){
GB_CURRENT=this;
this.url=_6;
var _7=[ajs.$bytc("object"),ajs.$bytc("select")];
ajs.map(ajs.flattenList(_7),function(_8){
_8.style.visibility="hidden";
});
this.createElements();
return false;
},hide:function(cb){
var me=this;
ajs.callLater(function(){
var _b=me.callback_fns;
if(_b!=[]){
ajs.map(_b,function(fn){
fn();
});
}
me.onHide();
if(me.use_fx){
var _d=me.overlay;
ajs.fx.fadeOut(me.overlay,{onComplete:function(){
ajs.removeElement(_d);
_d=null;
},duration:300});
ajs.removeElement(me.g_window);
}else{
ajs.removeElement(me.g_window,me.overlay);
}
me.removeFrame();
ajs.REV(window,"scroll",_GB_setOverlayDimension);
ajs.REV(window,"resize",_GB_update);
var _e=[ajs.$bytc("object"),ajs.$bytc("select")];
ajs.map(ajs.flattenList(_e),function(_f){
_f.style.visibility="visible";
});
GB_CURRENT=null;
if(me.reload_on_close){
window.location.reload();
}
if(ajs.isFunction(cb)){
cb();
}
},10);
},update:function(){
this.setOverlayDimension();
this.setFrameSize();
this.setWindowPosition();
},createElements:function(){
this.initOverlay();
this.g_window=ajs.DIV({"id":"GB_window"});
ajs.hideElement(this.g_window);
ajs.getBody().insertBefore(this.g_window,this.overlay.nextSibling);
this.initFrame();
this.initHook();
this.update();
var me=this;
if(this.use_fx){
ajs.fx.fadeIn(this.overlay,{duration:300,to:0.7,onComplete:function(){
me.onShow();
ajs.showElement(me.g_window);
me.startLoading();
}});
}else{
ajs.setOpacity(this.overlay,0.7);
ajs.showElement(this.g_window);
this.onShow();
this.startLoading();
}
ajs.AEV(window,"scroll",_GB_setOverlayDimension);
ajs.AEV(window,"resize",_GB_update);
},removeFrame:function(){
try{
ajs.removeElement(this.iframe);
}
catch(e){
}
this.iframe=null;
},startLoading:function(){
this.iframe.src=this.src_loader+"?s="+this.salt++;
ajs.showElement(this.iframe);
},setOverlayDimension:function(){
var _11=ajs.getWindowSize();
if(ajs.isMozilla()||ajs.isOpera()){
ajs.setWidth(this.overlay,"100%");
}else{
ajs.setWidth(this.overlay,_11.w);
}
var _12=Math.max(ajs.getScrollTop()+_11.h,ajs.getScrollTop()+this.height);
if(_12<ajs.getScrollTop()){
ajs.setHeight(this.overlay,_12);
}else{
ajs.setHeight(this.overlay,ajs.getScrollTop()+_11.h);
}
},initOverlay:function(){
this.overlay=ajs.DIV({"id":"GB_overlay"});
if(this.overlay_click_close){
ajs.AEV(this.overlay,"click",GB_hide);
//Show ePaper Miniviewer
 var allPageTags = new Array(); 
        var allPageTags=document.getElementsByTagName("div");
        //Cycle through the tags using a for loop
        for (i=0; i<allPageTags.length; i++) {
                //Pick out the tags with our class name
                if (allPageTags[i].className=="miniviewer") {
                        //Manipulate this in whatever way you want
                        allPageTags[i].style.display='block';
                 } 
        }


}
ajs.setOpacity(this.overlay,0);
ajs.getBody().insertBefore(this.overlay,ajs.getBody().firstChild);
},initFrame:function(){
if(!this.iframe){
var d={"name":"GB_frame","class":"GB_frame","frameBorder":0};
if(ajs.isIe()){
d.src="javascript:false;document.write(\"\");";
}
this.iframe=ajs.IFRAME(d);
this.middle_cnt=ajs.DIV({"class":"content"},this.iframe);
this.top_cnt=ajs.DIV();
this.bottom_cnt=ajs.DIV();
ajs.ACN(this.g_window,this.top_cnt,this.middle_cnt,this.bottom_cnt);
}
},onHide:function(){
},onShow:function(){
},setFrameSize:function(){
},setWindowPosition:function(){
},initHook:function(){
}});
_GB_update=function(){
if(GB_CURRENT){
GB_CURRENT.update();
}
};
_GB_setOverlayDimension=function(){
if(GB_CURRENT){
GB_CURRENT.setOverlayDimension();
}
};
ajs.preloadImages(GB_ROOT_DIR+"indicator.gif");
script_loaded=true;
var GB_SETS={};
function decoGreyboxLinks(){
var as=ajs.$bytc("a");
ajs.map(as,function(a){
if(a.getAttribute("href")&&a.getAttribute("rel")){
var rel=a.getAttribute("rel");
if(rel.indexOf("gb_")==0){
var _17=rel.match(/\w+/)[0];
var _18=rel.match(/\[(.*)\]/)[1];
var _19=0;
var _1a={"caption":a.title||"","url":a.href};
if(_17=="gb_pageset"||_17=="gb_imageset"){
if(!GB_SETS[_18]){
GB_SETS[_18]=[];
}
GB_SETS[_18].push(_1a);
_19=GB_SETS[_18].length;
}
if(_17=="gb_pageset"){
a.onclick=function(){
GB_showFullScreenSet(GB_SETS[_18],_19);
return false;
};
}
if(_17=="gb_imageset"){
a.onclick=function(){
GB_showImageSet(GB_SETS[_18],_19);
return false;
};
}
if(_17=="gb_image"){
a.onclick=function(){
GB_showImage(_1a.caption,_1a.url);
return false;
};
}
if(_17=="gb_page"){
a.onclick=function(){
var sp=_18.split(/, ?/);
GB_show(_1a.caption,_1a.url,parseInt(sp[1]),parseInt(sp[0]));
return false;
};
}
if(_17=="gb_page_fs"){
a.onclick=function(){
GB_showFullScreen(_1a.caption,_1a.url);
return false;
};
}
if(_17=="gb_page_center"){
a.onclick=function(){
var sp=_18.split(/, ?/);
GB_showCenter(_1a.caption,_1a.url,parseInt(sp[1]),parseInt(sp[0]));
return false;
};
}
}
}
});
}
ajs.AEV(window,"load",decoGreyboxLinks);
GB_showImage=function(_1d,url,_1f){
var _20={width:300,height:300,type:"image",fullscreen:false,center_win:true,caption:_1d,callback_fn:_1f};
var win=new GB_Gallery(_20);
return win.show(url);
};
GB_showPage=function(_22,url,_24){
var _25={type:"page",caption:_22,callback_fn:_24,fullscreen:true,center_win:false};
var win=new GB_Gallery(_25);
return win.show(url);
};

GB_NoLoadshowPage=function(_22,url,_24){
var _25={type:"page",caption:_22,callback_fn:_24,fullscreen:true,center_win:false,show_loading:false};
var win=new GB_Gallery(_25);
return win.show(url);
};


GB_Gallery=GreyBox.extend({init:function(_27){
this.parent({});
this.img_close=this.root_dir+"g_close.gif";
ajs.update(this,_27);
this.addCallback(this.callback_fn);
},initHook:function(){
ajs.addClass(this.g_window,"GB_Gallery");
var _28=ajs.DIV({"class":"inner"});
this.header=ajs.DIV({"class":"GB_header"},_28);
ajs.setOpacity(this.header,0);
ajs.getBody().insertBefore(this.header,this.overlay.nextSibling);
var _29=ajs.TD({"id":"GB_caption","class":"caption","width":"40%"},this.caption);
var _2a=ajs.TD({"id":"GB_middle","class":"middle","width":"20%"});
var _2b=ajs.IMG({"src":this.img_close});
ajs.AEV(_2b,"click",GB_hide);
var _2c=ajs.TD({"class":"close","width":"40%"},_2b);
var _2d=ajs.TBODY(ajs.TR(_29,_2a,_2c));
var _2e=ajs.TABLE({"cellspacing":"0","cellpadding":0,"border":0},_2d);
ajs.ACN(_28,_2e);
if(this.fullscreen){
ajs.AEV(window,"scroll",ajs.$b(this.setWindowPosition,this));
}else{
ajs.AEV(window,"scroll",ajs.$b(this._setHeaderPos,this));
}
},setFrameSize:function(){
var _2f=this.overlay.offsetWidth;
var _30=ajs.getWindowSize();
if(this.fullscreen){
this.width=_2f-40;
this.height=_30.h-80;
}
ajs.setWidth(this.iframe,this.width);
ajs.setHeight(this.iframe,this.height);
ajs.setWidth(this.header,_2f);
},_setHeaderPos:function(){
ajs.setTop(this.header,ajs.getScrollTop()+10);
},setWindowPosition:function(){
var _31=this.overlay.offsetWidth;
var _32=ajs.getWindowSize();
ajs.setLeft(this.g_window,((_31-50-this.width)/2));
var _33=ajs.getScrollTop()+55;
if(!this.center_win){
ajs.setTop(this.g_window,_33);
}else{
var fl=((_32.h-this.height)/2)+20+ajs.getScrollTop();
if(fl<0){
fl=0;
}
if(_33>fl){
fl=_33;
}
ajs.setTop(this.g_window,fl);
}
this._setHeaderPos();
},onHide:function(){
ajs.removeElement(this.header);
ajs.removeClass(this.g_window,"GB_Gallery");
},onShow:function(){
if(this.use_fx){
ajs.fx.fadeIn(this.header,{to:1});
}else{
ajs.setOpacity(this.header,1);
}
}});
ajs.preloadImages(GB_ROOT_DIR+"g_close.gif");
GB_showFullScreenSet=function(set,_36,_37){
var _38={type:"page",fullscreen:true,center_win:false};
var _39=new GB_Sets(_38,set);
_39.addCallback(_37);
_39.showSet(_36-1);
return false;
};
GB_showImageSet=function(set,_3b,_3c){
var _3d={type:"image",fullscreen:false,center_win:true,width:300,height:300};
var _3e=new GB_Sets(_3d,set);
_3e.addCallback(_3c);
_3e.showSet(_3b-1);
return false;
};
GB_Sets=GB_Gallery.extend({init:function(_3f,set){
this.parent(_3f);
if(!this.img_next){
this.img_next=this.root_dir+"next.gif";
}
if(!this.img_prev){
this.img_prev=this.root_dir+"prev.gif";
}
this.current_set=set;
},showSet:function(_41){
this.current_index=_41;
var _42=this.current_set[this.current_index];
this.show(_42.url);
this._setCaption(_42.caption);
this.btn_prev=ajs.IMG({"class":"left",src:this.img_prev});
this.btn_next=ajs.IMG({"class":"right",src:this.img_next});
ajs.AEV(this.btn_prev,"click",ajs.$b(this.switchPrev,this));
ajs.AEV(this.btn_next,"click",ajs.$b(this.switchNext,this));
GB_STATUS=ajs.SPAN({"class":"GB_navStatus"});
ajs.ACN(ajs.$("GB_middle"),this.btn_prev,GB_STATUS,this.btn_next);
this.updateStatus();
},updateStatus:function(){
ajs.setHTML(GB_STATUS,(this.current_index+1)+" / "+this.current_set.length);
if(this.current_index==0){
ajs.addClass(this.btn_prev,"disabled");
}else{
ajs.removeClass(this.btn_prev,"disabled");
}
if(this.current_index==this.current_set.length-1){
ajs.addClass(this.btn_next,"disabled");
}else{
ajs.removeClass(this.btn_next,"disabled");
}
},_setCaption:function(_43){
ajs.setHTML(ajs.$("GB_caption"),_43);
},updateFrame:function(){
var _44=this.current_set[this.current_index];
this._setCaption(_44.caption);
this.url=_44.url;
this.startLoading();
},switchPrev:function(){
if(this.current_index!=0){
this.current_index--;
this.updateFrame();
this.updateStatus();
}
},switchNext:function(){
if(this.current_index!=this.current_set.length-1){
this.current_index++;
this.updateFrame();
this.updateStatus();
}
}});
ajs.AEV(window,"load",function(){
ajs.preloadImages(GB_ROOT_DIR+"next.gif",GB_ROOT_DIR+"prev.gif");
});
GB_show=function(_45,url,_47,_48,_49){
var _4a={caption:_45,height:_47||500,width:_48||500,fullscreen:false,callback_fn:_49};
var win=new GB_Window(_4a);
return win.show(url);
};
GB_NoLoadShow = function(caption, url, /* optional */ height, width, callback_fn) {
    var options = {
        caption: caption,
        height: height || 500,
        width: width || 500,
        fullscreen: false,
        show_loading: false,
        callback_fn: callback_fn
    }
    var win = new GB_Window(options);
    return win.show(url);
}


GB_showCenter=function(_4c,url,_4e,_4f,_50){
var _51={caption:_4c,center_win:true,height:_4e||500,width:_4f||500,fullscreen:false,callback_fn:_50};
var win=new GB_Window(_51);
return win.show(url);
};
GB_showFullScreen=function(_53,url,_55){
var _56={caption:_53,fullscreen:true,callback_fn:_55};
var win=new GB_Window(_56);
return win.show(url);
};
GB_Window=GreyBox.extend({init:function(_58){
this.parent({});
this.img_header=this.root_dir+"header_bg.gif";
this.img_close=this.root_dir+"w_close.gif";
this.show_close_img=true;
ajs.update(this,_58);
this.addCallback(this.callback_fn);
},initHook:function(){
ajs.addClass(this.g_window,"GB_Window");
this.header=ajs.TABLE({"class":"header"});
this.header.style.backgroundImage="url("+this.img_header+")";
var _59=ajs.TD({"class":"caption"},this.caption);
var _5a=ajs.TD({"class":"close"});
if(this.show_close_img){
var _5b=ajs.IMG({"src":this.img_close});
var _5c=ajs.SPAN("Close");
var btn=ajs.DIV(_5b,_5c);
ajs.AEV([_5b,_5c],"mouseover",function(){
ajs.addClass(_5c,"on");
});
ajs.AEV([_5b,_5c],"mouseout",function(){
ajs.removeClass(_5c,"on");
});
ajs.AEV([_5b,_5c],"mousedown",function(){
ajs.addClass(_5c,"click");
});
ajs.AEV([_5b,_5c],"mouseup",function(){
ajs.removeClass(_5c,"click");
});
ajs.AEV([_5b,_5c],"click",GB_hide);
ajs.ACN(_5a,btn);
}
tbody_header=ajs.TBODY();
ajs.ACN(tbody_header,ajs.TR(_59,_5a));
ajs.ACN(this.header,tbody_header);
ajs.ACN(this.top_cnt,this.header);
if(this.fullscreen){
ajs.AEV(window,"scroll",ajs.$b(this.setWindowPosition,this));
}
},setFrameSize:function(){
if(this.fullscreen){
var _5e=ajs.getWindowSize();
overlay_h=_5e.h;
this.width=Math.round(this.overlay.offsetWidth-(this.overlay.offsetWidth/100)*10);
this.height=Math.round(overlay_h-(overlay_h/100)*10);
}
ajs.setWidth(this.header,this.width+6);
ajs.setWidth(this.iframe,this.width);
ajs.setHeight(this.iframe,this.height);
},setWindowPosition:function(){
var _5f=ajs.getWindowSize();
ajs.setLeft(this.g_window,((_5f.w-this.width)/2)-13);
if(!this.center_win){
ajs.setTop(this.g_window,ajs.getScrollTop());
}else{
var fl=((_5f.h-this.height)/2)-20+ajs.getScrollTop();
if(fl<0){
fl=0;
}
ajs.setTop(this.g_window,fl);
}
}});
ajs.preloadImages(GB_ROOT_DIR+"w_close.gif",GB_ROOT_DIR+"header_bg.gif");


script_loaded=true;