var popupStatus=0;function loadPopup(){if(popupStatus==0){jQuery("#popupContact").fadeIn("slow");popupStatus=1}}function disablePopup(){if(popupStatus==1){jQuery("#popupContact").fadeOut("slow");popupStatus=0}}function disablePopupPkg(){jQuery("#popupContactPackg").fadeOut("slow")}jQuery(document).ready(function(){jQuery("#button").click(function(){loadPopup()});jQuery("#popupContactClose").click(function(){disablePopup()});jQuery(document).keypress(function(a){if(a.keyCode==27&&popupStatus==1){disablePopup()}})});function disablePacPopup(){jQuery("#popupContactPackg").fadeOut("slow")}jQuery(document).ready(function(){jQuery("#buttonPkg").click(function(){a()});jQuery("#popupContactClosePkg").click(function(){disablePacPopup();return false});function a(){jQuery("#popupContactPackg").fadeIn("slow")}jQuery(document).keypress(function(b){if(b.keyCode==27){disablePacPopup()}})});
