function showPic(picName,prodName)
{
    document.getElementById("divShow").innerHTML="<img src='" + picName + "' onload='if(this.width>240)this.width=240;if(this.height>188)this.height=188;'/>";
    document.getElementById("spanProdName").innerHTML=prodName;
}