var GB_CURRENT1=null;
GB_hide1=function(){
GB_CURRENT1.hide();
};
GreyBox1=new AJS1.Class({init:function(_1){
this.use_fx=AJS1.fx;
this.type="page";
this.overlay_click_close=false;
this.salt=GB_SALT; 
this.root_dir=GB_ROOT_DIR;
this.callback_fns=[];
this.reload_on_close=false;
this.src_loader=this.root_dir+"loader_frame.php?x=1&d=document&rand="+Math.random();
var _2=window.location.hostname.indexOf("www");
var _3=this.src_loader.indexOf("www");
if(_2!=-1&&_3==-1){
this.src_loader=this.src_loader.replace("://","://www.");
}
if(_2==-1&&_3!=-1){
this.src_loader=this.src_loader.replace("://www.","://");
}
this.show_loading=true;
AJS1.update(this,_1);
},addCallback:function(fn){
if(fn){
this.callback_fns.push(fn);
}
},show:function(_5){
GB_CURRENT1=this;
this.url=_5;
//var _6=[AJS1.$bytc("object"),AJS1.$bytc("select")];
var _6=[AJS1.$bytc("select")];
AJS1.map(AJS1.flattenList(_6),function(_7){
_7.style.visibility="hidden";
});
this.createElements();
return false;
},hide:function(){
var _8=this.callback_fns;
if(_8!=[]){
AJS1.map(_8,function(fn){
fn();
});
}
this.onHide();
if(this.use_fx){
var _a=this.overlay;
AJS1.fx.fadeOut(this.overlay,{onComplete:function(){
AJS1.removeElement(_a);
_a=null;
},duration:300});
AJS1.removeElement(this.g_window);
}else{
AJS1.removeElement(this.g_window,this.overlay);
}
this.removeFrame();
AJS1.REV(window,"scroll",_GB_setOverlayDimension);
AJS1.REV(window,"resize",_GB_update);
//var _b=[AJS1.$bytc("object"),AJS1.$bytc("select")];
var _b=[AJS1.$bytc("select")];

AJS1.map(AJS1.flattenList(_b),function(_c){
_c.style.visibility="visible";
});
GB_CURRENT1=null;
if(this.reload_on_close){
window.location.reload();
}
},update:function(){
this.setOverlayDimension();
this.setFrameSize();
this.setWindowPosition();
},createElements:function(){
this.initOverlay();
this.g_window=AJS1.DIV({"id":"GB_window1","name":"GB_window1"});
AJS1.hideElement(this.g_window);
AJS1.getBody().insertBefore(this.g_window,this.overlay.nextSibling);
this.initFrame();
this.initHook();
this.update();
var me=this;
if(this.use_fx){
AJS1.fx.fadeIn(this.overlay,{duration:300,to:0.7,onComplete:function(){
me.onShow();
AJS1.showElement(me.g_window);
me.startLoading();
}});
}else{
AJS1.setOpacity(this.overlay,0.6);
AJS1.showElement(this.g_window);
this.onShow();
this.startLoading();
}
AJS1.AEV(window,"scroll",_GB_setOverlayDimension);
AJS1.AEV(window,"resize",_GB_update);
},removeFrame:function(){
try{
AJS1.removeElement(this.iframe);
}
catch(e){
}
this.iframe=null;
},startLoading:function(){
        //var findString ='loader_frame.html?s='; 
        var findString ='?s='; 
        var parentHref = window.parent.document.location.href; 
        var index = window.parent.document.location.href.indexOf(findString); 
        if (index != -1) 
            this.salt = parseInt(parentHref.substring(index+findString.length, index+findString.length+2)) + 1; 
        this.iframe.src = this.src_loader + '&s='+this.salt; 
        this.salt++; 
        AJS1.showElement(this.iframe); 
},setOverlayDimension:function(){
var _e=AJS1.getWindowSize();
if(AJS1.isMozilla()||AJS1.isOpera()){
AJS1.setWidth(this.overlay,"100%");
}else{
AJS1.setWidth(this.overlay,_e.w);
}
var _f=Math.max(AJS1.getScrollTop()+_e.h,AJS1.getScrollTop()+this.height);
if(_f<AJS1.getScrollTop()){
AJS1.setHeight(this.overlay,_f);
}else{
AJS1.setHeight(this.overlay,AJS1.getScrollTop()+_e.h);
}
},initOverlay:function(){
this.overlay=AJS1.DIV({"id":"GB_overlay1"});
if(this.overlay_click_close){
AJS1.AEV(this.overlay,"click",GB_hide1);
}
AJS1.setOpacity(this.overlay,0);
AJS1.getBody().insertBefore(this.overlay,AJS1.getBody().firstChild);
},initFrame:function(){
if(!this.iframe){
var d={"id":"GB_frame1","name":"GB_frame1","class":"GB_frame1","frameBorder":0};
this.iframe=AJS1.IFRAME(d);
this.middle_cnt=AJS1.DIV({"class":"content"},this.iframe);
this.top_cnt=AJS1.DIV();
this.bottom_cnt=AJS1.DIV();
AJS1.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_CURRENT1){
GB_CURRENT1.update();
}
};
_GB_setOverlayDimension=function(){
if(GB_CURRENT1){
GB_CURRENT1.setOverlayDimension();
}
};
AJS1.preloadImages(GB_ROOT_DIR+"indicator.gif");
script_loaded=true;
var GB_SETS={};
function decoGreyboxLinks1(){
var as=AJS1.$bytc("a");
AJS1.map(as,function(a){
if(a.getAttribute("href")&&a.getAttribute("rel")){
var rel=a.getAttribute("rel");
if(rel.indexOf("gb_")==0){
var _14=rel.match(/\w+/)[0];
var _15=rel.match(/\[(.*)\]/)[1];
var _16=0;
var _17={"caption":a.title||"","url":a.href};
if(_14=="gb_pageset"||_14=="gb_imageset"){
if(!GB_SETS[_15]){
GB_SETS[_15]=[];
}
GB_SETS[_15].push(_17);
_16=GB_SETS[_15].length;
}
if(_14=="gb_pageset"){
a.onclick=function(){
GB_showFullScreenSet1(GB_SETS[_15],_16);
return false;
};
}
if(_14=="gb_imageset"){
a.onclick=function(){
GB_showImageSet1(GB_SETS[_15],_16);
return false;
};
}
if(_14=="gb_image"){
a.onclick=function(){
GB_showImage1(_17.caption,_17.url);
return false;
};
}
if(_14=="gb_page"){
a.onclick=function(){
var sp=_15.split(/, ?/);
GB_show1(_17.caption,_17.url,parseInt(sp[1]),parseInt(sp[0]));
return false;
};
}
if(_14=="gb_page_fs"){
a.onclick=function(){
GB_showFullScreen1(_17.caption,_17.url);
return false;
};
}
if(_14=="gb_page_center"){
a.onclick=function(){
var sp=_15.split(/, ?/);
GB_showCenter1(_17.caption,_17.url,parseInt(sp[1]),parseInt(sp[0]));
return false;
};
}
}
}
});
}
AJS1.AEV(window,"load",decoGreyboxLinks1);
GB_showImage1=function(_1a,url,_1c){
var _1d={width:300,height:300,type:"image",fullscreen:false,center_win:true,caption:_1a,callback_fn:_1c};
var win=new GB_Gallery1(_1d);
return win.show(url);
};
GB_showPage1=function(_1f,url,_21){
var _22={type:"page",caption:_1f,callback_fn:_21,fullscreen:true,center_win:false};
var win=new GB_Gallery1(_22);
return win.show(url);
};
GB_Gallery1=GreyBox1.extend({init:function(_24){
this.parent({});
this.img_close=this.root_dir+"g_close.gif";
AJS1.update(this,_24);
this.addCallback(this.callback_fn);
},initHook:function(){
AJS1.addClass(this.g_window,"GB_Gallery");
var _25=AJS1.DIV({"class":"inner"});
this.header=AJS1.DIV({"class":"GB_header"},_25);
AJS1.setOpacity(this.header,0);
AJS1.getBody().insertBefore(this.header,this.overlay.nextSibling);
var _26=AJS1.TD({"id":"GB_caption","class":"caption","width":"40%"},this.caption);
var _27=AJS1.TD({"id":"GB_middle","class":"middle","width":"20%"});
var _28=AJS1.IMG({"src":this.img_close});
AJS1.AEV(_28,"click",GB_hide1);
var _29=AJS1.TD({"class":"close","width":"40%"},_28);
var _2a=AJS1.TBODY(AJS1.TR(_26,_27,_29));
var _2b=AJS1.TABLE({"cellspacing":"0","cellpadding":0,"border":0},_2a);
AJS1.ACN(_25,_2b);
if(this.fullscreen){
AJS1.AEV(window,"scroll",AJS1.$b(this.setWindowPosition,this));
}else{
AJS1.AEV(window,"scroll",AJS1.$b(this._setHeaderPos,this));
}
},setFrameSize:function(){
var _2c=this.overlay.offsetWidth;
var _2d=AJS1.getWindowSize();
if(this.fullscreen){
this.width=_2c-40;
this.height=_2d.h-80;
}
AJS1.setWidth(this.iframe,this.width);
AJS1.setHeight(this.iframe,this.height);
AJS1.setWidth(this.header,_2c);
},_setHeaderPos:function(){
AJS1.setTop(this.header,AJS1.getScrollTop()+10);
},setWindowPosition:function(){
var _2e=this.overlay.offsetWidth;
var _2f=AJS1.getWindowSize();
AJS1.setLeft(this.g_window,((_2e-50-this.width)/2));
var _30=AJS1.getScrollTop()+55;
if(!this.center_win){
AJS1.setTop(this.g_window,_30);
}else{
var fl=((_2f.h-this.height)/2)+20+AJS1.getScrollTop();
if(fl<0){
fl=0;
}
if(_30>fl){
fl=_30;
}
AJS1.setTop(this.g_window,fl);
}
this._setHeaderPos();
},onHide:function(){
AJS1.removeElement(this.header);
AJS1.removeClass(this.g_window,"GB_Gallery");
},onShow:function(){
if(this.use_fx){
AJS1.fx.fadeIn(this.header,{to:1});
}else{
AJS1.setOpacity(this.header,1);
}
}});
AJS1.preloadImages(GB_ROOT_DIR+"g_close.gif");
GB_showFullScreenSet=function(set,_33,_34){
var _35={type:"page",fullscreen:true,center_win:false};
var _36=new GB_Sets1(_35,set);
_36.addCallback(_34);
_36.showSet(_33-1);
return false;
};
GB_showImageSet1=function(set,_38,_39){
var _3a={type:"image",fullscreen:false,center_win:true,width:300,height:300};
var _3b=new GB_Sets1(_3a,set);
_3b.addCallback(_39);
_3b.showSet(_38-1);
return false;
};
GB_Sets1=GB_Gallery1.extend({init:function(_3c,set){
this.parent(_3c);
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(_3e){
this.current_index=_3e;
var _3f=this.current_set[this.current_index];
this.show(_3f.url);
this._setCaption(_3f.caption);
this.btn_prev=AJS1.IMG({"class":"left",src:this.img_prev});
this.btn_next=AJS1.IMG({"class":"right",src:this.img_next});
AJS1.AEV(this.btn_prev,"click",AJS1.$b(this.switchPrev,this));
AJS1.AEV(this.btn_next,"click",AJS1.$b(this.switchNext,this));
GB_STATUS=AJS1.SPAN({"class":"GB_navStatus"});
AJS1.ACN(AJS1.$("GB_middle"),this.btn_prev,GB_STATUS,this.btn_next);
this.updateStatus();
},updateStatus:function(){
AJS1.setHTML(GB_STATUS,(this.current_index+1)+" / "+this.current_set.length);
if(this.current_index==0){
AJS1.addClass(this.btn_prev,"disabled");
}else{
AJS1.removeClass(this.btn_prev,"disabled");
}
if(this.current_index==this.current_set.length-1){
AJS1.addClass(this.btn_next,"disabled");
}else{
AJS1.removeClass(this.btn_next,"disabled");
}
},_setCaption:function(_40){
AJS1.setHTML(AJS1.$("GB_caption"),_40);
},updateFrame:function(){
var _41=this.current_set[this.current_index];
this._setCaption(_41.caption);
this.url=_41.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();
}
}});
AJS1.AEV(window,"load",function(){
AJS1.preloadImages(GB_ROOT_DIR+"next.gif",GB_ROOT_DIR+"prev.gif");
});
GB_show1=function(_42,url,_44,_45,_46){
var _47={caption:_42,height:_44||500,width:_45||500,fullscreen:false,callback_fn:_46};
var win=new GB_Window1(_47);
return win.show(url);
};
GB_showCenter1=function(_49,url,_4b,_4c,_4d){
var temp = (AJS1.getWindowSize().h-50);
if (_4b > temp) _4b = temp;
var _4e={caption:_49,center_win:true,height:_4b||500,width:_4c||500,fullscreen:false,callback_fn:_4d};
var win=new GB_Window1(_4e);
return win.show(url);
};
GB_showFullScreen1=function(_50,url,_52){
var _53={caption:_50,fullscreen:true,callback_fn:_52};
var win=new GB_Window1(_53);
return win.show(url);
};
GB_Window1=GreyBox1.extend({init:function(_55){
this.parent({});
this.img_header=this.root_dir+"header_bg.gif";
//this.img_close=this.root_dir+"w_close.gif";
this.img_close=this.root_dir+"ico_fechar.gif";
this.show_close_img=true;
AJS1.update(this,_55);
this.addCallback(this.callback_fn);
},initHook:function(){
AJS1.addClass(this.g_window,"GB_Window");
this.header=AJS1.TABLE({"class":"header"});
this.header.style.backgroundImage="url("+this.img_header+")";
var _56=AJS1.TD({"class":"caption"},this.caption);
var _57=AJS1.TD({"class":"close"});
if(this.show_close_img){
var _58=AJS1.IMG({"src":this.img_close});
//var _59=AJS1.SPAN("Fechar");
var _59=AJS1.SPAN("");
var btn=AJS1.DIV(_58,_59);
AJS1.AEV([_58,_59],"mouseover",function(){
AJS1.addClass(_59,"on");
});
AJS1.AEV([_58,_59],"mouseout",function(){
AJS1.removeClass(_59,"on");
});
AJS1.AEV([_58,_59],"mousedown",function(){
AJS1.addClass(_59,"click");
});
AJS1.AEV([_58,_59],"mouseup",function(){
AJS1.removeClass(_59,"click");
});
AJS1.AEV([_58,_59],"click",GB_hide1);
AJS1.ACN(_57,btn);
}
tbody_header=AJS1.TBODY();
AJS1.ACN(tbody_header,AJS1.TR(_56,_57));
AJS1.ACN(this.header,tbody_header);
AJS1.ACN(this.top_cnt,this.header);
if(this.fullscreen){
AJS1.AEV(window,"scroll",AJS1.$b(this.setWindowPosition,this));
}
},setFrameSize:function(){
if(this.fullscreen){
var _5b=AJS1.getWindowSize();
overlay_h=_5b.h;
//this.width=Math.round(this.overlay.offsetWidth-(this.overlay.offsetWidth/100)*5);
this.width=this.overlay.offsetWidth-20;
this.height=Math.round(overlay_h-(overlay_h/100)*7);
}
AJS1.setWidth(this.header,this.width+6);
AJS1.setWidth(this.iframe,this.width);
AJS1.setHeight(this.iframe,this.height);
},setWindowPosition:function(){
var _5c=AJS1.getWindowSize();
AJS1.setLeft(this.g_window,((_5c.w-this.width)/2));
if(!this.center_win){
AJS1.setTop(this.g_window,AJS1.getScrollTop());
}else{
var fl=((_5c.h-this.height)/2)-20+AJS1.getScrollTop();
if(fl<0){
fl=0;
}
AJS1.setTop(this.g_window,fl);
}
}});
AJS1.preloadImages(GB_ROOT_DIR+"w_close.gif",GB_ROOT_DIR+"header_bg.gif");

script_loaded1=true;