<!--
// Rollover - This swaps the normal state image with the over state image
// You must put the name value into the image tage
function change(name,file) {
  if (document.images)
    eval('document.images["'+name+'"].src="'+file+'"')
}
//-->
