// JavaScript Document
function showPic(picname) {
 if (document.getElementById) {
  document.getElementById('picFrame').src = "images/bus/"+picname;	
	}
	//alert('picname   '+  picname)
}
