function  fixLinkValueGraphic_Button_Modular_Blue_1(strLinkValue, bExistingPage, bImportedFileLink)  {  if(!bExistingPage)
			{
				return strLinkValue;
			}  return strRelativePathToRoot + strLinkValue;
		}  function  isCurrentPageGraphic_Button_Modular_Blue_1(strLinkValue, bExistingPage)  {  if(!bExistingPage)
			{
				return false;
			}
			
			strLinkValue = strLinkValue.toLowerCase();
			return (strRelativePagePath == strLinkValue);	
		}  function  textMouseOnGraphic_Button_Modular_Blue_1(textObj)  { 
				textObj.style.color=  "#FF0033"  ; 
			}  
			function  textMouseOffGraphic_Button_Modular_Blue_1(textObj)  { 
				textObj.style.color=  "#00FF00"  ; 
			}  function  getOnClickGraphic_Button_Modular_Blue_1(strLinkValue, strLinkTarget)  { 
			var strOnClick = "";
		
			strOnClick = ' onClick="';  if(strLinkTarget == '_blank')
			{
				strOnClick = 'onClick="window.open(\'' + strLinkValue + '\');"';
			}
			else
			{  strOnClick = 'onClick="parent.location = \'' + strLinkValue + '\';"';
			}
			
			return strOnClick;
		}  var nLinksPerRow =  6  ;  var nVerticalSpacing =  6;  var nHorizontalSpacing =  6;  var nVertPaddingTop = Math.floor(nVerticalSpacing/2);
		var nVertPaddingBottom = Math.round(nVerticalSpacing/2);
		
		var nHorizPaddingLeft = Math.floor(nHorizontalSpacing/2);
		var nHorizPaddingRight = Math.round(nHorizontalSpacing/2);  var nGeneralPadding = 10;  var bBackgroundOrBorder =  false;  var strTextAlignment = 'ALIGN=  "left"  ';  function  getMouseOverHandlerGraphic_Button_Modular_Blue_1(bIsCurrentPage)  {  if (bIsCurrentPage) return '';  var strMouseOver = "";
			var strMouseOut = "";  strMouseOver += '  textMouseOnGraphic_Button_Modular_Blue_1(this);  ';
				strMouseOut += '  textMouseOffGraphic_Button_Modular_Blue_1(this);  ';  return ' onMouseOver="' + strMouseOver + '" onMouseOut="' + strMouseOut + '"';
		}  function  getStyleGraphic_Button_Modular_Blue_1(strFontColor)  {  var strStyle = ' style="';
			
			strStyle += 'cursor:hand;';	
			strStyle += 'color:' + strFontColor + ';';  strStyle += '" ';
			
			return strStyle;
		}  function  getHTMLGraphic_Button_Modular_Blue_1(strDisplayName, strLinkValue, strLinkTarget,  nLinkNum, strGraphicName, bLastLink, bExistingPage, bImportedFileLink)  {      
			var strHTML = "";  var bIsCurrentPage =  isCurrentPageGraphic_Button_Modular_Blue_1(strLinkValue, bExistingPage);  strLinkValue =  fixLinkValueGraphic_Button_Modular_Blue_1(strLinkValue, bExistingPage, bImportedFileLink);  var strFontColor = "";	
			var strBGHTML = "";  if (bIsCurrentPage) 
			{  strFontColor =  "#FF0033"  ;  strBGHTML += ' BGCOLOR=  "#000000"  ';  } 
			else 
			{
				strFontColor =  "#00FF00"  ;
			}  var bNetscape = false;
			var strAppName = navigator.appName;
			var appVer = parseFloat(navigator.appVersion);
								
			if ( (strAppName == "Netscape") &&
				(appVer >= 4.0 && appVer < 5) ) {  bNetscape = true;
			}  var strOnClick =  getOnClickGraphic_Button_Modular_Blue_1(strLinkValue, strLinkTarget);  var strStyle =  getStyleGraphic_Button_Modular_Blue_1(strFontColor);  var strMouseOver =  getMouseOverHandlerGraphic_Button_Modular_Blue_1(bIsCurrentPage);  if(strLinkTarget == '_self')
			{
				strLinkTarget = '_parent';
			}  strHTML += '<TR ';
				strHTML += strBGHTML;
				
				if(!bNetscape)
				{
					strHTML += strOnClick + strStyle + strMouseOver;
				}
								
				strHTML +='>';  strHTML += '<TD ' + strTextAlignment + ' VALIGN="MIDDLE" NOWRAP ';  strHTML += '>';  if(bNetscape)
			{  strHTML += '<A HREF="' + strLinkValue + '" TARGET="' + strLinkTarget + '">'; 
			}  if((nLinkNum != 1 || bBackgroundOrBorder) && nVertPaddingTop > 0)
					{
						strHTML += '<IMG SRC=  "/tp.gif"  WIDTH="1" HEIGHT="' + nVertPaddingTop + '" BORDER="0"><BR>';
					}  strHTML += '<IMG SRC=  "/tp.gif"  WIDTH="' + nGeneralPadding + '" HEIGHT="1" BORDER="0">';  var strFormattingStart = ''; 
			var strFormattingEnd = '';  strFormattingStart += '<B>';
				strFormattingEnd = '</B>' + strFormattingEnd;  strHTML += '<FONT';
			strHTML += ' FACE=  "Courier New"  ';
			strHTML += ' CLASS=  "Courier14"  ';  if(bNetscape)
			{
				strHTML += ' COLOR="' + strFontColor + '"';
			}
			else
			{  var strUnderline = ' STYLE="text-decoration:none"';  strHTML += strUnderline;
			}
			strHTML += '>'; 
			
			strHTML += strFormattingStart + strDisplayName + strFormattingEnd;  strHTML += '</FONT>';  strHTML += '<IMG SRC=  "/tp.gif"  WIDTH="' + nGeneralPadding + '" HEIGHT="1" BORDER="0">';  if ((!bLastLink || bBackgroundOrBorder) && nVertPaddingBottom > 0) 
					{
						strHTML += '<BR><IMG SRC=  "/tp.gif"  WIDTH="1" HEIGHT="' + nVertPaddingBottom + '" BORDER="0">';
					}  if(bNetscape)
			{
				strHTML += '</A>';
			}  strHTML += '</TD>';  strHTML += '</TR>';  if(!bLastLink)
						{
							strHTML += '<TR><TD HEIGHT=  "2"   BGCOLOR="#FFFFFF"  >';
							strHTML += '<IMG SRC=  "/tp.gif"  WIDTH="1" HEIGHT=  "2"  ></TD></TR>';
						}  return strHTML;
		}  function  navElementGraphic_Button_Modular_Blue_1()  {  if(typeof  counterGraphic_Button_Modular_Blue_1  == "undefined")
			{  counterGraphic_Button_Modular_Blue_1  = 1;
			}
			else
			{  counterGraphic_Button_Modular_Blue_1  += 1;
			}
			var navID =  counterGraphic_Button_Modular_Blue_1  ;  if (navigator.userAgent.indexOf("Mozilla/3") != -1)
			{
				var msg = 'Sorry, since you are using an old version of Netscape, you may not be able to access all the pages in this Web site.';	
				document.write(msg);
			}
			else 
			{  var strHTML = '';  strHTML += '<TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"    >';  strHTML +=  getHTMLGraphic_Button_Modular_Blue_1("Home", "Index.html", "", 1, "IDGraphic_Button_Modular_Blue_11", false,true,false)  ;  strHTML +=  getHTMLGraphic_Button_Modular_Blue_1("Projects", "Our_Projects.html", "", 2, "IDGraphic_Button_Modular_Blue_12", false,true,false)  ;  strHTML +=  getHTMLGraphic_Button_Modular_Blue_1("About&nbsp;Us", "About_Us.html", "", 3, "IDGraphic_Button_Modular_Blue_13", false,true,false)  ;  strHTML +=  getHTMLGraphic_Button_Modular_Blue_1("Contact&nbsp;Us", "Contact_Us.html", "", 4, "IDGraphic_Button_Modular_Blue_14", false,true,false)  ;  strHTML +=  getHTMLGraphic_Button_Modular_Blue_1("Soul&nbsp;Shadow", "http://www.soulshadow.homestead.com", "_parent", 5, "IDGraphic_Button_Modular_Blue_15", false,false,false)  ;  strHTML +=  getHTMLGraphic_Button_Modular_Blue_1("Photo&nbsp;Gallery", "Photo_Gallery.html", "", 6, "IDGraphic_Button_Modular_Blue_16", false,true,false)  ;  strHTML +=  getHTMLGraphic_Button_Modular_Blue_1("Downloads", "downloads.html", "", 7, "IDGraphic_Button_Modular_Blue_17", false,true,false)  ;  strHTML +=  getHTMLGraphic_Button_Modular_Blue_1("Forum", "http://www.network54.com/Hide/Forum/260433", "_parent", 8, "IDGraphic_Button_Modular_Blue_18", false,false,false)  ;  strHTML +=  getHTMLGraphic_Button_Modular_Blue_1("The&nbsp;Guestbook", "http://bluebox.homestead.com/~site/Scripts_NewGuest/NewGuest.dll?CMD=CMDGetViewEntriesPage&STYLE=tech2/&ENTRYID=&FORWARDFLAG=true&GBID=13173235&DISPLAY=23&TARGETURL=Index&EMAILADDRESS=ENC__2dcb9541c0c9f7ce6c2e636f6d&EM=true&CUSTOMVALUE=false&H_H=1750226616", "_parent", 9, "IDGraphic_Button_Modular_Blue_19", false,false,false)  ;  strHTML +=  getHTMLGraphic_Button_Modular_Blue_1("Links", "Links.html", "", 10, "IDGraphic_Button_Modular_Blue_110", true,true,false)  ;  strHTML += '</TABLE>';  document.write(strHTML);  }
		}  function  netscapeDivCheckGraphic_Button_Modular_Blue_1()  {  var strAppName = navigator.appName;
			var appVer = parseFloat(navigator.appVersion);
								
			if ( (strAppName == "Netscape") &&
				(appVer >= 4.0 && appVer < 5) ) {  document.write("</DIV>");
			}
		}  var  counterGraphic_Button_Modular_Blue_1;  navElementGraphic_Button_Modular_Blue_1();  netscapeDivCheckGraphic_Button_Modular_Blue_1();