        img1on = new Image();
        img1on.src = "graphics/button_01_on.gif";
        img1off = new Image();
        img1off.src = "graphics/button_01.gif";

        img2on = new Image();
        img2on.src = "graphics/button_02_on.gif";
        img2off = new Image();
        img2off.src = "graphics/button_02.gif";

        img3on = new Image();
        img3on.src = "graphics/button_03_on.gif";
        img3off = new Image();
        img3off.src = "graphics/button_03.gif";

        img4on = new Image();
        img4on.src = "graphics/button_04_on.gif";
        img4off = new Image();
        img4off.src = "graphics/button_04.gif";

	var v=location.search.substring(1)

function rollon(imgN) {
        imgName = "img" + imgN;
        imgOn = eval(imgName + "on.src");
        document[imgName].src = imgOn;
}
function rolloff(imgN) {
        imgName = "img" + imgN;
        document[imgName].src = eval(imgName + "off.src");
}

function head(category)
{
if (v=='p') {
document.write("<BODY BGCOLOR='FFFFFF' LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>")
document.write("<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=10 WIDTH='780'><TR><TD>")
document.write("<DIV CLASS='printableHead'></DIV>")
document.write("</TD></TR></TABLE>")
}
else {
document.write("<BODY BGCOLOR='FFFFFF' LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>")
document.write("<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH='780'>")
document.write("	<TR><TD BACKGROUND='graphics/bg_top.gif'><IMG SRC='graphics/clear.gif' HEIGHT=12><BR></TD></TR>")
	if (category=='0') {
	document.write("	<TR><TD><IMG SRC='graphics/logo.gif' HEIGHT=75 WIDTH=780><BR></TD></TR>")
	document.write("	<TR><TD BACKGROUND='graphics/bg_cover.gif'>")
	document.write("		<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=780><TR>")
	document.write("			<TD WIDTH=550><OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' WIDTH=550 HEIGHT=135><PARAM NAME=movie VALUE='flash/cover.swf'> <PARAM NAME=loop VALUE=false> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=best> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src='flash/cover.swf' loop=false menu=false quality=best bgcolor=#FFFFFF  WIDTH=550 HEIGHT=135 TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED></OBJECT></TD>")
	document.write("			<TD WIDTH=230 VALIGN=TOP>")
	document.write("			<DIV CLASS='newsHome'>")
	document.write("<!-- O P T I O N S / N E W S   C O M E S    H E R E -->")
	document.write("			<IMG SRC='graphics/clear.gif' HEIGHT=10><BR>")
	document.write("			<IMG SRC='graphics/small_head_news.gif' WIDTH=150 HEIGHT=16><BR>")
	document.write("			<UL>")
	document.write(headline);
	document.write("			<P><A HREF='company_news.html' CLASS='newsHome'>read more >></A>")
	document.write("			</UL>")
	document.write("<!-- O P T I O N S / N E W S   C O M E S    H E R E -->")
	document.write("			</DIV>")
	document.write("			</TD>")
	document.write("		</TR></TABLE>")
	document.write("	</TD></TR>")
	}
	else {
	document.write("	<TR><TD><IMG SRC='graphics/logo.gif' HEIGHT=75 WIDTH=780><BR></TD></TR>")
	document.write("	<TR><TD BACKGROUND='graphics/bg_cover_category.gif'>")
	document.write("		<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=780><TR>")
	document.write("			<TD WIDTH=550><IMG SRC='graphics/cover_category.jpg' WIDTH=550 HEIGHT=60 BORDER=0><BR></TD>")
	document.write("			<TD WIDTH=230 VALIGN=TOP ALIGN=RIGHT>")
	document.write("			<DIV CLASS='newsHome'>")
	document.write("				<A HREF='" + window.location.href + "?p'><IMG SRC='graphics/utility_01.gif' WIDTH=100 HEIGHT=40 BORDER=0></A>")
	document.write("			</DIV>")
	document.write("			</TD>")
	document.write("		</TR></TABLE>")
	document.write("	</TD></TR>")
	}
document.write("	<TR><TD>")
document.write("		<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=780><TR>")
document.write("			<TD WIDTH=550 VALIGN=TOP>")
document.write("				<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=550>")
document.write("				<TR>")
document.write("					<TD COLSPAN=5><IMG SRC='graphics/nav_top.gif' WIDTH=550 HEIGHT=20><BR></TD>")
document.write("				</TR>")
document.write("				<TR>")
document.write("					<TD WIDTH=106><A HREF='company.html' onMouseOver='rollon(1); return false' onMouseOut='rolloff(1); return false'><IMG SRC='graphics/button_01.gif' NAME='img1' BORDER=0 WIDTH=106 HEIGHT=26></A><BR></TD>")
document.write("					<TD WIDTH=106><A HREF='services.html' onMouseOver='rollon(2); return false' onMouseOut='rolloff(2); return false'><IMG SRC='graphics/button_02.gif' NAME='img2' BORDER=0 WIDTH=106 HEIGHT=26></A><BR></TD>")
document.write("					<TD WIDTH=106><A HREF='portfolio.html' onMouseOver='rollon(3); return false' onMouseOut='rolloff(3); return false'><IMG SRC='graphics/button_03.gif' NAME='img3' BORDER=0 WIDTH=106 HEIGHT=26></A><BR></TD>")
document.write("					<TD WIDTH=106><A HREF='contact.html' onMouseOver='rollon(4); return false' onMouseOut='rolloff(4); return false'><IMG SRC='graphics/button_04.gif' NAME='img4' BORDER=0 WIDTH=106 HEIGHT=26></A><BR></TD>")
document.write("					<TD WIDTH=126><IMG SRC='graphics/nav_curve.gif' WIDTH=126 HEIGHT=26><BR></TD>")
document.write("				</TR>")
document.write("				</TABLE>")
document.write("			</TD>")
document.write("			<TD WIDTH=230 VALIGN=TOP>")
document.write("			</TD>")
document.write("		</TR></TABLE>")
document.write("	</TD></TR>")
document.write("	<TR><TD COLSPAN=2><IMG SRC='graphics/clear.gif' HEIGHT=5><BR></TD></TR>")
document.write("</TABLE>")
}
}

function footHome()
{
document.write("<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=10 WIDTH=780><TR><TD><DIV CLASS='footer'>")
document.write("<IMG SRC='graphics/clear.gif' HEIGHT=25><BR>")
document.write("Copyright © 2002, Northern Computer Systems, All Rights Reserved")
document.write("</DIV></TD></TR></TABLE>")
}

function foot()
{
document.write("<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=10 WIDTH=780><TR><TD><DIV CLASS='footer'>")
document.write("<IMG SRC='graphics/clear.gif' HEIGHT=25><BR>")
document.write("<A HREF='javascript:window.history.back()'><IMG SRC='graphics/page_01.gif' HEIGHT=16 WIDTH=100 BORDER=0></A>")
document.write("<A HREF='#'><IMG SRC='graphics/page_02.gif' HEIGHT=16 WIDTH=100 BORDER=0></A><BR>")
document.write("<IMG SRC='graphics/clear.gif' HEIGHT=25><BR>")
document.write("Copyright © 2002, Northern Computer Systems, All Rights Reserved")
document.write("</DIV></TD></TR></TABLE>")
}