/* to prevent javascript errors from missing fixPNG function (that IE uses) */
function fixPNG(myImage)
{
  return;
}

