  var w = 0, h = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    w = window.innerWidth;
    h = window.innerHeight;
  } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    w = document.documentElement.clientWidth;
    h = document.documentElement.clientHeight;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    //IE 4 compatible
    w = document.body.clientWidth;
    h = document.body.clientHeight;
  }

h = h-20;

document.write('<applet name="slideshow"');
document.write('" codebase="../../jars/jslideshow" code="ca.antaki.www.jslideshow.ZoomImageFrame.class"');
document.write('" archive="Slideshow.jar,forms-1.1.0.jar,metadata-extractor-2.4.0-beta-1.jar,swing-worker-1.1.jar"');
document.write('" width=100%"'+'" height=100%"'+'" + alt="You need the Java plugin to view this applet">'
+ '<param name="boxmessage" value="Slideshow applet 1.0">'
+ '<param name="src" value="molikandme.jpg|stephanie_foretz.jpg|stephanie_dubois.jpg|anna_k2.jpg|barbara_schett1.jpg|capriati_1.jpg|dokic.jpg|anna_k1.jpg|martina_h1.jpg|marissa_irvine1.jpg|anna_k3.jpg|navratilova_capriati.jpg|anna_k5.jpg|capriati_3.jpg|stevensen_2.jpg|anna_k6.jpg|tulyaganova.jpg|sanchez_2.jpg|navratilova1.jpg|martina_h2.jpg|navratilovaandtulyaganova.jpg">'+'<param name="description" value="Alicica Molik|Stéphanie Foretz|Stéphanie Dubois|Anna Kournikova|Barabara Schett|Jennifer Capriati|Jelena Dokic|Anna Kournikova|Martina Hingis|Marissa Irvine|Anna Kournikova|Navratiolva & Capriati|Anna Kournikova|Jennifer Capriati|Alexandra Stevensen|Anna Kournikova|Iroda Tulyaganova|Arantxa Sanchez-Vicario|Navratilova|Martina Hingis|Navratilova & Tulyaganova">'+'<param name="comment" value="Alicia Molik the number two Aussie player and me at the Rogers AT&T Cup.|St&eacute;phanie Foretz and me|St&eacute;phanie Dubois, a young Canadian player and me.|Anna Kournikova hitting a backhand.|Barbara Schett|Jennifer Capriati hitting a forehand|Jelena Dokic playing.|Anna Kournikova.|Martina Hingis practising|Marissa Irivine, a US player serving.|Anna Kournikova picking a ball|Martina Navratilova & Jennifer Capriati playing their doubles match.|Anna Kournikova playing|Jennifer Capriati practising her serve.|Alexandra Stevenson serving. |Anna Kournikova leaving the court after practise.|Iroda Tulyaganova from Uzbekistan practising.|Arantxa Sanchez-Vicario practising.|MartinaNavratilova giving some advice to Iroda Tulyaganova.|Martina Hingis practising with her mother.|Navratiolova & Tulyaganova.">'+'<\/applet>');
