function Openme(newin) {
        flyout=window.open(newin,"def","toolbar=0,location=0,directories=0,status=0,resizable=1,scrollbars=1,width=300,height=300,top=0,left=0")
}


 
agent = navigator.userAgent;
browserVer = 0;

browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) ||
  ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )));

if (browser) {browserVer = 1}

if (browserVer == 1) {
	headeroff = new Image();
		headeroff.src = "images/soul.gif";
button16off = new Image();
        	button16off.src = "images/f16.jpg";
button17off = new Image();
        	button17off.src = "images/f17.jpg";
button18off = new Image();
        	button18off.src = "images/f18.jpg";
button19off = new Image();
        	button19off.src = "images/f19.jpg";
button20off = new Image();
        	button20off.src = "images/f20.jpg";
button21off = new Image();
        	button21off.src = "images/f21.jpg";
button22off = new Image();
        	button22off.src = "images/f22.jpg";
button23off = new Image();
        	button23off.src = "images/f23.jpg";
button24off = new Image();
        	button24off.src = "images/f24.jpg";

	
    headeron = new Image();
		headeron.src = "images/soul_hi.gif";
	button16on = new Image();
        	button16on.src = "images/f16on.jpg";
	button17on = new Image();
        	button17on.src = "images/f17on.jpg";
	button18on = new Image();
        	button18on.src = "images/f18on.jpg";
	button19on = new Image();
        	button19on.src = "images/f19on.jpg";
	button20on = new Image();
        	button20on.src = "images/f20on.jpg";
	button21on = new Image();
        	button21on.src = "images/f21on.jpg";
	button22on = new Image();
        	button22on.src = "images/f22on.jpg";
	button23on = new Image();
        	button23on.src = "images/f23on.jpg";
	button24on = new Image();
        	button24on.src = "images/f24on.jpg";		
		
	splashoff = new Image();
		splashoff.src = "images/f2_start.jpg";
	splashon = new Image();
		splashon.src = "images/f2_start.jpg";

	but16on = new Image();
		but16on.src = "images/f_full16.jpg";
	but17on = new Image();
		but17on.src = "images/f_full17.jpg";
	but18on = new Image();
		but18on.src = "images/f_full18.jpg";
	but19on = new Image();
		but19on.src = "images/f_full19.jpg";
	but20on = new Image();
		but20on.src = "images/f_full20.jpg";
	but21on = new Image();
		but21on.src = "images/f_full21.jpg";
	but22on = new Image();
		but22on.src = "images/f_full22.jpg";
	but23on = new Image();
		but23on.src = "images/f_full23.jpg";
	but24on = new Image();
		but24on.src = "images/f_full24.jpg";

}
function move_out(imgName,splash) {
	if (browserVer == 1) {
              imgOff = eval(imgName + "off.src");
		textOff = eval(splash + "off.src");
              document [imgName].src = imgOff;
		document [splash].src = textOff;
        }
	
}

function move_in(imgName,textName,splash) {
	if (browserVer == 1) {
               imgOn = eval(imgName + "on.src");
		textOn = eval(textName + "on.src");
               document [imgName].src = imgOn;
		document [splash].src = textOn;
        }
}

function playSound(sound) {
		location = sound;
}

