var naviarray = new Array('HALLITUS','WESTIE-LEHTI','LIITY JÄSENEKSI','PENTUVÄLITYS','WESTIE RESCUE','HOITOPAIKKOJA','ROTUMÄÄRITELMÄ','HOITO-OHJEITA','KASVATUS JA JALOSTUS','UROSREKISTERI','TARVIKKEET','KASVATTAJAT','TRIMMAAJAT','TAPAHTUMAT','NÄYTTELYTULOKSET','HARRASTUKSET','WUODEN WESTIE', 'LINKIT','KUVAGALLERIA','KYSELY & KILPAILU','PALAUTE','IN ENGLISH');
var navihtmlarray = new Array('hallitus.html','lehti.html','liity.html','pentuvalitys.html','rescue.html','hoitopaikka.html','rotumaaritelma.html','artikkeliwestie.html','kasvatusjalostus.html','urosrekisteri.html','tarvikkeet.html','kasvattajat.html','trimmaajat.html','tapahtumat.html','tulokset.html','agitoko.html','ww.html', 'linkit.html','kuvagalleria.html','kysely.html','palaute.html','english.html');
var oddcolor  = "#D8B5D0";
var paircolor = "#BD8BB1";
var nextcolor = "#BD8BB1";

document.writeln('<table border="0" cellspacing="0" cellpadding="0" WIDTH=170px>');
document.writeln('<TR valign="top"><TD height=25px>');
document.writeln('<font color = red size=2><b>Huom!</b> Westiekerhon sivut ovat uudistuneet<br>ja muuttaneet!<br>Uudet sivut löytyvät osoitteesta<br><a href="http://www.westiekerho.fi"><b><font color = red size=2>www.westiekerho.fi</font></b></a></font>');
document.writeln('<br><br></td></tr>');

for (i = 0; i < naviarray.length; i++) {
    if (nextcolor == oddcolor){
	nextcolor = paircolor;
    } else {
	nextcolor = oddcolor;
    }
    document.writeln('<TR valign="top"><TD height=25px bgcolor="' + nextcolor + '"><img src="/images/tyhja.gif" width="1" height="17" alt=""><a href="' + navihtmlarray[i] + '" class="navi">' + naviarray[i] + '</a></TD></TR>');		
}

document.writeln('<TR valign="top"><TD>');
document.writeln('<br><br><br><font COLOR="808080">Sponsored by</font><br>');
document.writeln('<img src="images/sponsorit/Cesar_logo_pikku.jpg" border=0><img src="images/sponsorit/pedigree_logo_pikku.jpg" border=0>');
document.writeln('</TR></TD>');
document.writeln('</TABLE>');