// JavaScript Document
function menuon(n1, n2) {
document[n1].src="../images/spacer-white.gif";
}
function menuoff(n1, n2) {
document[n1].src="../images/spacer.gif";
}
function mirtoon(n1) {
document[n1].src="../images/mirto.jpg";
}
function logoon(n1) {
document[n1].src="../images/acs_tail.jpg";
}
	function chg1pic(nam1, img1) {
		document[nam1].src=[img1]
	}


var popupWin = null;

// OPEN WINDOW
// options for this window are:
// resizable,toolbar,scrollbars,menubar


function protector(mouseevent) {
	if (navigator.appName == 'Netscape' && (mouseevent.which == 2 || mouseevent.which == 3))
		return false;
	else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
		alert("Please contact ACS PS for a copy of this image.  Thank you.");
		return false;
	} else return true;
}
document.onmousedown=protector;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=protector;