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