function showpic(pic){
//alert(pic);
document.getElementById("PIC").innerHTML ='<img src="images/'+pic+'" border="0" width="430" height="286">';
}

