$(function() {
    $("#img_panel1").show;
    $("#img1").click(function(event){$("#style_img_panel div[id^=img_panel]").hide();
    $("#img_panel1").fadeIn();})
    $("#img2").click(function(event){$("#style_img_panel div[id^=img_panel]").hide();
    $("#img_panel2").fadeIn();})
    $("#img3").click(function(event){$("#style_img_panel div[id^=img_panel]").hide();
    $("#img_panel3").fadeIn();})
    $("#img4").click(function(event){$("#style_img_panel div[id^=img_panel]").hide();
    $("#img_panel4").fadeIn();})
})
