

<!--

if (document.images) {
	IMGa1 = new Image
	IMGa2 = new Image
	IMGa3 = new Image
	IMGa4 = new Image
	IMGa5 = new Image
	IMGa6 = new Image
	IMGb1 = new Image
	IMGb2 = new Image
	IMGb3 = new Image
	IMGb4 = new Image
	IMGb5 = new Image
	IMGb6 = new Image

	IMGa1.src = 'images/main-menu1.gif'
	IMGa2.src = 'images/main-menu2.gif'
	IMGa3.src = 'images/main-menu3.gif'
	IMGa4.src = 'images/main-menu4.gif'
	IMGa5.src = 'images/main-menu5.gif'
	IMGa6.src = 'images/main-menu6.gif'
	IMGb1.src = 'images/main-menu1b.gif'
	IMGb2.src = 'images/main-menu2b.gif'
	IMGb3.src = 'images/main-menu3b.gif'
	IMGb4.src = 'images/main-menu4b.gif'
	IMGb5.src = 'images/main-menu5b.gif'
	IMGb6.src = 'images/main-menu6b.gif'
}

else {
	IMGa1 = " "
	IMGa2 = " "
	IMGa3 = " "
	IMGa4 = " "
	IMGa5 = " "
	IMGa6 = " "
	IMGb1 = " "
	IMGb2 = " "
	IMGb3 = " "
	IMGb4 = " "
	IMGb5 = " "
	IMGb6 = " "
	document.one = " "
	document.two = " "
	document.three = " "
	document.four = " "
	document.five = " "
	document.six = " "
}

//-->

