	function newWindowa(fionahtml) {
		fionaWindow = window.open(fionahtml, "fionaWin", "width=415,height=520,left=240,top=180,scrollbars=no,resize=no,toolbar=no")
		fionaWindow.focus();
	}

	function newWindowb(odettehtml) {
		odetteWindow = window.open(odettehtml, "odetteWin", "width=250,height=300,left=560,top=380,scrollbars=no,resize=no,toolbar=no")
		odetteWindow.focus();
	}

	function newWindowc(aboutlhtml) {
		aboutlWindow = window.open(aboutlhtml, "aboutlWin", "width=580,height=550,left=300,top=180,scrollbars=no,resize=no,toolbar=no")
		aboutlWindow.focus();
	}

	function newWindowd(wordsmarthtml) {
		wordsmartWindow = window.open(wordsmarthtml, "wordsmartWin", "width=580,height=550,left=300,top=180,scrollbars=no,resize=no,toolbar=no")
		wordsmartWindow.focus();
	}

function newWindowe(bodysmarthtml) {
		bodysmartWindow = window.open(bodysmarthtml, "bodysmartWin", "width=580,height=550,left=300,top=180,scrollbars=no,resize=no,toolbar=no")
		bodysmartWindow.focus();
	}

	function newWindowf(numbsmarthtml) {
		numbsmartWindow = window.open(numbsmarthtml, "numbsmartWin", "width=580,height=550,left=300,top=180,scrollbars=no,resize=no,toolbar=no")
		numbsmartWindow.focus();
	}

	function newWindowg(musicsmarthtml) {
		musicsmartWindow = window.open(musicsmarthtml, "musicsmartWin", "width=580,height=550,left=300,top=180,scrollbars=no,resize=no,toolbar=no")
		musicsmartWindow.focus();
	}

	function newWindowh(picsmarthtml) {
		picsmartWindow = window.open(picsmarthtml, "picsmartWin", "width=580,height=550,left=300,top=180,scrollbars=no,resize=no,toolbar=no")
		picsmartWindow.focus();
	}

	function newWindowi(peopsmarthtml) {
		peopsmartWindow = window.open(peopsmarthtml, "peopsmartWin", "width=580,height=550,left=300,top=180,scrollbars=no,resize=no,toolbar=no")
		peopsmartWindow.focus();
	}

	function newWindowj(selfsmarthtml) {
		selfsmartWindow = window.open(selfsmarthtml, "selfsmartWin", "width=580,height=550,left=300,top=180,scrollbars=no,resize=no,toolbar=no")
		selfsmartWindow.focus();
	}

	function newWindowk(natsmarthtml) {
		natsmartWindow = window.open(natsmarthtml, "natsmartWin", "width=580,height=550,left=300,top=180,scrollbars=no,resize=no,toolbar=no")
		natsmartWindow.focus();
	}

	function newWindowl(conseqhtml) {
		conseqWindow = window.open(conseqhtml, "conseqWin", "width=475,height=550,left=300,top=180,scrollbars=no,resize=no,toolbar=no")
		conseqWindow.focus();
	}

	function newWindowm(abrandhtml) {
		abrandWindow = window.open(abrandhtml, "abrandWin", "width= 475,height=550,left=300,top=180,scrollbars=no,resize=no,toolbar=no")
		abrandWindow.focus();
	}
function newWindown(abseqhtml) {
		abseqWindow = window.open(abseqhtml, "abseqWin", "width= 475,height=550,left=300,top=180,scrollbars=no,resize=no,toolbar=no")
		abseqWindow.focus();
	}

function newWindowp(conrandhtml) {
		conrandWindow = window.open(conrandhtml, "conrandWin", "width= 475,height=670,left=300,top=140,scrollbars=no,resize=no,toolbar=no")
		conrandWindow.focus();
	}





	var objPopUp = null;
			
			var popMenuOn = 0;
				
			function popUp(evt,objectID) {
				if (popMenuOn == 1) popHide();
				document.onclick = popHide;
				var evt = (evt) ? evt : ((window.event) ? event : null);
				objPopUp = document.getElementById(objectID);
				xPos = evt.clientX
				yPos = evt.clientY;
				if (xPos + objPopUp.offsetWidth >  document.body.clientWidth) xPos = xPos - objPopUp.offsetWidth;
				if (yPos + objPopUp.offsetHeight >  document.body.clientHeight) yPos = yPos - objPopUp.offsetHeight;
				objPopUp.style.left = xPos + 'px';
				objPopUp.style.top = yPos + 'px';
				objPopUp.style.visibility = 'visible';
			}
			
			function popHide() {
				if (popMenuOn == 0) {
					popMenuOn = 1;
					return
				}
				else {
					objPopUp.style.visibility = 'hidden';
					objPopUp = null;
					popMenuOn = 0;
					document.onclick = null;
				}
			}
