function RunTop()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="780" height="110">\n');
    document.write('<param name="movie" value="flash/site/tikitop.swf" >\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="scale" value="exactfit">\n');
	document.write('<embed src="flash/site/tikitop.swf" quality="high" scale="exactfit" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="110">\n');
	document.write('</embed>\n');
    document.write('</object>\n');
}

function RunNav()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="175" height="654">\n');
    document.write('<param name="movie" value="flash/site/mainNav.swf" >\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="scale" value="exactfit">\n');
	document.write('<embed src="flash/site/mainNav.swf" quality="high" scale="exactfit" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="175" height="654" scale="exactfit">\n');
	document.write('</embed>\n');
    document.write('</object>\n');
}

function clearDefault(el) {
  if (el.defaultValue==el.value) el.value = ""
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}