function openSlideShow()
{
open ("popUpSlideshow.asp","Test", "height=500,width=400,scrollbars=no,location=0,resizable=no,status=no,border=no")
}
function openTop10()
{
open ("popUpTop10.asp","Test", "height=500,width=400,scrollbars=yes,location=0,resizable=no,status=no,border=no")
}
if (document.images) {
		home1 = new Image
		home2 = new Image

		home1.src = "graphics/nav/home1.gif"
		home2.src = "graphics/nav/home2.gif"
	}
	else {
		home1 = ""
		home2 = ""
		document.home = ""
	}
			if (document.images) {
		about1 = new Image
		about2 = new Image

		about1.src = "graphics/nav/about1.gif"
		about2.src = "graphics/nav/about2.gif"
	}
	else {
		about1 = ""
		about2 = ""
		document.about = ""
	}
			if (document.images) {
		contact1 = new Image
		contact2 = new Image

		contact1.src = "graphics/nav/contact1.gif"
		contact2.src = "graphics/nav/contact2.gif"
	}
	else {
		contact1 = ""
		contact2 = ""
		document.contact = ""
	}
			if (document.images) {
		services1 = new Image
		services2 = new Image

		services1.src = "graphics/nav/services1.gif"
		services2.src = "graphics/nav/services2.gif"
	}
	else {
		services1 = ""
		services2 = ""
		document.services = ""
	}
			if (document.images) {
		news1 = new Image
		news2 = new Image

		news1.src = "graphics/nav/news1.gif"
		news2.src = "graphics/nav/news2.gif"
	}
	else {
		news1 = ""
		news2 = ""
		document.news = ""
	}
		if (document.images) {
		testimonials1 = new Image
		testimonials2 = new Image

		testimonials1.src = "graphics/nav/testimonials1.gif"
		testimonials2.src = "graphics/nav/testimonials2.gif"
	}
	else {
		testimonials1 = ""
		testimonials2 = ""
		document.testimonials = ""
	}