/* depends on /scripts/gea_global.js */

mastheadHTML = '<table cellpadding="0" cellspacing="0" border="0" id="masthead">';
mastheadHTML += '<tr>';
mastheadHTML += '	<td class="colA"><a href="' + UnSecure_Base_Href + '/" target="_top"><img src="' + Base_Href + '/images/common/logo_geappliances.gif" width="146" height="44" alt="GE Appliances" title="GE Appliances" /></a></td>';
mastheadHTML += '	<td class="colB">';
mastheadHTML += '		<div>';
mastheadHTML += '			<form action="http://genet.geappliances.com/geasearch/Dispatcher?REQUEST=GETSEARCHRESULT" name="SiteSearchForm" id="geaheader_searchform" onsubmit="return fnMastheadSearch(this)" method="post" target="_top">';
mastheadHTML += '				<input name="SEARCHTEXT" id="textToSearchInMastheadForm" type="text" />';
mastheadHTML += '				<select name="selSearchCategory">';
mastheadHTML += '					<option value="0" selected="selected">Select Category</option>';
mastheadHTML += '					<option value="1">Products</option>';
mastheadHTML += '					<option value="2">Service &amp; Support</option>';
mastheadHTML += '					<option value="3">Use &amp; Care Manuals</option>';
mastheadHTML += '				</select>';
mastheadHTML += '				<input name="SITEID" value="GEAPPLIANCES" type="hidden" />';
mastheadHTML += '				<!-- these 3 used if a docsearch -->';
mastheadHTML += '				<input name="MASK" value="Approved Models_SalesNet" type="hidden" />';
mastheadHTML += '				<input name="TYPE" value="PDF" type="hidden" />';
mastheadHTML += '				<input name="SKU" value="" type="hidden" />';
mastheadHTML += '				<input class="button" type="submit" value="Search" />';
mastheadHTML += '			</form>';
mastheadHTML += '		</div>';
mastheadHTML += '		<br />';
mastheadHTML += '		<div>';
mastheadHTML += '			<a href="' + UnSecure_Base_Href + '/buy/" target="_top">Where To Buy</a>';
mastheadHTML += '			&nbsp;|&nbsp;';
mastheadHTML += '			<a href="javascript:void(0);" onclick="return switchLanguage();">en espa&ntilde;ol</a>';
mastheadHTML += '		</div>';
mastheadHTML += '	</td>';
mastheadHTML += '</tr>';
mastheadHTML += '</table><!-- end #masthead -->';

document.write(mastheadHTML);

