if (menuselected.indexOf("company")>-1)
{
document.write('<tr>');
document.write('<td width=83 rowspan=3 valign=top>');
document.write('<img src="/images/spacer.gif" width="83" height="139" alt=""></td>');
document.write('<td width=182>');
document.write('<a href="/index.html?menuselected=consumer"><img src="/images/consumer_unselected.gif" width="179" height="24" alt="" border="0"></a></td>');
document.write('<td width=177>');
document.write('<a href="/foretag.htm?menuselected=company"><img src="/images/company_selected.gif" width="160" height="24" alt="" border="0"></a></td>');
document.write('<td width=157>');
document.write('<img src="/images/spacer.gif" width="177" height="24" alt=""></td>');
document.write('<td width=74>');
document.write('<a href="/login_se.html"><img src="/images/SatSafe_Home_09.jpg" width="74" height="24" alt="" border="0"></a></td>');
document.write('</tr>');
}
else
{
document.write('<tr>');
document.write('<td width=83 rowspan=3 valign=top>');
document.write('<img src="/images/spacer.gif" width="83" height="139" alt=""></td>');
document.write('<td width=182>');
document.write('<a href="/index.html?menuselected=consumer"><img src="/images/consumer_selected.gif" width="179" height="24" alt="" border="0"></a></td>');
document.write('<td width=177>');
document.write('<a href="/foretag.htm?menuselected=company"><img src="/images/company_unselected.gif" width="160" height="24" alt="" border="0"></a></td>');
document.write('<td width=157>');
document.write('<img src="/images/spacer.gif" width="177" height="24" alt=""></td>');
document.write('<td width=74>');
document.write('<a href="/login_se.html"><img src="/images/SatSafe_Home_09.jpg" width="74" height="24" alt="" border="0"></a></td>');
document.write('</tr>');
}
