<!--
function writeNav(step){

document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">')
document.write('<tr align="center" bgcolor="#999999">') 
document.write('<td height="10"><a href="/" class="linkSM">www.EurekaTech.com</a></td>')
document.write('</tr>')

document.write('<tr>') 
document.write('<td>&nbsp;</td>')
document.write('</tr>')

document.write('<tr align="right">') 
document.write('<td><a href="/index.htm"><img src="/images/nav/en/home.gif" width="127" height="22" hspace="6" alt="Home" border="0"></a></td>')
document.write('</tr>')

document.write('<tr>') 
document.write('<td>&nbsp;</td>')
document.write('</tr>')

if (step == '10'){
document.write('<tr align="right">') 
document.write('<td><img src="/images/forms/en/userInfo_1.gif" width="127" height="40" hspace="6" alt="User Info" border="0"></td>')
document.write('</tr>')
}else{
document.write('<tr align="right">') 
document.write('<td><img src="/images/forms/en/userInfo_0.gif" width="127" height="40" hspace="6" alt="User Info" border="0"></td>')
document.write('</tr>')
}

if (step == '20'){
document.write('<tr align="right">') 
document.write('<td><img src="/images/forms/en/question_1.gif" width="127" height="40" hspace="6" alt="Questionairre" border="0"></td>')
document.write('</tr>')
}else{
document.write('<tr align="right">') 
document.write('<td><img src="/images/forms/en/question_0.gif" width="127" height="40" hspace="6" alt="Questionairre" border="0"></td>')
document.write('</tr>')
}

if (step == '30'){
document.write('<tr align="right">') 
document.write('<td><img src="/images/forms/en/download_1.gif" width="127" height="40" hspace="6" alt="Download" border="0"></td>')
document.write('</tr>')
}else{
document.write('<tr align="right">') 
document.write('<td><img src="/images/forms/en/download_0.gif" width="127" height="40" hspace="6" alt="Download" border="0"></td>')
document.write('</tr>')
}

document.write('</table>')
}
//-->
