

function imgOn(imgName) {
	if (document.images) document[imgName].src = eval(imgName + "on.src");
}
function imgOff(imgName) {
	if (document.images) document[imgName].src = eval(imgName + "off.src");
}

function flash_write(file, width, height, version) {
  if(!version) version = "6,0,0,0";
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+version+'" width="'+width+'" height="'+height+'" id="movie" ><param name="movie" value="'+file+'" /><param name="wrmode" value="transparent" /><param name="menu" value="false" /><!--[if !IE]> <--> <object type="application/x-shockwave-flash" data="'+file+'" width="'+width+'" height="'+height+'"></object><!--> <![endif]--></object>');
}

