// ************************************************************************
// SCIDYNE Corporation, Pembroke Ma 02359-3649 USA
// Corporate Web Site top of page Header and Navigation Menus
// Author: Mark W. Durgin
// File: header_menus.js      Date: November 29, 2011
// Copyright (c) 1996 - 2011 SCIDYNE Corporation

// ************************************************************************
// Top of Page Header & Navigation
function paint_header() 	{
//	document.write('<div class="header_division">');
//	document.write('	<img border="0" src="images/head4.gif" width="780" height="125" alt="SCIDYNE Corp." usemap="#header_menus">');
//	document.write('	<map name="header_menus">');
//	document.write('  		<area shape="rect" coords="48,95,142,122" href="default.htm" alt="Home">');
//	document.write('  		<area shape="rect" coords="162,95,254,122" onmouseover=window.FW_showMenu(window.fw_menu_0,165,145); onmouseout=FW_startTimeout() ;href="products.htm" alt="">');
//	document.write('  		<area shape="rect" coords="274,95,370,122" onmouseover=window.FW_showMenu(window.fw_menu_1,235,145); onmouseout=FW_startTimeout() ;href="resrc.htm" alt="">');
//	document.write('	</map>');
//	document.write('</div>');
	
	document.write('<div class="header_division">');
	document.write('<table class="table_nav_banner">');  
	document.write('	<tr>');
	document.write('         <td class="logocell">'); 
	document.write('			<a href="default.htm"><img border="0" src="images/scilogo.gif" width="232" height="90" alt="SCIDYNE&reg; Corporation"></a>'); 
	document.write('		</td>'); 
	document.write('		<td class="titlecell">'); 
	document.write('			<span class="large_title_text">Embedded System Technology</span> <br>'); 
	document.write('			<span class="small_title_text">Serving Domestic and International Markets</span>'); 
	document.write('		</td>'); 
	document.write('	</tr>'); 
	document.write('	<tr>'); 
	document.write('		<td colspan="2" class="navcell">'); 
	document.write('				<table class="menu_table">'); 
	document.write('					<tr>'); 
	document.write('						<td class="menu_item"><a href="default.htm">Home</a></td>');  
	document.write('						<td class="menu_item"><a href="javascript:history.go(-1);">Previous</a></td>');
	document.write('						<td class="menu_item"><a onmouseover=window.FW_showMenu(window.fw_menu_0,175,145);  onmouseout=FW_startTimeout(); href="products.htm">Products</a></td>');
	document.write('						<td class="menu_item"><a onmouseover=window.FW_showMenu(window.fw_menu_1,256,145);  onmouseout=FW_startTimeout(); href="resrc.htm">Resources</a></td>');
	document.write('						<td class="menu_item"><a onmouseover=window.FW_showMenu(window.fw_menu_2,337,145);  onmouseout=FW_startTimeout(); href="sales.htm">Sales</a></td>');
	document.write('						<td class="menu_item"><a onmouseover=window.FW_showMenu(window.fw_menu_3,418,145);  onmouseout=FW_startTimeout(); href="about.htm">Corporate</a></td>');
	document.write('						<td class="menu_item"><a href="contact.htm">Contact Us</a></td>');
	document.write('						<td style="font-size: 16pt; color: white; text-align: right; font-style: oblique; font-weight: bold;"> <span style="font-size: 8pt; color: black; font-weight: normal;">Call Toll-Free (USA Only)</span><br> 1-877-SCIDYNE</td>');
	document.write('						<td align="right">');						
	document.write('							<form  class="search_form" method="get" name="searchform" action="http://www.google.com/search" target="_top">');
	document.write('								<input type="hidden" name="as_sitesearch" value="www.scidyne.com"  />');
	document.write('								<input type="text" class="search_field" name="as_q" size="20" maxlength="30"  />');
	document.write('								<input class="search_button" type="submit"  value="Search">');
	document.write('							</form>');
	document.write('						</td>');
	document.write('					</tr>');
	document.write('				</table>'); 
	document.write('		</td>');
	document.write('	</tr>');
	document.write('</table>');
	document.write('</div>');
	}


// ************************************************************************
// Bottom of Page footer & Navigation
function paint_footer() 	{
	document.write('<div class="footer_nav">');
//	document.write('	<img src="images/fade_bar.jpg"><br>');
//	document.write('	<hr style="color: orange; height: 2px; background: orange;">');
	document.write('	<a href="default.htm">Home</a> &bull;');
	document.write('	<a href="javascript:history.go(-1);">Previous</a> &#8226');
	document.write('	<a href="products.htm">Products</a> &bull;');
	document.write('	<a href="resrc.htm">Resources</a> &bull; ');
	document.write('	<a href="sales.htm">Sales</a> &bull;');
	document.write('	<a href="about.htm">Corporate</a> &bull;');
	document.write('	<a href="privacy.htm">Privacy Policy</a> &bull;');
	document.write('	<a href="terms.htm">Terms of Use</a>  <br>');
//	document.write('	<hr style="color: orange; height: 2px; background: orange;">');
//	document.write('	<img src="images/fade_bar.jpg"><br>');
	document.write('</div>');
	}


// ************************************************************************
// Bottom of Page disclaimer information
function paint_footer_disclaimer()	{
	document.write('<div class="page_end_notes">'); 
	document.write('	<div>'); 
	document.write('		NOTES: Information is subject to change without notice. Although every effort is made to provide complete and accurate information,');
	document.write('		SCIDYNE Corporation does not take responsibility for technical inaccuracies, typographical errors, or incompleteness. Pricing and availability information shown are not quotes and are provided for');
	document.write(' 		planning purposes only. Please contact SCIDYNE for the latest product information. SCIDYNE is a registered Tradename of SCIDYNE Corporation.');
	document.write(' 	</div>');
	document.write('</div>');
	}


// ************************************************************************
// Bottom of Page file and revision information
function paint_footer_page_details(page_name, rev_date)	{
	document.write('<div class="page_end_notes">'); 
	document.write('File: ' + page_name + '&nbsp;&nbsp;&nbsp;&nbsp;  Page Last Revised: '+ rev_date + ' &nbsp;&nbsp;&nbsp;&nbsp; &copy; Copyright 1996 - 2012 SCIDYNE&reg; Corporation, All Rights Reserved.');
	document.write('</div>');
	}







