if (document.images) {
button1 = new Image
button2 = new Image
button3 = new Image
button4 = new Image
button5 = new Image
button6 = new Image
button7 = new Image
button8 = new Image
button11 = new Image
button12 = new Image
button13 = new Image
button14 = new Image
button15 = new Image
button16 = new Image
button17 = new Image
button18 = new Image
button1.out = 'images/me1.gif'
button1.over = 'images/ho1.gif'
button2.out = 'images/me2.gif'
button2.over = 'images/ho2.gif'
button3.out = 'images/me3.gif'
button3.over = 'images/ho3.gif'
button4.out = 'images/me4.gif'
button4.over = 'images/ho4.gif'
button5.out = 'images/me5.gif'
button5.over = 'images/ho5.gif'
button6.out = 'images/me6.gif'
button6.over = 'images/ho6.gif'
button7.out = 'images/me7.gif'
button7.over = 'images/ho7.gif'
button8.out = 'images/me8.gif'
button8.over = 'images/ho8.gif'
button11.out = 'images/me11.gif'
button11.over = 'images/ho11.gif'
button12.out = 'images/me12.gif'
button12.over = 'images/ho12.gif'
button13.out = 'images/me13.gif'
button13.over = 'images/ho13.gif'
button14.out = 'images/me14.gif'
button14.over = 'images/ho14.gif'
button15.out = 'images/me15.gif'
button15.over = 'images/ho15.gif'
button16.out = 'images/me16.gif'
button16.over = 'images/ho16.gif'
button17.out = 'images/me17.gif'
button17.over = 'images/ho17.gif'
button18.out = 'images/me18.gif'
button18.over = 'images/ho18.gif'
}
function flash(url,width,height) {
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+width+'" height="'+height+'">');
    document.write('<param name="movie" value="'+url+'" />');
    document.write('<param name="menu" value="false" />');
    document.write('<param name="wmode" value="transparent" />');
    document.write('<param name="quality" value="high" />');
    document.write('<embed src="'+url+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'"></embed>');
    document.write('</object>');
}