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