function gallery(image, headertext) {
	window.open('../Gallery.aspx?IMG=' + image + '&HT=' + escape(headertext), 'Gallery','width=640,height=420,directories=no,location=no,menubar=no,resizable=no,status=no,statusbar=no,titlebar=no,toolbar=no,scrollbars=no');
}
function swapImage(imgID, imgFile) {
	imgID.src = imgFile;
}
function showSubMenu(menuID) {
	document.getElementById(menuID).className = 'show';
}
function HiLiteMe() {
	for (var i = 0; i < HiLiteMe.arguments.length; i++) {
		document.getElementById(HiLiteMe.arguments[i]).style.fontWeight = 'bold';
	}
}
