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";
button1off = new Image();
        	button1off.src = "images/u1on.jpg";
button2off = new Image();
        	button2off.src = "images/u2on.jpg";
button3off = new Image();
        	button3off.src = "images/u3on.jpg";
button4off = new Image();
        	button4off.src = "images/u4on.jpg";
button5off = new Image();
        	button5off.src = "images/u5on.jpg";
button6off = new Image();
        	button6off.src = "images/u6on.jpg";
button7off = new Image();
        	button7off.src = "images/u7on.jpg";
button8off = new Image();
        	button8off.src = "images/u8on.jpg";
button9off = new Image();
        	button9off.src = "images/u9on.jpg";
button10off = new Image();
        	button10off.src = "images/u10on.jpg";
button11off = new Image();
        	button11off.src = "images/u11on.jpg";
button12off = new Image();
        	button12off.src = "images/u12on.jpg";


	
    headeron = new Image();
		headeron.src = "images/soul_hi.gif";
	button1on = new Image();
        	button1on.src = "images/u1on.jpg";
	button2on = new Image();
        	button2on.src = "images/u2on.jpg";
	button3on = new Image();
        	button3on.src = "images/u3on.jpg";
	button4on = new Image();
        	button4on.src = "images/u4on.jpg";
	button5on = new Image();
        	button5on.src = "images/u5on.jpg";
	button6on = new Image();
        	button6on.src = "images/u6on.jpg";
	button7on = new Image();
        	button7on.src = "images/u7on.jpg";
	button8on = new Image();
        	button8on.src = "images/u8on.jpg";
	button9on = new Image();
        	button9on.src = "images/u9on.jpg";		
	button10on = new Image();
        	button10on.src = "images/u10on.jpg";
	button11on = new Image();
        	button11on.src = "images/u11on.jpg";		
	button12on = new Image();
        	button12on.src = "images/u12on.jpg";		


	splashoff = new Image();
		splashoff.src = "images/u_start.jpg";
	splashon = new Image();
		splashon.src = "images/u_start.jpg";

	but1on = new Image();
		but1on.src = "images/u_full1.jpg";
	but2on = new Image();
		but2on.src = "images/u_full2.jpg";
	but3on = new Image();
		but3on.src = "images/u_full3.jpg";
	but4on = new Image();
		but4on.src = "images/u_full4.jpg";
	but5on = new Image();
		but5on.src = "images/u_full5.jpg";
	but6on = new Image();
		but6on.src = "images/u_full6.jpg";
	but7on = new Image();
		but7on.src = "images/u_full7.jpg";
	but8on = new Image();
		but8on.src = "images/u_full8.jpg";
	but9on = new Image();
		but9on.src = "images/u_full9.jpg";
	but10on = new Image();
		but10on.src = "images/u_full10.jpg";
	but11on = new Image();
		but11on.src = "images/u_full11.jpg";
	but12on = new Image();
		but12on.src = "images/u_full12.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;
}
