﻿<%
	session("VersionInfo") = request.cookies("version_info")
%>

<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<title><% = Application("Application_Name") %></title>
<link rel="stylesheet" type="text/css" href="default.css" />
</head>

<table border='0' width='100%' cellpadding="0" cellspacing="0">
	<tr>
		<td width="40%" valign='bottom' height='50'>
			<a href="menu.asp" target="menu_window">
				<img src="controlpanel.gif" width="200" height="50" border="0">
			</a>
		</td>
		<td valign='top' align='right' class="label">
			<br>
			<% if session("company_id") <> "" then %>
				<font face='Verdana' style='color:#004D9C'>
				<b>
				<li><a href='help/side_index.htm' target='main_frame' style='COLOR: red; TEXT-DECORATION: none'>
				VALUEWEB HELP</a></li>	
				<li>YOUR HOME PAGE
				&nbsp;:&nbsp;
				<a href='<% = ucase(Application("Application_URL")) %>/V9/MEMBER/<% = ucase(request.cookies("storename")) %>' target='preview_store' style='COLOR: #1478eb; TEXT-DECORATION: none'>
				<% = ucase(Application("Application_URL")) %>/V9/MEMBER/<% = ucase(request.cookies("storename")) %>
				</a>
				</li>
				</b>
				</font>
			<% end if %>
		</td>
	</tr>
</table>

<table border='0' width='100%' cellpadding="0" cellspacing="0">
	<tr bgcolor='#004D9C'>
		<td height="5" width='100%'></td>
	</tr>
</table>