/* Copyright Digital:Idiom c 1999 - 2008 - Contact thewebteam @ digitalidiom.co.uk */
/* www.digitalidiom.co.uk for professional web design to W3C standards */
/* NO copy or use of original material by Digital:Idiom without permission */

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


/* MODERN BROWSER CHECK */
var browserOK = (document.getElementById);


/* ====================================================== */
/* MENU HIGHLIGHTER Changes appearance of selected menu   */
/* item to indicate which page is being viewed */

function chgNavBar(id){
	// W3C - Explorer 6+ / Firefox 2+ / Safari 2+
	if(browserOK){
		document.getElementById(id).style.color ="#999";
	}
}


