if (document.images) {
	welcome0 = new Image
	welcome1 = new Image
	content0 = new Image
	content1 = new Image
	download0 = new Image
	download1 = new Image
	questions0 = new Image
	questions1 = new Image
	comments0 = new Image
	comments1 = new Image
	credits0 = new Image
	credits1 = new Image
	left_thumb0 = new Image
	left_thumb1 = new Image
	pro_thumb0 = new Image
	pro_thumb1 = new Image
	rear_thumb0 = new Image
	rear_thumb1 = new Image
	right_thumb0 = new Image
	right_thumb1 = new Image


	welcome0.src = "btn/welcome0.gif"
	welcome1.src = "btn/welcome1.gif"
	content0.src = "btn/content0.gif"
	content1.src = "btn/content1.gif"
	download0.src = "btn/download0.gif"
	download1.src = "btn/download1.gif"
	questions0.src = "btn/questions0.gif"
	questions1.src = "btn/questions1.gif"
	comments0.src = "btn/comments0.gif"
	comments1.src = "btn/comments1.gif"
	credits0.src = "btn/credits0.gif"
	credits1.src = "btn/credits1.gif"
	left_thumb0.src = "btn/left_thumb0.gif"
	left_thumb1.src = "btn/left_thumb1.gif"
	pro_thumb0.src = "btn/pro_thumb0.gif"
	pro_thumb1.src = "btn/pro_thumb1.gif"
	rear_thumb0.src = "btn/rear_thumb0.gif"
	rear_thumb1.src = "btn/rear_thumb1.gif"
	right_thumb0.src = "btn/right_thumb0.gif"
	right_thumb1.src = "btn/right_thumb1.gif"
}

else {
	welcome0 = ""
	welcome1 = ""
	content0 = ""
	content1 = ""
	download0 = ""
	download1 = ""
	questions0 = ""
	questions1 = ""
	comments0 = ""
	comments1 = ""
	credits0 = ""
	credits1 = ""
	left_thumb0 = ""
	left_thumb1 = ""
	pro_thumb0 = ""
	pro_thumb1 = ""
	rear_thumb0 = ""
	rear_thumb1 = ""
	right_thumb0 = ""
	right_thumb1 = ""

	document.welcome0 = ""
	document.welcome1 = ""
	document.content0 = ""
	document.content1 = ""
	document.download0 = ""
	document.download1 = ""
	document.questions0 = ""
	document.questions1 = ""
	document.comments0 = ""
	document.comments1 = ""
	document.credits0 = ""
	document.credits1 = ""
	document.left_thumb0 = ""
	document.left_thumb1 = ""
	document.pro_thumb0 = ""
	document.pro_thumb1 = ""
	document.rear_thumb0 = ""
	document.rear_thumb1 = ""
	document.right_thumb0 = ""
	document.right_thumb1 = ""
}