// routine to switch graphics on rollover
function switchGraphic(num, imgname) {
  if (getAppVersion()) {
 document[imgname].src = img[num].src;}
}