url =document.URL.split("/");
round=url[8];
function rdnavi(){
for(i=1; i<10; i++){
if((nowround<i)||(i==2)||(i==3)|(i==6)){
document.write('<tr><td width="110"><img src="/jwrc/e/image/frame0'+i+'_f3.gif" name="rd'+i+'" width="110" height="51" border="0"></td></tr>')
}else if(round=="round"+i){
document.write('<tr><td width="110"><img src="/jwrc/e/image/frame0'+i+'_f2.gif" name="rd'+i+'" width="110" height="51" border="0"></td></tr>')
}else{
over="'rd"+i+"','','/jwrc/e/image/frame0"+i+"_f2.gif',1"
document.write('<tr><td width="110"><a href="/jwrc/e/round'+i+'/index.html" onMouseOver="MM_swapImage('+over+')" onMouseOut="MM_swapImgRestore()"><img src="/jwrc/e/image/frame0'+i+'.gif" name="rd'+i+'" width="110" height="51" border="0"></a></td></tr>')
}
}
}
