function EvalSound(soundobj) {
  var thissound=document.getElementById(soundobj);
  thissound.Play();
}



function flashWin(){
	newWindow = window.open('http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BIOW', '', 'width=400,height=300,scrollbars=yes,toolbar=yes,resizable=yes,menubar=no,location=no,left=0,top=0,screenX=0,screenY=0')
}

function QTWin(){
	newWindow = window.open('http://www.apple.com/quicktime/download/', '', 'width=400,height=300,scrollbars=yes,toolbar=yes,resizable=yes,menubar=no,location=no,left=0,top=0,screenX=0,screenY=0')
}

function memWin101(){
	window.open("mem101.htm","","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=500, height=400")
}

function memWin102(){
	window.open("mem102.htm","","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=500, height=400")
}

function memWin103(){
	window.open("mem103.htm","","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=500, height=400")
}

function memWin104(){
	window.open("mem104.htm","","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=500, height=400")
}

function memWin105(){
	window.open("mem105.htm","","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=500, height=400")
}

function memWin106(){
	window.open("mem106.htm","","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=500, height=400")
}

function memWin107(){
	window.open("mem107.htm","","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=500, height=400")
}

function memWin201(){
	window.open("mem201.htm","","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=500, height=400")
}

function memWin202(){
	window.open("mem202.htm","","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=500, height=400")
}

function memWin203(){
	window.open("mem203.htm","","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=500, height=400")
}

function memWin204(){
	window.open("mem204.htm","","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=500, height=400")
}

function memWin205(){
	window.open("mem205.htm","","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=500, height=400")
}

function memWin206(){
	window.open("mem206.htm","","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=500, height=400")
}

function memWin207(){
	window.open("mem207.htm","","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=no, width=500, height=400")
}


//memoirs menu script
window.onload = initAll;

function initAll() {
	var allLinks = document.getElementsByTagName("a");
	
	for (var i=0; i<allLinks.length; i++) {
		if (allLinks[i].className.indexOf("menuLink") > -1) {
			allLinks[i].onclick = toggleMenu;
		}
	}
}

function toggleMenu() {
	var startMenu = this.href.lastIndexOf("/")+1;
	var stopMenu = this.href.lastIndexOf(".");
	var thisMenuName = this.href.substring(startMenu,stopMenu);

	var thisMenu = document.getElementById(thisMenuName).style;
	thisMenu.display = (thisMenu.display == "block") ? "none" : "block";

	return false;
}

						

//end memoir menu script
				 














































