function showpic(pic,txt){
//alert(pic);
document.getElementById("PIC").innerHTML ='<img src="gallery/images4/'+pic+'" border="0" width="451" height="300"><br>'+txt;
}