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";
button31off = new Image();
        	button31off.src = "images/c31.jpg";
button32off = new Image();
        	button32off.src = "images/c32.jpg";
button33off = new Image();
        	button33off.src = "images/c33.jpg";
button34off = new Image();
        	button34off.src = "images/c34.jpg";
button35off = new Image();
        	button35off.src = "images/c35.jpg";
button36off = new Image();
        	button36off.src = "images/c36.jpg";

    headeron = new Image();
		headeron.src = "images/soul_hi.gif";
	button31on = new Image();
        	button31on.src = "images/c31on.jpg";
	button32on = new Image();
        	button32on.src = "images/c32on.jpg";
	button33on = new Image();
        	button33on.src = "images/c33on.jpg";
	button34on = new Image();
        	button34on.src = "images/c34on.jpg";
	button35on = new Image();
        	button35on.src = "images/c35on.jpg";
	button36on = new Image();
        	button36on.src = "images/c36on.jpg";

			
	splashoff = new Image();
		splashoff.src = "images/c3_start.jpg";
	splashon = new Image();
		splashon.src = "images/c3_start.jpg";

	but31on = new Image();
		but31on.src = "images/c_full31.jpg";
	but32on = new Image();
		but32on.src = "images/c_full32.jpg";
	but33on = new Image();
		but33on.src = "images/c_full33.jpg";
	but34on = new Image();
		but34on.src = "images/c_full34.jpg";
	but35on = new Image();
		but35on.src = "images/c_full35.jpg";
	but36on = new Image();
		but36on.src = "images/c_full36.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;
}
