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";
button17off = new Image();
        	button17off.src = "images/a17.jpg";
button18off = new Image();
        	button18off.src = "images/a18.jpg";
button19off = new Image();
        	button19off.src = "images/a19.jpg";
button20off = new Image();
        	button20off.src = "images/a20.jpg";
button21off = new Image();
        	button21off.src = "images/a21.jpg";
button22off = new Image();
        	button22off.src = "images/a22.jpg";
button23off = new Image();
        	button23off.src = "images/a23.jpg";
button24off = new Image();
        	button24off.src = "images/a24.jpg";
button25off = new Image();
        	button25off.src = "images/a25.jpg";
button26off = new Image();
        	button26off.src = "images/a26.jpg";
button27off = new Image();
        	button27off.src = "images/a27.jpg";
button28off = new Image();
        	button28off.src = "images/a28.jpg";

    headeron = new Image();
		headeron.src = "images/soul_hi.gif";
	button17on = new Image();
        	button17on.src = "images/a17on.jpg";
	button18on = new Image();
        	button18on.src = "images/a18on.jpg";
	button19on = new Image();
        	button19on.src = "images/a19on.jpg";
	button20on = new Image();
        	button20on.src = "images/a20on.jpg";
	button21on = new Image();
        	button21on.src = "images/a21on.jpg";
	button22on = new Image();
        	button22on.src = "images/a22on.jpg";
	button23on = new Image();
        	button23on.src = "images/a23on.jpg";
	button24on = new Image();
        	button24on.src = "images/a24on.jpg";		
	button25on = new Image();
        	button25on.src = "images/a25on.jpg";
	button26on = new Image();
        	button26on.src = "images/a26on.jpg";
	button27on = new Image();
        	button27on.src = "images/a27on.jpg";
	button28on = new Image();
        	button28on.src = "images/a28on.jpg";



		
	splashoff = new Image();
		splashoff.src = "images/a2_start.jpg";
	splashon = new Image();
		splashon.src = "images/a2_start.jpg";

	but17on = new Image();
		but17on.src = "images/a_full17.jpg";
	but18on = new Image();
		but18on.src = "images/a_full18.jpg";
	but19on = new Image();
		but19on.src = "images/a_full19.jpg";
	but20on = new Image();
		but20on.src = "images/a_full20.jpg";
	but21on = new Image();
		but21on.src = "images/a_full21.jpg";
	but22on = new Image();
		but22on.src = "images/a_full22.jpg";
	but23on = new Image();
		but23on.src = "images/a_full23.jpg";
	but24on = new Image();
		but24on.src = "images/a_full24.jpg";
	but25on = new Image();
		but25on.src = "images/a_full25.jpg";
	but26on = new Image();
		but26on.src = "images/a_full26.jpg";
	but27on = new Image();
		but27on.src = "images/a_full27.jpg";
	but28on = new Image();
		but28on.src = "images/a_full28.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;
}

