// ***********************************************************************
// START: BUILD HEADER -- 3COM LOGO, SEARCH, HEADER LINKS         
// ***********************************************************************

function fncBuildHeader(alt_image){

var strTemp = '';

strTemp += '<table cellpadding="0" cellspacing="0" border="0" width="100%">';
strTemp += '	<tr>';
strTemp += '		<td width="270"><img src="' + gobjClear.on.src + '" width="270" height="1"></td>';
strTemp += '		<td width="100%"><img src="' + gobjClear.on.src + '" width="500" height="1"></td>';
strTemp += '	</tr>';
strTemp += '	<tr>';

document.write( strTemp );
// Build 3Com logo 
fncBuildLogo(alt_image);

strTemp = '';
strTemp += '		<td valign="top" width="100%">';
strTemp += '			<table cellpadding="0" cellspacing="0" border="0" width="500">';
strTemp += '				<tr>';
strTemp += '					<td width="1"><img src="' + gobjClear.on.src + '" width="1" height="1"></td>';
strTemp += '					<td width="499"><img src="' + gobjClear.on.src + '" width="499" height="1"></td>';
strTemp += '				</tr>';
strTemp += '				<tr>';
strTemp += '					<td bgcolor="#5A5A5A" rowspan="3"><img src="' + gobjClear.on.src + '" width="1" height="1"></td>';
strTemp += '					<td></td>';
strTemp += '				</tr>';
strTemp += '				<tr>';

document.write( strTemp );
// Search bar configuration is determined by global variables defined in HEAD section of page 
fncBuildSearchBar();

strTemp = '';
strTemp += '				</tr>';
strTemp += '				<tr>';
strTemp += '					<td height="5"></td>';
strTemp += '				</tr>';
strTemp += '			</table>';
strTemp += '			<table cellpadding="0" cellspacing="0" border="0" width="100%">';
strTemp += '				<tr>';
strTemp += '					<td bgcolor="#5A5A5A" width="100%"><img src="' + gobjClear.on.src + '" width="1" height="1"></td>';
strTemp += '				</tr>';
strTemp += '				<tr>';
strTemp += '					<td align="left">';
strTemp += '					<table border="0" cellspacing="0" cellpadding="0">';
strTemp += '						<tr>';
strTemp += '						<td bgcolor="#5A5A5A"><img src="' + gobjClear.on.src + '" width="1" height="2"></td>';
strTemp += '						</tr>';
strTemp += '					</table>';
strTemp += '					</td>';
strTemp += '				</tr>';
strTemp += '				<tr>';
strTemp += '					<td bgcolor="#5A5A5A" width="100%"><img src="' + gobjClear.on.src + '" width="1" height="1"></td>';
strTemp += '				</tr>';
				
document.write( strTemp );
// Header link configuration is determined by global variables defined in HEAD section of page 
fncBuildHeaderLinks();

strTemp = '';
strTemp += '			</table>';
strTemp += '			<table cellpadding="0" cellspacing="0" border="0" width="100%">';
strTemp += '				<tr>';
strTemp += '					<td width="498"><img src="' + gobjClear.on.src + '" width="498" height="1"></td>';
strTemp += '					<td width="100%"><img src="' + gobjClear.on.src + '" width="1" height="1"></td>';
strTemp += '				</tr>';
strTemp += '				<tr>';
strTemp += '					<td height="47" valign="bottom"></td>';
strTemp += '					<td valign="bottom"></td>';
strTemp += '				</tr>';
strTemp += '			</table>';
strTemp += '		</td>';
strTemp += '	</tr>';
strTemp += '</table>';

document.write( strTemp );

// ***********************************************************************
// END: BUILD HEADER -- 3COM LOGO, SEARCH, HEADER LINKS            	
// ***********************************************************************

// ***********************************************************************
// START: BANNER -- DYNAMIC LINKS AND BANNER IMAGE            		
// ***********************************************************************

// start banner and link information table
fncBuildBannerLeft();
fncBuildBannerMiddle();
fncBuildBannerRight();
// end start banner and link information table

// ***********************************************************************
// END: BANNER -- DYNAMIC LINKS AND BANNER IMAGE            			
// ***********************************************************************

// ***********************************************************************
// START: LOCAL NAV (5 ELEMENTS )											
// ***********************************************************************

fncBuildLocalNav();

// ***********************************************************************
// END: LOCAL NAV (5 ELEMENTS )											
// ***********************************************************************

// ***********************************************************************
// START: SUB NAV OF LOCAL NAV (5 ELEMENTS
// ***********************************************************************
		
fncBuildLocalSubNav();

// ***********************************************************************
// END: SUB NAV OF LOCAL NAV (5 ELEMENTS -->
// ***********************************************************************
}
