/* Copyright Digital:Idiom c 1999 - 2008 */
/* 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);
}


/* BROWSER CHECKS */
/* ====================================================== */
/* MENU HIGHLIGHTER Changes appearance of selected menu   */
/* item to indicate which page is being viewed */

function chgNavBar(id){
	// 
	if(document.getElementById){ // mozilla
		document.getElementById(id).style.borderTop ="0px solid #222";
	}
}

/* ====================================================== */
