function new_window(url) {
pop = window.open(url,"Item","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=520,height=370,left=80,top=180");
}

function new_window_scroll(url) {
popScroll = window.open(url,"Item","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=550,height=480,left=80,top=180");
}

function new_window_glos(url) {
popGlos = window.open(url,"Term","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=400,height=195,left=80,top=180");
}

if (document.images) {

	
	product_off = new Image
	stores_off = new Image
	resources_off = new Image
	about_off = new Image
	contact_off = new Image
	search_off = new Image
	
	email_off = new Image
	emailhome_off = new Image
	
	arrow_off = new Image
	arrow_red_off = new Image

	
	product_off.src = "images/nav/product_off.gif"
	stores_off.src = "images/nav/stores_off.gif"
	resources_off.src = "images/nav/resources_off.gif"
	about_off.src = "images/nav/about_off.gif"
	contact_off.src = "images/nav/contact_off.gif"
	search_off.src = "images/nav/search_off.gif"
	
	email_off.src = "images/nav/email_off.gif"
	emailhome_off.src = "images/home/home_email_off.gif"
	
	arrow_off.src = "images/buttons/arrow_off.gif"
	arrow_red_off.src = "images/buttons/arrow_red_off.gif"
	
	product_on = new Image
	stores_on = new Image
	resources_on = new Image
	about_on = new Image
	contact_on = new Image
	search_on = new Image
	
	email_on = new Image
	emailhome_on = new Image

	arrow_on = new Image
	arrow_red_on = new Image
	
	product_on.src = "images/nav/product_on.gif"
	stores_on.src = "images/nav/stores_on.gif"
	resources_on.src = "images/nav/resources_on.gif"
	about_on.src = "images/nav/about_on.gif"
	contact_on.src = "images/nav/contact_on.gif"
	search_on.src = "images/nav/search_on.gif"
	
	email_on.src = "images/nav/email_on.gif"
	emailhome_on.src = "images/home/home_email_on.gif"
	
	arrow_on.src = "images/buttons/arrow_on.gif"
	arrow_red_on.src = "images/buttons/arrow_red_on.gif"
	
}


function chgImg(imgField,newImg) {
	if (document.images) {
		document[imgField].src= eval(newImg + ".src")
	}

}
