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/f1.jpg";
button2off = new Image();
        	button2off.src = "images/f2.jpg";
button3off = new Image();
        	button3off.src = "images/f3.jpg";
button4off = new Image();
        	button4off.src = "images/f4.jpg";
button5off = new Image();
        	button5off.src = "images/f5.jpg";
button6off = new Image();
        	button6off.src = "images/f6.jpg";
button7off = new Image();
        	button7off.src = "images/f7.jpg";
button8off = new Image();
        	button8off.src = "images/f8.jpg";
button9off = new Image();
        	button9off.src = "images/f9.jpg";
button10off = new Image();
        	button10off.src = "images/f10.jpg";
button11off = new Image();
        	button11off.src = "images/f11.jpg";
button12off = new Image();
        	button12off.src = "images/f12.jpg";
button13off = new Image();
        	button13off.src = "images/f13.jpg";
button14off = new Image();
        	button14off.src = "images/f14.jpg";
button15off = new Image();
        	button15off.src = "images/f15.jpg";
button15aoff = new Image();
        	button15aoff.src = "images/f15a.jpg";
	
    headeron = new Image();
		headeron.src = "images/soul_hi.gif";
	button1on = new Image();
        	button1on.src = "images/f1on.jpg";
	button2on = new Image();
        	button2on.src = "images/f2on.jpg";
	button3on = new Image();
        	button3on.src = "images/f3on.jpg";
	button4on = new Image();
        	button4on.src = "images/f4on.jpg";
	button5on = new Image();
        	button5on.src = "images/f5on.jpg";
	button6on = new Image();
        	button6on.src = "images/f6on.jpg";
	button7on = new Image();
        	button7on.src = "images/f7on.jpg";
	button8on = new Image();
        	button8on.src = "images/f8on.jpg";
	button9on = new Image();
        	button9on.src = "images/f9on.jpg";		
	button10on = new Image();
        	button10on.src = "images/f10on.jpg";
	button11on = new Image();
        	button11on.src = "images/f11on.jpg";		
	button12on = new Image();
        	button12on.src = "images/f12on.jpg";		
	button13on = new Image();
        	button13on.src = "images/f13on.jpg";		
	button14on = new Image();
        	button14on.src = "images/f14on.jpg";		
	button15on = new Image();
        	button15on.src = "images/f15on.jpg";			
	button15aon = new Image();
        	button15aon.src = "images/f15aon.jpg";

	splashoff = new Image();
		splashoff.src = "images/f_start.jpg";
	splashon = new Image();
		splashon.src = "images/f_start.jpg";

	but1on = new Image();
		but1on.src = "images/f_full1.jpg";
	but2on = new Image();
		but2on.src = "images/f_full2.jpg";
	but3on = new Image();
		but3on.src = "images/f_full3.jpg";
	but4on = new Image();
		but4on.src = "images/f_full4.jpg";
	but5on = new Image();
		but5on.src = "images/f_full5.jpg";
	but6on = new Image();
		but6on.src = "images/f_full6.jpg";
	but7on = new Image();
		but7on.src = "images/f_full7.jpg";
	but8on = new Image();
		but8on.src = "images/f_full8.jpg";
	but9on = new Image();
		but9on.src = "images/f_full9.jpg";
	but10on = new Image();
		but10on.src = "images/f_full10.jpg";
	but11on = new Image();
		but11on.src = "images/f_full11.jpg";
	but12on = new Image();
		but12on.src = "images/f_full12.jpg";
	but13on = new Image();
		but13on.src = "images/f_full13.jpg";
	but14on = new Image();
		but14on.src = "images/f_full14.jpg";
	but15on = new Image();
		but15on.src = "images/f_full15.jpg";
	but15aon = new Image();
		but15aon.src = "images/f_full15a.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;
}
