function chg_button(titlename, onoff, shadow, shadowonoff) 
{
	document[titlename].src = "images/button_" + titlename + "_" + onoff + ".gif";
	document[shadow].src = "images/button_" + shadow + "_" + shadowonoff + ".gif";
}

function open_map (loc) {

date = new Date();
counter = Math.floor((date.getSeconds()/60)*100);

	new_window = window.open (loc,"a" + counter + "a","width=530,height=490,toolbar=no,location=no,scrollbars=no,directories=no,menubar=yes,resizable=no");
}

function open_courts () {

	new_window = window.open ("ohio_municipal_courts.asp","courts","width=750,height=490,toolbar=no,location=no,scrollbars=yes,directories=no,menubar=no,resizable=yes");
}

function open_image (imagefile, width, height) {

date = new Date();
counter = Math.floor((date.getSeconds()/60)*100);


	new_window = window.open (imagefile,"a" + counter + "a","width="+width+",height="+height+",toolbar=no,location=no,scrollbars=no,directories=no,menubar=no,resizable=no");
}
