var popupStatus=0;function loadPopup(a){if(popupStatus==0){$("#backgroundPopup").css({opacity:"0.7"});$("#backgroundPopup").fadeIn("slow");$("#popupContact").fadeIn("slow");popupStatus=1}}function disablePopup(){if(popupStatus==1){$("#backgroundPopup").fadeOut("slow");$("#popupContact").fadeOut("slow");popupStatus=0}}function centerPopup(){var a=document.documentElement.clientWidth;var d=document.documentElement.clientHeight;var c=$("#popupContact").height();var b=$("#popupContact").width();$("#popupContact").css({position:"absolute",top:d/2-c/2,left:a/2-b/2});$("#backgroundPopup").css({height:d})}function popupClick(a){centerPopup();loadPopup(a);$("#popupContents").load("imagePopup.aspx?rangeNo="+a)}function zoomImage(a){$("#popupContents").html("<h1></h1><div id=contentArea>Loading . . .</div>");$("#popupContents").load("imageZoom.aspx?rangeNo="+a);centerPopup();loadPopup(a)}function zoomLogo(a,b){$("#popupContents").html("<h1></h1><div id=contentArea>Loading . . .</div>");$("#popupContents").load("logoZoom.aspx?c="+a+"&d="+b);centerPopup();loadPopup(2)}function centres(c,a){var b="centres.aspx?s="+c+"&c="+a;$("#popupContents").html("<h1></h1><div id=contentArea>Loading . . .</div>");$("#popupContents").load(b);centerPopup();loadPopup(c)}$(document).ready(function(){$("#button").click(function(){centerPopup();loadPopup()});$("#popupContactClose").click(function(){disablePopup()});$("#backgroundPopup").click(function(){disablePopup()});$(document).keypress(function(a){if(a.keyCode==27&&popupStatus==1){disablePopup()}});$("ul.sf-menu").supersubs({minWidth:12,maxWidth:27,extraWidth:1}).superfish()});
