function updatePage(pageName){
  parent.topFrame.location = pageName;
}

function updatePageW(sectionName){
if(sectionName.substr(0,2) != 'rz'  && sectionName.substr(0,2) != 'cs' && sectionName.substr(0,2) != 'ls') { 
if(sectionName.substr(-1,1) != 'u' && sectionName.substr(-1,1) != 'i') {sectionName = sectionName + 'l';}  
}
sectionName = sectionName + '.html';
updatePage(sectionName)
}
function loadSWF()
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="700" height="300" id="btn" align="middle">\n');
document.write('<param name="movie" value="16th-stadiam03.swf" />\n');
document.write('<embed src="16th-stadiam03.swf" quality="high" bgcolor="#ffffff" width="700" height="300" name="btn" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');    
document.write('</object>\n');
}