var navItems = new Array();

navItems["aboutus"] = new Array();
    navItems["aboutus"][0] = "/aboutus/gogreen.htm|<strong>Go Green</strong> with <em>The Copy Centers</em>";
    navItems["aboutus"][1] = "/aboutus/contact.htm|Contact Information";
    navItems["aboutus"][2] = "/aboutus/directions/index.htm|Driving Directions";
    navItems["aboutus"][3] = "/aboutus/pressroom/index.htm|Press Room";
    navItems["aboutus"][4] = "/aboutus/community/index.htm|Community Support";
    navItems["aboutus"][5] = "/aboutus/employment.htm|Employment Opportunity";
    navItems["aboutus"][6] = "/aboutus/investor_relation.htm|Investor Relations";
    navItems["aboutus"][7] = "/aboutus/mission.htm|Mission Statement";
    navItems["aboutus"][8] = "/aboutus/privacy.htm|Privacy Statement";

navItems["services"] = new Array(); 
    navItems["services"][0] = "/sitemap.htm|<strong>Directory of Services &#187;</strong>";
    navItems["services"][1] = "/sitemap.htm|&nbsp;&nbsp;&nbsp;Complete List of Our Services";
    navItems["services"][2] = "/services/consumer/index.htm|<strong>Consumer Services &#187;</strong>";
    navItems["services"][3] = "/services/consumer/bindery/index.htm|&nbsp;&nbsp;&nbsp;Binding & Finishing";
    navItems["services"][4] = "/services/consumer/colorcopy.htm|&nbsp;&nbsp;&nbsp;Color Laser Copying & Printing";
    navItems["services"][5] = "/services/consumer/largeformat.htm|&nbsp;&nbsp;&nbsp;Large-Format Copying & Scanning";
    navItems["services"][6] = "/services/consumer/largecolor.htm|&nbsp;&nbsp;&nbsp;Large-Format Color Printing";
	navItems["services"][7] = "/services/consumer/index.htm|&nbsp;&nbsp;&nbsp;...Show More Consumer";
    navItems["services"][8] = "/services/business/index.htm|<strong>Business Services &#187;</strong>";
	navItems["services"][9] = "/services/business/identity.htm|&nbsp;&nbsp;&nbsp;Corporate Identity";
	navItems["services"][10] = "/services/business/digitalprinting.htm|&nbsp;&nbsp;&nbsp;Digital Printing";
	navItems["services"][11] = "/services/business/document_scanning.htm|&nbsp;&nbsp;&nbsp;Document Imaging";
	navItems["services"][12] = "/services/business/docmanagement.htm|&nbsp;&nbsp;&nbsp;Document Management";
	navItems["services"][13] = "/services/business/index.htm|&nbsp;&nbsp;&nbsp;...Show More Business";
    navItems["services"][14] = "/services/legal/index.htm|<strong>Legal Services &#187;</strong>";
    navItems["services"][15] = "/services/legal/exhibits.htm|&nbsp;&nbsp;&nbsp;Courtroom Trial Exhibits";
    navItems["services"][16] = "/services/legal/document_scanning.htm|&nbsp;&nbsp;&nbsp;Document Imaging";
    navItems["services"][17] = "/services/legal/index.htm|&nbsp;&nbsp;&nbsp;...Show More Legal";
    navItems["services"][18] = "/services/academic/index.htm|<strong>Academic Services &#187;</strong>";
    navItems["services"][19] = "/services/academic/packets.htm|&nbsp;&nbsp;&nbsp;Student Course Packets";
    navItems["services"][20] = "/services/academic/index.htm|&nbsp;&nbsp;&nbsp;...Show More Academic";
    navItems["services"][21] = "/services/digital/index.htm|<strong>Digital Services &#187;</strong>";
    navItems["services"][22] = "/services/digital/audio_video_digitization.htm|&nbsp;&nbsp;&nbsp;Audio/Video Digitizing";
    navItems["services"][23] = "/services/digital/video_audio_duplication.htm|&nbsp;&nbsp;&nbsp;Media Duplication & Conversion";
    navItems["services"][24] = "/services/digital/index.htm|&nbsp;&nbsp;&nbsp;...Show More Digital";

navItems["resources"] = new Array();
    navItems["resources"][0] = "/etools/index.htm|<strong>e-Tools</strong>";
    navItems["resources"][1] = "/etools/upload/index.htm|&nbsp;&nbsp;&nbsp;File Transfer";
    navItems["resources"][2] = "/etools/quote/index.php|&nbsp;&nbsp;&nbsp;Get A Quote";
    navItems["resources"][3] = "/etools/tracking/index.htm|&nbsp;&nbsp;&nbsp;Package Tracking";
    navItems["resources"][4] = "/etools/coupons/index.htm|&nbsp;&nbsp;&nbsp;Special Offers";
    navItems["resources"][5] = "/etools/survey/index.htm|&nbsp;&nbsp;&nbsp;Take a Survey";
    navItems["resources"][6] = "/help/index.htm|<strong>FAQs & Help &#187;</strong>";
    navItems["resources"][7] = "/ideas/index.htm|<strong>Ideas & Solutions &#187;</strong>";


function submit_signin_layer()
{
var nn4 = (document.layers)?1:0

if (nn4) {
document.signin.document.SYSTEM_LOGIN.submit();
}
else
{
document.forms['SYSTEM_LOGIN'].submit();
}

}

function focus_username()
{

var nn4 = (document.layers)?1:0
if (nn4) {
document.signin.document.SYSTEM_LOGIN.SYSTEM_USERNAME.focus();
}
else
{
document.forms['SYSTEM_LOGIN'].SYSTEM_USERNAME.focus();
}

}

var IhaveFocus=false;

function setfocus(flag)
{
IhaveFocus=flag;
}

var moz=false;

function doaction(e)
	{

	if (document.layers)
		{
		keypress(e.which);
		}
	else 
		if(moz)
			{
			keypress(e.keyCode);
			}
		else
			{
			if (document.all)
			{
			keypress(event.keyCode);
			}
		}
	}

if (navigator.appName == "Mozilla" || (navigator.appName == "Netscape" && navigator.appVersion.indexOf("4.") == -1))
	{
	moz=true;
	document.addEventListener("keyup", doaction, true);
	}
else
	{
	if (document.layers)
		{
		document.captureEvents(Event.KEYPRESS)
		}
	document.onkeypress=doaction;
	}

function keypress(keycode)
{
	if (keycode==13){keypress_13();}
}

function keypress_13()
{
	if (IhaveFocus==true)
	{if (document.layers) {document.signin.document.SYSTEM_LOGIN.submit();}
	else {document.forms['SYSTEM_LOGIN'].submit();}return;}
}

