
 function popUp(url) {
      open(url,"Window1","width=670,height=430");
}

 function popUp2(url) {
      open(url,"Window1","width=412,height=694");
}
	function setNavOn(element) {
		var item;
		if (document.all) {
		    item = document.all[element];
		} else {
			item = document.getElementById(element);
		}
		item.style.background = "#79B078";	
		
	}

