// filename: interface.js
// author: Izzy Valentine
// This is an include file that control the banner (swf).

document.write('<object')
document.write(' type="application/x-shockwave-flash"')
document.write(' class="start"')
document.write(' id="swf"')
document.write(' width="100%"')
document.write(' height="100%"')
document.write(' data="ui_swfs/navi.swf"')
document.write('>')
document.write('	<param name="movie" value="ui_swfs/navi.swf" />')
document.write('	<param name="quality" value="best" />')
document.write('	<param name="devicefont" value="true" />')
document.write('    <param name="wmode" value="transparent">')
document.write('	<center>')
document.write('		<span class="pluginwarning">')
document.write('			<br /><br /><br /><br /><br />')
document.write('			<img src="ui_imgs/ro_swt2.gif" alt="Sweat" /> Please check your security settings, or your web browser plug-ins settings. I can\'t display the navigation module properly.')
document.write('		</span>')
document.write('	</center>')
document.write('</object>')