<?xml version="1.0" encoding="utf-8"?>
<mi:data>
<!-- include the generic popup script -->
<script language="JavaScript" src="../scripts/popup.js" />
<script language="JavaScript" src="../scripts/getemail.js" />
<table cellpadding="0" cellspacing="0" border="0" style="width: 990px;">

<tr>
	<td rowspan="3" style="width: 202px; height: 85px;"><a border="0" href="../home/home.php"><img src="../images/site-header-main-left.gif" border="0" /></a></td>
	<td style="width: 503px; height: 36px; background-image: url('../images/site-header-main-top.gif'); background-repeat: no-repeat;"></td>
	<td rowspan="2" style="width: 285px; height: 36px; background-image: url('../images/site-header-main-right.jpg'); background-repeat: no-repeat;">
	
		<table width="100%" border="0" cellpadding="0" cellspacing="0">
		
			<tr style="height: 2px;" ><td/></tr>
		
			<mi:execute type="internal" usedefaults="0">
			<form method="get" enctype="text/plain" action="../user/{UserAction}.php">
				
				<tr style="height: 28px;">				
					<td width="85px" align="right" class="middle">E-Mail:</td>
					<td width="10px" />
					<td colspan="2" align="left" class="middle"><input class="input-field" style="background-color:#bad9e8" name="EMAIL" type="text" size="26" value="&lt;Enter e-mail address&gt;" onclick="javascript:inputBox(value);" /></td>				
					<td rowspan="2" width="10px" />
				</tr>
				<tr style="height: 5px;"/>
				<tr>
					<td align="right" class="middle">Password: </td>
					<td width="10px" />
					<td align="left" class="middle"><input class="input-field" name="PASSWORD" type="password" size="16" style="background-color:#bad9e8"/></td>
					<td align="left" class="middle"><input class="input-button" type="submit" value="{UserAction}" style="width: 50px; height: 22px"/></td>
				</tr>
			</form>
		</mi:execute>
	</table>

	</td>
</tr>

<tr>  <!-- Menu Buttons -->
	<td style="width: 503px; height: 30px; background-image: url('../images/site-header-main-bottom.gif'); background-repeat: repeat-x;" align="center">
		
		<table border="0" cellpadding="0" cellspacing="0">
			<tr style="height: 28px;">				
				<td class="middle"><a href="../solutions/solutions.php"><img src="../images/site-header-menu-solutions.gif" border="0" /></a></td>
				<td width="40px" />
				<td class="middle"><a href="../markets/markets.php"><img src="../images/site-header-menu-markets.gif" border="0" /></a></td>
				<td width="40px" />
				<td class="middle"><a href="../products/products.php?product=allproducts"><img src="../images/site-header-menu-product1.gif" border="0" /></a></td>
				<td width="40px" />
				<td class="middle"><a href="../company/company.php"><img src="../images/site-header-menu-company1.gif" border="0" /></a></td>
				<td width="40px" />
				<td class="middle"><a href="../support/support.php"><img src="../images/site-header-menu-support1.gif" border="0" /></a></td>
				<td width="40px" />
				<td class="middle"><a href="../links/links.php"><img src="../images/site-header-menu-links.gif" border="0"/></a></td>
			</tr>
		</table>	

	</td>
</tr> <!--End of Menu Buttons -->

<tr>  <!-- Logged on user text -->
	<mi:execute type="internal" usedefaults="1" defaults="Not Logged On">
	<td style="height: 19px;" colspan="3" align="right">Current Login: {CurrentlyLoggedOnUser}.</td>
	</mi:execute>
</tr> <!-- End of Logged ON User Text -->

</table>
</mi:data>