ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Frankfurt demonstration-26-august-2005</title> <!****************this is the code for slide images!> <meta name="generator" content="TSW WebCoder"> </head> <SCRIPT type="text/javascript"> var archive = new Array(); var text = new Array(); archive[0]='elf-nc-H01.jpg'; text[0]=''; archive[1]='elf-nc-H02.jpg'; text[1]=''; archive[2]='elf-nc-H03.jpg'; text[2]=' ' ; archive[3]='elf-nc-H04.jpg'; text[3]=''; archive[4]='elf-nc-H05.jpg'; text[4]='' ; archive[5]='elf-nc-H06.jpg'; text[5]=''; archive[6]='elf-nc-H07.jpg'; text[6]=''; archive[7]='elf-nc-H08.jpg'; text[7]=''; archive[8]='elf-nc-H09.jpg'; text[8]=''; archive[9]='elf-nc-H10.jpg'; text[9]=' '; archive[10]='elf-nc-H11.jpg'; text[10]=''; archive[11]='elf-nc-H12.jpg'; text[11]=''; archive[12]='elf-nc-H13.jpg'; text[12]=''; archive[13]='elf-nc-H14.jpg'; text[13]=''; archive[14]='elf-nc-H15.jpg'; text[14]=' ' ; archive[15]='elf-nc-H16.jpg'; text[15]=' ' ; archive[16]='elf-nc-H01.jpg'; text[16]=''; var numberOfImages=archive.length-1; var imageID=1; function showImage(order) { if (order=='next' && imageID<numberOfImages) { imageID++; document.getElementById('image').src = archive[imageID]; } else if (order=='next'){ imageID=0; showImage(order); } if (order=='prior' && imageID!=1) { imageID--; document.getElementById('image').src = archive[imageID]; } else if (order=='prior'){ imageID=numberOfImages+1; showImage(order); } document.getElementById('imageText').innerHTML=text[imageID]; } function initText(){ document.getElementById('image').src = archive[1]; document.getElementById('imageText').innerHTML=text[1]; } </SCRIPT> <STYLE type="text/css"> #image {position:relative} #imageText {font-family:verdana;font-size:8pt;padding:2px} BODY {background-color:#FFFC8C;color:black;font-family:times;font-size:14pt} .knap {font-family:verdana;font-size:10pt;width:100px;cursor:pointer;cursor:hand} </STYLE> </HEAD> <BODY onLoad="initText()" > <img border="3" src="togoSept.jpg" width="100%" height="40" align="top"> <p align="left"><b><font size="4"><font color="#800000">ELF-NC meeting </font><font color="#FF0000">in Rotterdam-Netherlands</font><font color="#0000FF"> 01-Oct-2005</font></font> <img id="image" src="centralpark-mini.jpg" bgcolor="blue" border="5" width="400" height="300" align = "right" > <div id="imageText"> </div><br> <input type="button" value="back" onclick="showImage('prior')" class="knap" > <input type="button" value="forward " onclick="showImage('next')" class="knap" > <br></br><br></br> </BODY> </HTML>