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/c16.jpg";
button17off = new Image();
        	button17off.src = "images/c17.jpg";
button18off = new Image();
        	button18off.src = "images/c18.jpg";
button19off = new Image();
        	button19off.src = "images/c19.jpg";
button20off = new Image();
        	button20off.src = "images/c20.jpg";
button21off = new Image();
        	button21off.src = "images/c21.jpg";
button22off = new Image();
        	button22off.src = "images/c22.jpg";
button23off = new Image();
        	button23off.src = "images/c23.jpg";
button24off = new Image();
        	button24off.src = "images/c24.jpg";
button25off = new Image();
        	button25off.src = "images/c25.jpg";
button26off = new Image();
        	button26off.src = "images/c26.jpg";
button27off = new Image();
        	button27off.src = "images/c27.jpg";
button28off = new Image();
        	button28off.src = "images/c28.jpg";
button29off = new Image();
        	button29off.src = "images/c29.jpg";
button30off = new Image();
        	button30off.src = "images/c30.jpg";
button30aoff = new Image();
        	button30aoff.src = "images/c30a.jpg";

	
    headeron = new Image();
		headeron.src = "images/soul_hi.gif";
	button16on = new Image();
        	button16on.src = "images/c16on.jpg";
	button17on = new Image();
        	button17on.src = "images/c17on.jpg";
	button18on = new Image();
        	button18on.src = "images/c18on.jpg";
	button19on = new Image();
        	button19on.src = "images/c19on.jpg";
	button20on = new Image();
        	button20on.src = "images/c20on.jpg";
	button21on = new Image();
        	button21on.src = "images/c21on.jpg";
	button22on = new Image();
        	button22on.src = "images/c22on.jpg";
	button23on = new Image();
        	button23on.src = "images/c23on.jpg";
	button24on = new Image();
        	button24on.src = "images/c24on.jpg";		
	button25on = new Image();
        	button25on.src = "images/c25on.jpg";
	button26on = new Image();
        	button26on.src = "images/c26on.jpg";		
	button27on = new Image();
        	button27on.src = "images/c27on.jpg";		
	button28on = new Image();
        	button28on.src = "images/c28on.jpg";		
	button29on = new Image();
        	button29on.src = "images/c29on.jpg";		
	button30on = new Image();
        	button30on.src = "images/c30on.jpg";			
	button30aon = new Image();
        	button30aon.src = "images/c30aon.jpg";

	splashoff = new Image();
		splashoff.src = "images/c2_start.jpg";
	splashon = new Image();
		splashon.src = "images/c2_start.jpg";

	but16on = new Image();
		but16on.src = "images/c_full16.jpg";
	but17on = new Image();
		but17on.src = "images/c_full17.jpg";
	but18on = new Image();
		but18on.src = "images/c_full18.jpg";
	but19on = new Image();
		but19on.src = "images/c_full19.jpg";
	but20on = new Image();
		but20on.src = "images/c_full20.jpg";
	but21on = new Image();
		but21on.src = "images/c_full21.jpg";
	but22on = new Image();
		but22on.src = "images/c_full22.jpg";
	but23on = new Image();
		but23on.src = "images/c_full23.jpg";
	but24on = new Image();
		but24on.src = "images/c_full24.jpg";
	but25on = new Image();
		but25on.src = "images/c_full25.jpg";
	but26on = new Image();
		but26on.src = "images/c_full26.jpg";
	but27on = new Image();
		but27on.src = "images/c_full27.jpg";
	but28on = new Image();
		but28on.src = "images/c_full28.jpg";
	but29on = new Image();
		but29on.src = "images/c_full29.jpg";
	but30on = new Image();
		but30on.src = "images/c_full30.jpg";
	but30aon = new Image();
		but30aon.src = "images/c_full30a.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;
}
