function preloadNavi(){
	
}
function fadeNavi(obj,direction,usetimestop) {
			var newobj = document.getElementById('naviarrow_'+obj);
			if (direction=='in') {
				if (newobj.className != 'naviarrow_on') {
				newobj.style.backgroundColor = '#0000EE';
				}
			} else {
				if (newobj.className != 'naviarrow_on') {
				newobj.style.backgroundColor = '#000033';
				}
			}
}
function FlashMovie(src, width, height)
{
			document.write('<object data="'+src+'" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'" style="-moz-user-focus:ignore;">');
			document.write('<param value="transparent" name="wmode" />');
			document.write('<param value="default" name="salign" />');
			document.write('<param name="movie" value="'+src+'" />');
			document.write('</object>');
}