
function pic_normal()
{
    $(this).attr("src", document['img' + this.id].normal_pic);
}


function pic_hover()
{
    $(this).attr("src", document['img' + this.id].hover_pic);
}

function pic_href()
{
    window.location = document['img' + this.id].href;
}