<!--

if (self != top)
{
	history.back(); top.location.href = 'http://www.snrdesigns.com/';
}

var browser = 0;
if ((navigator.appName == "Netscape" && parseInt(navigator.appVersion) >= 3) || (navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) >= 4))
	browser = 1;

if (browser)
{
	button_info_on = new Image(17,111);
	button_info_on.src = "/images/button_info_on.gif";
	button_info_off = new Image(17,111);
	button_info_off.src = "/images/button_info_off.gif";

	button_overview_on = new Image(17,111);
	button_overview_on.src = "/images/button_overview_on.gif";
	button_overview_off = new Image(17,111);
	button_overview_off.src = "/images/button_overview_off.gif";

	button_services_on = new Image(17,111);
	button_services_on.src = "/images/button_services_on.gif";
	button_services_off = new Image(17,111);
	button_services_off.src = "/images/button_services_off.gif";

	button_side1_on = new Image(18,147);
	button_side1_on.src = "/images/button_side1_on.gif";
	button_side1_off = new Image(18,147);
	button_side1_off.src = "/images/button_side1_off.gif";

	button_side2_on = new Image(18,147);
	button_side2_on.src = "/images/button_side2_on.gif";
	button_side2_off = new Image(18,147);
	button_side2_off.src = "/images/button_side2_off.gif";

	button_side3_on = new Image(18,147);
	button_side3_on.src = "/images/button_side3_on.gif";
	button_side3_off = new Image(18,147);
	button_side3_off.src = "/images/button_side3_off.gif";

	button_side4_on = new Image(18,147);
	button_side4_on.src = "/images/button_side4_on.gif";
	button_side4_off = new Image(18,147);
	button_side4_off.src = "/images/button_side4_off.gif";
	
	button_home_on = new Image(26,26);
	button_home_on.src = "/images/button_home_on.gif";
	button_home_off = new Image(26,26);
	button_home_off.src = "/images/button_home_off.gif";
	
	button_email_on = new Image(26,26);
	button_email_on.src = "/images/button_email_on.gif";
	button_email_off = new Image(26,26);
	button_email_off.src = "/images/button_email_off.gif";
	
	button_main_on = new Image(26,26);
	button_main_on.src = "/images/button_main_on.gif";
	button_main_off = new Image(26,26);
	button_main_off.src = "/images/button_main_off.gif";
}

function imageOn(imgName)
{
	if (browser)
		document[imgName].src=eval("button_" + imgName + "_on.src");
}

function imageOff(imgName)
{
	if (browser)
		document[imgName].src = eval("button_" + imgName + "_off.src");
}
//-->
