function world() {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="250" height="105" id="juju_globe2" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="juju_globe2.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="juju_globe2.swf" quality="high" bgcolor="#ffffff" width="250" height="105" name="juju_globe2" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
}


function movie(mov) {
	document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="180" HEIGHT="151" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">');
	document.write('<PARAM name="SRC" VALUE="movies/'+mov+'">');
	document.write('<PARAM name="AUTOPLAY" VALUE="false">');
	document.write('<PARAM name="CONTROLLER" VALUE="true">');
	document.write('<EMBED SRC="movies/'+mov+'" WIDTH="180" HEIGHT="151" AUTOPLAY="false" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/" enablejavascript=true">');
	document.write('</EMBED>');
	document.write('</OBJECT>');
}

function movie2(mov) {
	target = document.getElementById('movie');
	target.innerHTML = '<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="180" HEIGHT="151" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">'+
	'<PARAM name="SRC" VALUE="movies/'+mov+'">'+
	'<PARAM name="AUTOPLAY" VALUE="true">'+
	'<PARAM name="CONTROLLER" VALUE="true">'+
	'<EMBED SRC="movies/'+mov+'" WIDTH="180" HEIGHT="151" AUTOPLAY="true" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/" enablejavascript=true">'+
	'</EMBED>'+
	'</OBJECT>';
}

function balloons() {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="514" height="425" id="514x425_vjuju_hitters" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="514x425_vjuju_hitters_text.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="514x425_vjuju_hitters_text.swf" quality="high" wmode="transparent" width="514" height="425" name="514x425_vjuju_hitters" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
}

function balloons2() {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="1010" height="1010" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="epic_training.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="epic_training.swf" quality="high" wmode="transparent" width="1010" height="1010" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
}

function hideme(div) {
	hiddendiv = document.getElementById(div);
	var dodis = (hiddendiv.style.visibility=="visible") ? "hidden" : "visible";
	var andis = (hiddendiv.style.position=="relative") ? "absolute" : "relative";
	hiddendiv.style.visibility=dodis;
	hiddendiv.style.position=andis;
}

function showhide() {
	shader = document.getElementById('dotshade');
	var dodis = (shader.style.height=="500px") ? "5px" : "500px";
	shader.style.height=dodis;
	former = document.getElementById('dotform');
	var dodat = (former.style.marginTop=="-480px") ? "-4800px" : "-480px";
	former.style.marginTop=dodat;
}

function locationon(div) {
   var div2do = document.getElementById(div);
	div2do.style.zIndex=777;
	div2do.style.fontSize='18px';
	div2do.style.backgroundColor='#000000';
	div2do.style.filter='alpha(opacity=50)';
	div2do.style.MozOpacity='0.5'
   var div2do2 = document.getElementById(div+'_');
	div2do2.style.filter='alpha(opacity=100)';
	div2do2.style.MozOpacity='1.0'
	div2do2.style.zIndex=778;
	div2do2.style.fontSize='18px';
   var div2do3 = document.getElementById(div+'-');
    if(div2do3.innerHTML.length>0)div2do3.style.display='block';
}


function locationoff(div) {
   var div2do = document.getElementById(div);
	div2do.style.zIndex=7;
	div2do.style.fontSize='7px';
	div2do.style.backgroundColor='transparent';
	div2do.style.filter='none';
	div2do.style.MozOpacity='1.0';
   var div2do2 = document.getElementById(div+'_');
	div2do2.style.filter='alpha(opacity=0)';
	div2do2.style.MozOpacity='0'
	div2do2.style.zIndex=8;
	div2do2.style.fontSize='7px';
   var div2do3 = document.getElementById(div+'-');
    div2do3.style.display='none';
}
