function whyBuy(m){
$(".layerPopup").css("display", "none");
$("#"+m).show();
}
function switchDefault(m,n,h,j){
$(".mainPic").css("display", "none");
$("#SwitchThisImage").attr("src", n);
$("#pic"+m).css("display","block");

$("#SwitchThisImage").css("height",h+"px");
$("#SwitchThisImage").css("width",j+"px");

}
function layerPopupClose()
{
$(".layerPopup").css("display","none");
}
function popHide()
{
$("#light").css("display","none");
$("#fade").css("display","none");
}
function changeImage(i,h,j){
$("#SwitchThisImage").css("display", "none");
$("#SwitchThisImage").attr("src", i);
$("#SwitchThisImage").fadeIn("slow");
$("#SwitchThisImage").css("height",h+"px");
$("#SwitchThisImage").css("width",j+"px");

}


$(function(){

var l=(screen.width-728)/2+130;
$(".white_content").css("left", l+"px");
});


