function showpic(pic){
//alert(pic);
document.getElementById("PIC").innerHTML ='<img src="images/'+pic+'" border="0" style="margin:50px 30px;">';
}
