// JavaScript Document
<!--
if (document.images){
	cutting = new Image
	gift = new Image
	mozart = new Image
	invite = new Image
	movie = new Image
	gameShots = new Image
	lcycc = new Image
	amerGoth = new Image
	ccAd = new Image
	cross = new Image
	typeface = new Image
	tools = new Image
	kw = new Image
	
	cutting.src = "images/links/graphics/cutting.jpg"
	gift.src = "images/links/graphics/giftBook.jpg"
	mozart.src = "images/links/graphics/mozart.jpg"
	invite.src = "images/links/graphics/invite.jpg"
	movie.src = "images/links/graphics/englishman.jpg"
	gameShots.src = "images/links/graphics/darkTower.jpg"
	lcycc.src = "images/links/graphics/lcycc.jpg"
	amerGoth.src = "images/links/graphics/amerGoth.jpg"
	ccAd.src = "images/links/graphics/housetrends.jpg"
	cross.src = "images/links/graphics/cross.jpg"
	typeface.src = "images/links/graphics/typeface.jpg"
	tools.src = "images/links/graphics/tools.jpg"
	kw.src = "images/links/graphics/katharinewright.jpg"
	
	cuttingRoll = new Image
	giftRoll = new Image
	mozartRoll = new Image
	inviteRoll = new Image
	movieRoll = new Image
	gameShotsRoll = new Image
	lcyccRoll = new Image
	amerGothRoll = new Image
	ccAdRoll = new Image
	crossRoll = new Image
	typefaceRoll = new Image
	toolsRoll = new Image
	kwRoll = new Image
	
	cuttingRoll.src = "images/links/graphics/cuttingRoll.jpg"
	giftRoll.src = "images/links/graphics/giftBookRoll.jpg"
	mozartRoll.src = "images/links/graphics/mozartRoll.jpg"
	inviteRoll.src = "images/links/graphics/inviteRoll.jpg"
	movieRoll.src = "images/links/graphics/englishmanRoll.jpg"
	gameShotsRoll.src = "images/links/graphics/darkTowerRoll.jpg"
	lcyccRoll.src = "images/links/graphics/lcyccRoll.jpg"
	amerGothRoll.src = "images/links/graphics/amerGothRoll.jpg"
	ccAdRoll.src = "images/links/graphics/housetrendsRoll.jpg"
	crossRoll.src = "images/links/graphics/crossRoll.jpg"
	typefaceRoll.src = "images/links/graphics/typefaceRoll.jpg"
	toolsRoll.src = "images/links/graphics/toolsRoll.jpg"
	kwRoll.src = "images/links/graphics/katharinewrightRoll.jpg"
}

else{
	cutting = ""
	gift = ""
	mozart = ""
	invite = ""
	movie = ""
	gameShots = ""
	lcycc = ""
	amerGoth = ""
	ccAd = ""
	cross = ""
	typeface = ""
	tools = ""
	kw = ""
	
	cuttingRoll = ""
	giftRoll = ""
	mozartRoll = ""
	inviteRoll = ""
	movieRoll = ""
	gameShotsRoll = ""
	lcyccRoll = ""
	amerGothRoll = ""
	ccAdRoll = ""
	crossRoll = ""
	typefaceRoll = ""
	toolsRoll = ""
	kwRoll = ""
}

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

-->