function switchDefault(a,b,c,d){$(".mainPic").css("display","none");$("#SwitchThisImage").attr("src",b);$("#pic"+a).css("display","block");$("#SwitchThisImage").css("height",c+"px");$("#SwitchThisImage").css("width",d+"px")}function layerPopupClose(){$(".layerPopup").css("display","none")}function popHide(){$("#light").css("display","none");$("#fade").css("display","none")} function changeImage(a,b,c){$("#SwitchThisImage").css("display","none");$("#SwitchThisImage").attr("src",a);$("#SwitchThisImage").fadeIn("slow");$("#SwitchThisImage").css("height",b+"px");$("#SwitchThisImage").css("width",c+"px")}$(function(){var a=(screen.width-728)/2;$(".white_content").css("left",a+"px")});
