function clearFields(label)
{	
  if (label.defaultValue == label.value) label.value = "";
} // end clearFields
function switchGallery(id,file,map) 
{
	document.getElementById(id).setAttribute("src","images/"+file+".jpg");
	document.getElementById(id).setAttribute("usemap","#"+map);
} // end switchGallery