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/a1.jpg";
button2off = new Image();
        	button2off.src = "images/a2.jpg";
button3off = new Image();
        	button3off.src = "images/a3.jpg";
button4off = new Image();
        	button4off.src = "images/a4.jpg";
button5off = new Image();
        	button5off.src = "images/a5.jpg";
button6off = new Image();
        	button6off.src = "images/a6.jpg";
button7off = new Image();
        	button7off.src = "images/a7.jpg";
button8off = new Image();
        	button8off.src = "images/a8.jpg";
button9off = new Image();
        	button9off.src = "images/a9.jpg";
button10off = new Image();
        	button10off.src = "images/a10.jpg";
button11off = new Image();
        	button11off.src = "images/a11.jpg";
button12off = new Image();
        	button12off.src = "images/a12.jpg";
button13off = new Image();
        	button13off.src = "images/a13.jpg";
button14off = new Image();
        	button14off.src = "images/a14.jpg";
button15off = new Image();
        	button15off.src = "images/a15.jpg";
button16off = new Image();
        	button16off.src = "images/a16.jpg";
	
    headeron = new Image();
		headeron.src = "images/soul_hi.gif";
	button1on = new Image();
        	button1on.src = "images/a1on.jpg";
	button2on = new Image();
        	button2on.src = "images/a2on.jpg";
	button3on = new Image();
        	button3on.src = "images/a3on.jpg";
	button4on = new Image();
        	button4on.src = "images/a4on.jpg";
	button5on = new Image();
        	button5on.src = "images/a5on.jpg";
	button6on = new Image();
        	button6on.src = "images/a6on.jpg";
	button7on = new Image();
        	button7on.src = "images/a7on.jpg";
	button8on = new Image();
        	button8on.src = "images/a8on.jpg";
	button9on = new Image();
        	button9on.src = "images/a9on.jpg";		
	button10on = new Image();
        	button10on.src = "images/a10on.jpg";
	button11on = new Image();
        	button11on.src = "images/a11on.jpg";		
	button12on = new Image();
        	button12on.src = "images/a12on.jpg";		
	button13on = new Image();
        	button13on.src = "images/a13on.jpg";		
	button14on = new Image();
        	button14on.src = "images/a14on.jpg";		
	button15on = new Image();
        	button15on.src = "images/a15on.jpg";			
	button16on = new Image();
        	button16on.src = "images/a16on.jpg";	

	splashoff = new Image();
		splashoff.src = "images/a_start.jpg";
	splashon = new Image();
		splashon.src = "images/a_start.jpg";

	but1on = new Image();
		but1on.src = "images/a_full1.jpg";
	but2on = new Image();
		but2on.src = "images/a_full2.jpg";
	but3on = new Image();
		but3on.src = "images/a_full3.jpg";
	but4on = new Image();
		but4on.src = "images/a_full4.jpg";
	but5on = new Image();
		but5on.src = "images/a_full5.jpg";
	but6on = new Image();
		but6on.src = "images/a_full6.jpg";
	but7on = new Image();
		but7on.src = "images/a_full7.jpg";
	but8on = new Image();
		but8on.src = "images/a_full8.jpg";
	but9on = new Image();
		but9on.src = "images/a_full9.jpg";
	but10on = new Image();
		but10on.src = "images/a_full10.jpg";
	but11on = new Image();
		but11on.src = "images/a_full11.jpg";
	but12on = new Image();
		but12on.src = "images/a_full12.jpg";
	but13on = new Image();
		but13on.src = "images/a_full13.jpg";
	but14on = new Image();
		but14on.src = "images/a_full14.jpg";
	but15on = new Image();
		but15on.src = "images/a_full15.jpg";
	but16on = new Image();
		but16on.src = "images/a_full16.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;
}
