var initMenu=function(){$("#navigation .lvl2-item").each(function(){var a=$(this);if(a.find("ul")){a.hover(function(){$(this).addClass("hovered")},function(){$(this).removeClass("hovered")})}})};if(IE6){initMenu()};if(request.Module.Facebook.FBConnect&&typeof parkside!="undefined"&&typeof parkside.webuser!="undefined"){var FBUser={connect:function(){session=FB.getSession();if(session==null){params={ajax_call:"1"};$.post("custom/modules/user/user.cfc?method=logout",params,function(a){if(a){new parkside.webuser("logout","fconnect","webuser",{user_id:0}).logout()}});return false}if(session!=null){params={fb_uid:session.uid,fb_session_key:session.session_key};$.post("custom/modules/user/user.cfc?method=connectFBUser",params,function(a){if(a){var b=$.parseJSON(a);new parkside.webuser("login","fconnect","webuser",{name:b.FULL_NAME,user_id:b.FRONTEND_USER_ID}).login()}});return true}return},checkStatus:function(){if(typeof FB!="undefined"){FB.getLoginStatus(function(a){if(a.session){if(FB.getSession()!=null){FBUser.connect()}else{FB.login(function(){FBUser.connect()})}}else{new parkside.webuser("logout","fconnect","webuser",{user_id:0}).logout()}})}}}}var initFB=function(){window.fbAsyncInit=function(){FB.init({appId:request.Module.Facebook.appID,status:true,cookie:true,xfbml:true});if(typeof FBUser!="undefined"){FBUser.checkStatus()}$(window).trigger("FBInited")};(function(){var c=request.lang!="de"?"en_US":"de_DE";var b=document.createElement("script");b.async=true;b.src=document.location.protocol+"//connect.facebook.net/"+c+"/all.js";if(document.getElementById("fb-root")==undefined){var a=document.createElement("div");a.id="fb-root";document.body.appendChild(a)}document.getElementById("fb-root").appendChild(b)}())};initFB();if(typeof parkside=="undefined"){var parkside=new Object()}if(typeof parkside.rating=="undefined"){parkside.rating=new Object()}parkside.rating=function(e,a,d,c){this.$rating=e;this.$rating_wrapper=$rating_wrapper=e.find(".rating-wrapper");this.rating_value=0;this.entry_id=a;this.rating_type=c;this.rating_text="";this.entry_type=d;this.rating_text_timeout="";var b=this;this.initStarRating=function(f){$rating_wrapper.find("ul").removeClass("hidden");$rating_wrapper.find("a").each(function(){$(this).click(function(){b.setStarRating($(this).html(),false);return false})})};this.initUpDownRating=function(f){f.find(".up").click(function(){b.setUpDownRating(1,false);return false});f.find(".down").click(function(){b.setUpDownRating(-1,false);return false})};if(this.rating_type=="stars"){this.initStarRating(e,a,c)}else{if(this.rating_type=="up-down"){this.initUpDownRating(e,a,c)}}this.rating_text=this.$rating.find(".rating-text").html();this.setStarRating=function(l,f){if(l<0&l>5){l=0}var n=this.$rating;var g=this.$rating_wrapper;var k=this.rating_value;var o=0;var i=g.find(".current-rating");var h=n.find(".rating-text");var m=g.find("a:eq(0)").outerWidth(true);if(k!=l){o=l*m}else{l=0;o=i.html()*m}this.rating_value=l;n.find("input").val(l);i.parent().css({margin:"0 0 0 0"});i.css({width:o}).show();if(this.rating_value!=0&!f){var j=new Object();j.rating_value=l;j.user_id=n.find(".rating-user-id").html();j.id=this.entry_id;j.type=this.entry_type;j.rating_type=this.rating_type;b.request(j)}};this.setUpDownRating=function(g,f){var h=new Object();h.rating_value=g;h.user_id=this.$rating.find(".rating-user-id").html();h.id=this.entry_id;h.type=this.entry_type;h.rating_type=this.rating_type;b.request(h)};this.request=function(h,g){var f="custom/modules/rating/rating.cfc?method=rateEntry";window.clearTimeout(this.rating_text_timeout);$.post(f,h,b.rating_response,"json")};this.rating_response=function(k,g){if(k!==undefined){var j=b.$rating;var i=b.$rating_wrapper;var f=j.find(".rating-text");if(b.rating_type=="stars"){var h=j.find(".current-rating");b.setStarRating(h.html(),true);if(k.NEW_RATING!==undefined){b.setStarRating(k.NEW_RATING,true)}j.find("ul").hide()}else{if(b.rating_type=="up-down"){j.find(".down").hide();j.find(".up").hide()}}f.hide().html(k.MSG).fadeIn("fast");if(k.NEW_RATING_TEXT!==undefined){this.rating_text_timeout=window.setTimeout(function(){f.hide().html(k.NEW_RATING_TEXT).fadeIn(200)},2000)}else{this.rating_text_timeout=window.setTimeout(function(){f.hide().html(b.rating_text).fadeIn(200)},2000)}}}};(function(a){jQuery.fn.pngFix=function(e){e=jQuery.extend({blankgif:"images/blank.gif",sizingMethod:"crop",selectorOnly:true},e);var d=(navigator.appName=="Microsoft Internet Explorer"&&parseInt(navigator.appVersion)==4&&navigator.appVersion.indexOf("MSIE 5.5")!=-1);var c=(navigator.appName=="Microsoft Internet Explorer"&&parseInt(navigator.appVersion)==4&&navigator.appVersion.indexOf("MSIE 6.0")!=-1);if(jQuery.browser.msie&&(d||c)){$image_select=jQuery(this).filter("img[src$=.png]");$image_select.each(function(){jQuery(this).attr("width",jQuery(this).width());jQuery(this).attr("height",jQuery(this).height());var m="";var h="";var g=(jQuery(this).attr("id"))?'id="'+jQuery(this).attr("id")+'" ':"";var n=(jQuery(this).attr("class"))?'class="'+jQuery(this).attr("class")+'" ':"";var j=(jQuery(this).attr("title"))?'title="'+jQuery(this).attr("title")+'" ':"";var k=(jQuery(this).attr("alt"))?'alt="'+jQuery(this).attr("alt")+'" ':"";var i=(jQuery(this).attr("align"))?"float:"+jQuery(this).attr("align")+";":"";var f=(jQuery(this).parent().attr("href"))?"cursor:hand;":"";if(this.style.border){m+="border:"+this.style.border+";";this.style.border=""}if(this.style.padding){m+="padding:"+this.style.padding+";";this.style.padding=""}if(this.style.margin){m+="margin:"+this.style.margin+";";this.style.margin=""}var l=(this.style.cssText);h+="<span "+g+n+j+k;h+='style="position:relative;white-space:pre-line;display:inline-block;background:transparent;'+i+f;h+="width:"+jQuery(this).width()+"px;height:"+jQuery(this).height()+"px;";h+="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+jQuery(this).attr("src")+"', sizingMethod='"+e.sizingMethod+"');";h+=l+'"></span>';if(m!=""){h='<span style="position:relative;display:inline-block;'+m+f+"width:"+jQuery(this).width()+"px;height:"+jQuery(this).height()+'px;">'+h+"</span>"}jQuery(this).hide();jQuery(this).after(h)});var b=function(h){var g=h.css("background-image");if(g!=undefined&&g.indexOf(".png")!=-1){var f=g.split('url("')[1].split('")')[0];h.css("background-image","none");h.get(0).runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+f+"',sizingMethod='"+e.sizingMethod+"')"}};jQuery(this).each(function(){b(jQuery(this))});jQuery(this).find("input[src$=.png]").each(function(){var f=jQuery(this).attr("src");jQuery(this).get(0).runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+f+"', sizingMethod='"+e.sizingMethod+"');";jQuery(this).attr("src",e.blankgif)})}return jQuery}})(jQuery);(function($){$.fn.fixPNG=function(){return this.each(function(){var image=$(this).css("backgroundImage");if(image.match(/^url\(["']?(.*\.png)["']?\)$/i)){image=RegExp.$1;$(this).css({backgroundImage:"none",filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod="+($(this).css("backgroundRepeat")=="no-repeat"?"crop":"scale")+", src='"+image+"')"}).each(function(){var position=$(this).css("position");if(position!="absolute"&&position!="relative"){$(this).css("position","relative")}})}})};var elem,opts,busy=false,imagePreloader=new Image,loadingTimer,loadingFrame=1,imageRegExp=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i;var ieQuirks=null,IE6=$.browser.msie&&$.browser.version.substr(0,1)==6&&!window.XMLHttpRequest,oldIE=IE6||($.browser.msie&&$.browser.version.substr(0,1)==7);$.fn.fancybox=function(o){var settings=$.extend({},$.fn.fancybox.defaults,o);var matchedGroup=this;function _initialize(){elem=this;opts=$.extend({},settings);if(!opts.showTitle){}$("#fancy_title").remove();if(opts.contentClass.length){$("#fancy_content").addClass(opts.contentClass)}_start();return false}function _start(){if(busy){return}if($.isFunction(opts.callbackOnStart)){opts.callbackOnStart()}opts.itemArray=[];opts.itemCurrent=0;if(settings.itemArray.length>0){opts.itemArray=settings.itemArray}else{var item={};if(!elem.rel||elem.rel==""){var item={href:elem.href,title:elem.title};if($(elem).children("img:first").length){item.orig=$(elem).children("img:first")}else{item.orig=$(elem)}if(item.title==""||typeof item.title=="undefined"){item.title=item.orig.attr("alt")}opts.itemArray.push(item)}else{var subGroup=$(matchedGroup).filter("a[rel="+elem.rel+"]");var item={};for(var i=0;i<subGroup.length;i++){item={href:subGroup[i].href,title:subGroup[i].title};if($(subGroup[i]).children("img:first").length){item.orig=$(subGroup[i]).children("img:first")}else{item.orig=$(subGroup[i])}if(item.title==""||typeof item.title=="undefined"){item.title=item.orig.attr("alt")}opts.itemArray.push(item)}}}while(opts.itemArray[opts.itemCurrent].href!=elem.href){opts.itemCurrent++}if(opts.overlayShow){if(IE6){$("embed, object, select").css("visibility","hidden");$("#fancy_overlay").css("height",$(document).height())}$("#fancy_overlay").css({opacity:opts.overlayOpacity,background:opts.overlayColor}).show()}$(window).bind("resize.fb scroll.fb",$.fn.fancybox.scrollBox);if(IE6){$(window).trigger("scroll")}_change_item()}function _change_item(){$("#fancy_right, #fancy_left, #fancy_close, #fancy_title").hide();var href=opts.itemArray[opts.itemCurrent].href;if(opts.href.length){var href=opts.href}if(href.match("iframex")||elem.className.indexOf("iframex")>=0){$.fn.fancybox.showLoading();_set_content('<iframe id="fancy_frame" onload="jQuery.fn.fancybox.showIframe()" name="fancy_iframe'+Math.round(Math.random()*1000)+'" frameborder="0" hspace="0" src="'+href+'"></iframe>',opts.frameWidth,opts.frameHeight)}else{if(href.match(/#/)){var target=window.location.href.split("#")[0];target=href.replace(target,"");target=target.substr(target.indexOf("#"));_set_content('<div id="fancy_div">'+$(target).html()+"</div>",opts.frameWidth,opts.frameHeight)}else{if(href.match(imageRegExp)){imagePreloader=new Image;imagePreloader.src=href;if(imagePreloader.complete){_proceed_image()}else{$.fn.fancybox.showLoading();$(imagePreloader).unbind().bind("load",function(){$("#fancy_loading").hide();_proceed_image()})}}else{$.fn.fancybox.showLoading();if(href.search(/\?/)==-1){var temp_href=href+"?ms="+new Date().getTime()+"&javascript=true"}else{var temp_href=href+"&ms="+new Date().getTime()+"&javascript=true"}$.get(temp_href,function(data){$("#fancy_loading").hide();$("#fancy_outer").show();var $fancy_content=$("#fancy_content");$fancy_content.html(data);ajax_content_height=$("#overlay-wrapper").outerHeight();ajax_content_width=$("#overlay-wrapper").outerWidth();if($.browser.msie&$.browser.version.indexOf("8")>-1){ajax_content_height+=3;ajax_content_width+=3}$fancy_content.html("");$("#fancy_outer").hide();_set_content('<div id="fancy_ajax">'+data+"</div>",ajax_content_width,ajax_content_height);$(window).trigger("load")})}}}}function _proceed_image(){var width=imagePreloader.width;var height=imagePreloader.height;var horizontal_space=(opts.padding*2)+40;var vertical_space=(opts.padding*2)+60;var w=$.fn.fancybox.getViewport();if(opts.imageScale&&(width>(w[0]-horizontal_space)||height>(w[1]-vertical_space))){var ratio=Math.min(Math.min(w[0]-horizontal_space,width)/width,Math.min(w[1]-vertical_space,height)/height);width=Math.round(ratio*width);height=Math.round(ratio*height)}_set_content('<img alt="" id="fancy_img" src="'+imagePreloader.src+'" />',width,height)}function _preload_neighbor_images(){if((opts.itemArray.length-1)>opts.itemCurrent){var href=opts.itemArray[opts.itemCurrent+1].href;if(href.match(imageRegExp)){objNext=new Image();objNext.src=href}}if(opts.itemCurrent>0){var href=opts.itemArray[opts.itemCurrent-1].href;if(href.match(imageRegExp)){objNext=new Image();objNext.src=href}}}function _set_content(value,width,height){busy=true;var pad=opts.padding;if(oldIE||ieQuirks){$("#fancy_content")[0].style.removeExpression("height");$("#fancy_content")[0].style.removeExpression("width")}if(pad>0){width+=pad*2;height+=pad*2;$("#fancy_content").css({top:pad+"px",right:pad+"px",bottom:pad+"px",left:pad+"px",width:"auto",height:"auto"});if(oldIE||ieQuirks){$("#fancy_content")[0].style.setExpression("height","(this.parentNode.clientHeight - "+pad*2+")");$("#fancy_content")[0].style.setExpression("width","(this.parentNode.clientWidth - "+pad*2+")")}}else{$("#fancy_content").css({top:0,right:0,bottom:0,left:0,width:"100%",height:"100%"})}if($("#fancy_outer").is(":visible")&&width==$("#fancy_outer").width()&&height==$("#fancy_outer").height()){$("#fancy_content").fadeOut("fast",function(){$("#fancy_content").empty().append(value).fadeIn("normal",function(){_finish()})});return}var w=$.fn.fancybox.getViewport();var itemTop=(height+60)>w[1]?w[3]:(w[3]+Math.round((w[1]-height-60)*0.5));var itemLeft=(width+40)>w[0]?w[2]:(w[2]+Math.round((w[0]-width-40)*0.5));var itemOpts={left:itemLeft,top:itemTop,width:width+"px",height:height+"px"};if($("#fancy_outer").is(":visible")){$("#fancy_content").fadeOut("normal",function(){$("#fancy_content").empty();$("#fancy_outer").animate(itemOpts,opts.zoomSpeedChange,opts.easingChange,function(){$("#fancy_content").append(value).fadeIn("normal",function(){_finish()})})})}else{if(opts.zoomSpeedIn>0&&opts.itemArray[opts.itemCurrent].orig!==undefined){document.getElementById("fancy_content").innerHTML=value;var orig_item=opts.itemArray[opts.itemCurrent].orig;if(opts.caller!=null&&(opts.caller).length){orig_item=opts.caller}var orig_pos=$.fn.fancybox.getPosition(orig_item);$("#fancy_outer").css({left:(orig_pos.left-20-opts.padding)+"px",top:(orig_pos.top-20-opts.padding)+"px",width:$(orig_item).width()+(opts.padding*2),height:$(orig_item).height()+(opts.padding*2)});if(opts.zoomOpacity){itemOpts.opacity="show"}$("#fancy_outer").animate(itemOpts,opts.zoomSpeedIn,opts.easingIn,function(){_finish()})}else{$("#fancy_content").hide().empty().append(value).show();$("#fancy_outer").css(itemOpts).fadeIn("normal",function(){_finish()})}}}function _set_navigation(){if(opts.itemCurrent!=0){$("#fancy_left, #fancy_left_ico").unbind().bind("click",function(e){e.stopPropagation();opts.itemCurrent--;_change_item();return false});$("#fancy_left").show()}if(opts.itemCurrent!=(opts.itemArray.length-1)){$("#fancy_right, #fancy_right_ico").unbind().bind("click",function(e){e.stopPropagation();opts.itemCurrent++;_change_item();return false});$("#fancy_right").show()}}function _finish(){if($.browser.msie){$("#fancy_content")[0].style.removeAttribute("filter");$("#fancy_outer")[0].style.removeAttribute("filter")}_set_navigation();_preload_neighbor_images();$(document).bind("keydown.fb",function(e){if(e.keyCode==27&&opts.enableEscapeButton){$.fn.fancybox.close()}else{if(e.keyCode==37&&opts.itemCurrent!=0){$(document).unbind("keydown.fb");opts.itemCurrent--;_change_item()}else{if(e.keyCode==39&&opts.itemCurrent!=(opts.itemArray.length-1)){$(document).unbind("keydown.fb");opts.itemCurrent++;_change_item()}}}});if(opts.centerOnScroll){$(window).bind("resize.fb scroll.fb",$.fn.fancybox.scrollBox)}if(opts.hideOnContentClick){$("#fancy_content").click($.fn.fancybox.close)}if(opts.overlayShow&&opts.hideOnOverlayClick){$("#fancy_overlay").bind("click",$.fn.fancybox.close)}if(opts.showCloseButton){$("#fancy_close").bind("click",$.fn.fancybox.close).show()}try{if(typeof opts.itemArray[opts.itemCurrent].title!=="undefined"&&opts.itemArray[opts.itemCurrent].title.length>0){var pos=$("#fancy_outer").position();$("#fancy_title div").text(opts.itemArray[opts.itemCurrent].title).html();$("#fancy_title").css({top:pos.top+$("#fancy_outer").outerHeight()-32,left:pos.left+(($("#fancy_outer").outerWidth()*0.5)-($("#fancy_title").width()*0.5))}).show()}}catch(e){opts.itemArray=[];opts.itemCurrent=0;busy=false;return}if(opts.overlayShow&&(IE6)){$("embed, object, select",$("#fancy_content")).css("visibility","visible")}if($.isFunction(opts.callbackOnShow)){opts.callbackOnShow(opts.itemArray[opts.itemCurrent])}if($.browser.msie){$("#fancy_outer")[0].style.removeAttribute("filter");$("#fancy_content")[0].style.removeAttribute("filter")}$("#fancy_content script").each(function(){eval($(this).html())});busy=false}return this.unbind("click.fb").bind("click.fb",_initialize)};$.fn.fancybox.scrollBox=function(){if($(window).height()<$("#fancy_outer").outerHeight()){return}var w=$.fn.fancybox.getViewport();if($("#fancy_outer").is(":visible")){var ow=$("#fancy_outer").outerWidth();var oh=$("#fancy_outer").outerHeight();var pos={top:(oh>w[1]?w[3]:w[3]+Math.round((w[1]-oh)*0.5)),left:(ow>w[0]?w[2]:w[2]+Math.round((w[0]-ow)*0.5))};$("#fancy_outer").css(pos);$("#fancy_title").css({top:pos.top+oh-32,left:pos.left+((ow*0.5)-($("#fancy_title").width()*0.5))})}if(IE6&&$("#fancy_overlay").is(":visible")){$("#fancy_overlay").children().css({height:$(document).height()})}if($("#fancy_loading").is(":visible")){$("#fancy_loading").css({left:((w[0]-40)*0.5+w[2]),top:((w[1]-40)*0.5+w[3])})}};$.fn.fancybox.getNumeric=function(el,prop){return parseInt($.curCSS(el.jquery?el[0]:el,prop,true))||0};$.fn.fancybox.getPosition=function(el){var pos=el.offset();pos.top+=$.fn.fancybox.getNumeric(el,"paddingTop");pos.top+=$.fn.fancybox.getNumeric(el,"borderTopWidth");pos.left+=$.fn.fancybox.getNumeric(el,"paddingLeft");pos.left+=$.fn.fancybox.getNumeric(el,"borderLeftWidth");return pos};$.fn.fancybox.showIframe=function(){$("#fancy_loading").hide();$("#fancy_frame").show()};$.fn.fancybox.getViewport=function(){return[$(window).width(),$(window).height(),$(document).scrollLeft(),$(document).scrollTop()]};$.fn.fancybox.animateLoading=function(){if(!$("#fancy_loading").is(":visible")){clearInterval(loadingTimer);return}$("#fancy_loading > div").css("top",(loadingFrame*-40)+"px");loadingFrame=(loadingFrame+1)%12};$.fn.fancybox.showLoading=function(){clearInterval(loadingTimer);var w=$.fn.fancybox.getViewport();$("#fancy_loading").css({left:((w[0]-40)*0.5+w[2]),top:((w[1]-40)*0.5+w[3])}).show();$("#fancy_loading").bind("click",$.fn.fancybox.close);loadingTimer=setInterval($.fn.fancybox.animateLoading,66)};$.fn.fancybox.close=function(){busy=true;$(imagePreloader).unbind();$(document).unbind("keydown.fb");$(window).unbind("resize.fb scroll.fb");$("#fancy_overlay, #fancy_content, #fancy_close").unbind();$("#fancy_close, #fancy_loading, #fancy_left, #fancy_right, #fancy_title").hide();__cleanup=function(){if($("#fancy_overlay").is(":visible")){$("#fancy_overlay").fadeOut("fast")}$("#fancy_content").empty();if(opts.centerOnScroll){$(window).unbind("resize.fb scroll.fb")}if(IE6){$("embed, object, select").css("visibility","visible")}if($.isFunction(opts.callbackOnClose)){opts.callbackOnClose()}busy=false};if($("#fancy_outer").is(":visible")!==false){if(opts.zoomSpeedOut>0&&opts.itemArray[opts.itemCurrent].orig!==undefined){var orig_item=opts.itemArray[opts.itemCurrent].orig;if(opts.caller!=null&&(opts.caller).length){orig_item=opts.caller}var orig_pos=$.fn.fancybox.getPosition(orig_item);var itemOpts={left:(orig_pos.left-20-opts.padding)+"px",top:(orig_pos.top-20-opts.padding)+"px",width:$(orig_item).width()+(opts.padding*2),height:$(orig_item).height()+(opts.padding*2)};if(opts.zoomOpacity){itemOpts.opacity="hide"}$("#fancy_outer").stop(false,true).animate(itemOpts,opts.zoomSpeedOut,opts.easingOut,__cleanup)}else{$("#fancy_outer").stop(false,true).fadeOut("fast",__cleanup)}}else{__cleanup()}return false};$.fn.fancybox.build=function(){var html="";html+='<div id="fancy_overlay"></div>';html+='<div id="fancy_loading"><div></div></div>';html+='<div id="fancy_outer">';html+='<div id="fancy_inner">';html+='<div id="fancy_close"></div>';html+='<div id="fancy_bg"><div class="fancy_bg" id="fancy_bg_n"></div><div class="fancy_bg" id="fancy_bg_ne"></div><div class="fancy_bg" id="fancy_bg_e"></div><div class="fancy_bg" id="fancy_bg_se"></div><div class="fancy_bg" id="fancy_bg_s"></div><div class="fancy_bg" id="fancy_bg_sw"></div><div class="fancy_bg" id="fancy_bg_w"></div><div class="fancy_bg" id="fancy_bg_nw"></div></div>';html+='<a href="javascript:;" id="fancy_left"><span class="fancy_ico" id="fancy_left_ico"></span></a><a href="javascript:;" id="fancy_right"><span class="fancy_ico" id="fancy_right_ico"></span></a>';html+='<div id="fancy_content"></div>';html+="</div>";html+="</div>";html+='<div id="fancy_title"></div>';$(html).appendTo("body");if($("#content-wrapper").hasClass("background-style-black")){$("#fancy_outer").addClass("fancy-background-style-black background-style-black")}$('<table cellspacing="0" cellpadding="0" border="0"><tr><td class="fancy_title" id="fancy_title_left"></td><td class="fancy_title" id="fancy_title_main"><div></div></td><td class="fancy_title" id="fancy_title_right"></td></tr></table>').appendTo("#fancy_title");if($.browser.msie){$(".fancy_bg").fixPNG()}if(IE6){$("div#fancy_overlay").css("position","absolute");$("#fancy_loading div, #fancy_close, .fancy_title, .fancy_ico").fixPNG();$("#fancy_inner").prepend('<iframe id="fancy_bigIframe" src="javascript:false;" scrolling="no" frameborder="0"></iframe>');var frameDoc=$("#fancy_bigIframe")[0].contentWindow.document;frameDoc.open();frameDoc.close()}};$.fn.fancybox.defaults={padding:19,imageScale:true,zoomOpacity:true,zoomSpeedIn:0,zoomSpeedOut:0,zoomSpeedChange:300,easingIn:"swing",easingOut:"swing",easingChange:"swing",frameWidth:560,frameHeight:340,overlayShow:true,overlayOpacity:0.7,overlayColor:"#FFF",enableEscapeButton:true,showCloseButton:true,hideOnOverlayClick:true,hideOnContentClick:true,centerOnScroll:true,itemArray:[],callbackOnStart:null,callbackOnShow:null,callbackOnClose:null,showTitle:false,contentClass:"",caller:null,href:""};$(document).ready(function(){ieQuirks=$.browser.msie&&!$.boxModel;if($("#fancy_outer").length<1){$.fn.fancybox.build()}})})(jQuery);var ToolTip=function(k,i,c,b,g){this.MouseOutTimeout="";var l=false,e=[],f=true,d=this;var j=function(){e=$('<div class="tooltip"><div class="tooltip-top"><!-- --></div><div class="tooltip-content content">'+i+'</div><div class="tooltip-bottom"><!-- --></div><div class="tooltip-arrow"><!-- --></div></div>').css({opacity:0.8});$(document.body).append(e);e.hover(function(){window.clearTimeout(d.MouseOutTimeout)},function(m){k.trigger("mouseout")});if(isNaN(c)&&c.indexOf("%")>-1){c=k.outerWidth(true)*c.replace("%","")/100}if(isNaN(b)&&b.indexOf("%")>-1){b=k.outerHeight(true)*b.replace("%","")/100}if(g=="bottom"&!f){c=k.outerWidth(true)-c;b=k.outerHeight(true)-b}$(".tooltip-content").pngFix({sizingMethod:"scale"});$(".tooltip-end").pngFix();e.pngFix();l=true};var a=function(p){if(!l){j()}var o=e.offset().left,n=e.offset().top,m=e.outerWidth(true),q=e.outerHeight(true);if(e.is(":visible")&p.pageX>o&p.pageX<(o+m)&p.pageY>n&p.pageY<(n+q)){return true}return false};var h=function(s,x){if(!l){j()}var n=k.offset().left,v=k.offset().top,w=k.outerWidth(true),y=k.outerHeight(true),o=e.outerWidth(true),m=e.outerHeight(true),p=n+c,u=v+b,q="tooltip-right",t=$(window).scrollTop(),r=$(window).scrollLeft();mposition=f;if(typeof x!="undefined"){mposition=x}if(!mposition){if($(window).width()<(n-r+c+o)&(n-r+(w-c)-o)>=0){q="tooltip-left";p=n+(w-c)-o}if($(window).height()<(v-t+b+m)&(v-t>m+(y-b))){u=v+(y-b)-m}}else{p=s.pageX+c;u=s.pageY+b;if($(window).width()<(s.pageX-r+c+o)&(s.pageX-r-c-o)>=0){q="tooltip-left";p=s.pageX-c-o}if($(window).height()<(s.pageY-t+b+m)&(s.pageY-t>m+b)){u=s.pageY-b-m}}e.css({left:p+"px",top:u+"px"}).removeClass("tooltip-left").removeClass("tooltip-right").addClass(q)};k.click(function(m){if(!l){j()}h(m,true);f=false}).hover(function(m){if(!l){j()}f=true;window.clearTimeout(d.MouseOutTimeout);if(a(m)){return}h(m);e.stop(true,true);if(!$.browser.msie&!IsMobileDevice()){e.fadeIn("fast")}else{e.show()}},function(m){if(!l){j()}if(a(m)){return}window.clearTimeout(d.MouseOutTimeout);d.MouseOutTimeout=window.setTimeout(function(){e.stop(true,true);if(!$.browser.msie){e.fadeOut("fast",function(){$(this).remove();l=false;f=true})}else{e.remove();l=false;f=true}},100)}).mousemove(function(m){if(!l){j()}if(f){h(m)}})};

