// JavaScript Document
<!--
if (document.images){
	flash = new Image
	nancy = new Image
	lalleys = new Image
	angela = new Image
	cbd = new Image
	wva = new Image
	pandp = new Image
	famworkz = new Image
	fwd = new Image
	magnets = new Image
	aliens = new Image
	ncni = new Image
	dawson = new Image
	grg = new Image
	elkhorn = new Image
	ecard = new Image
	
	flash.src = "images/links/web/flashgame.jpg"
	nancy.src = "images/links/web/nancy.jpg"
	lalleys.src = "images/links/web/lalleys.jpg"
	angela.src = "images/links/web/angela.jpg"
	cbd.src = "images/links/web/cbd.jpg"
	wva.src = "images/links/web/wva.jpg"
	pandp.src = "images/links/web/peteandpillar.jpg"
	famworkz.src="images/links/web/famworkz.jpg"
	fwd.src = "images/links/web/fwd.jpg"
	magnets.src = "images/links/web/magnets.jpg"
	aliens.src = 'images/links/web/aliens.jpg'
	ncni.src = 'images/links/web/ncni.jpg'
	dawson.src = 'images/links/web/dawson.jpg'
	grg.src = 'images/links/web/grg.jpg'
	elkhorn.src = 'images/links/web/elkhorn.jpg'
	ecard.src = 'images/links/web/ecard.jpg'
	
	
	flashRoll = new Image
	nancyRoll = new Image
	lalleysRoll = new Image
	angelaRoll = new Image
	cbdRoll = new Image
	wvaRoll = new Image
	pandpRoll = new Image
	famworkzRoll = new Image
	fwdroll = new Image
	magnetsroll = new Image
	aliensroll = new Image
	ncniRoll = new Image
	dawsonRoll = new Image
	grgRoll = new Image
	elkhornRoll = new Image
	ecardRoll = new Image
	
	flashRoll.src = "images/links/web/flashgameroll.jpg"
	nancyRoll.src = "images/links/web/nancyroll.jpg"
	lalleysRoll.src = "images/links/web/lalleysroll.jpg"
	angelaRoll.src = "images/links/web/angelaroll.jpg"
	cbdRoll.src = "images/links/web/cbdroll.jpg"
	wvaRoll.src = "images/links/web/wvaroll.jpg"
	pandpRoll.src = "images/links/web/peteandpillarroll.jpg"
	famworkzRoll.src = "images/links/web/famworkzroll.jpg"
	fwdroll.src = "images/links/web/fwdroll.jpg"
	magnetsroll.src = "images/links/web/magnetsroll.jpg"
	aliensroll.src = 'images/links/web/aliensroll.jpg'
	ncniRoll.src = 'images/links/web/ncniroll.jpg'
	dawsonRoll.src = 'images/links/web/dawsonroll.jpg'
	grgRoll.src = 'images/links/web/grgroll.jpg'
	elkhornRoll.src = 'images/links/web/elkhornroll.jpg'
	ecardRoll.src = 'images/links/web/ecardroll.jpg'
}

else{
	flash = ""
	nancy = ""
	lalleys = ""
	angela = ""
	cbd = ""
	wva = ""
	pandp = ""
	famworkz = ""
	fwd = ""
	magnets = ""
	aliens = ''
	ncni = ''
	
	flashRoll = ""
	nancyRoll= ""
	lalleysRoll = ""
	angelaRoll = ""
	cbdRoll = ""
	wvaRoll = ""
	pandpRoll = ""
	famworkzRoll = ""
	fwdroll = ""
	magnetsroll = ""
	aliensroll = ''
	ncniRoll = ''
}

function chgLink(linkField,newLink){
	if (document.images){
		document[linkField].src = eval(newLink + ".src")
	}
}


// ecard name enter pop-up
function showEcard(){
	e = document.getElementById('ecard-popup');
	e.style.display = 'block';
	return false;
}

function hideEcard(){
	e = document.getElementById('ecard-popup');
	if(e.style.display == 'block'){
		e.style.display = 'none';
	}
	return false;
}
	

-->