window.onload=show;
function show(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}

document.write('<table width="0" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#ffffff">');
document.write('<tr><td>');
document.write('<table width="0" border="0" cellspacing="0" cellpadding="0" align="center">');
document.write('<tr><td>');
document.write('<img src="/images/layout/nav_logo.png" width="710" height="54" alt="">');
document.write('</td>');
document.write('</tr></table>');
document.write('<table  height="85px"width="0" border="0" cellspacing="0" cellpadding="0" align="center">');
document.write('<tr><td>');
document.write('<img src="/images/layout/spacer.png" width="188" height="1" alt="">');
document.write('</td><td valign="top">');
document.write('<a href="/index.html"><img src="/images/layout/nav_home.png" alt="" border="0"></a>');
document.write('</td><td valign="top">');
// Children Menu//* 
document.write('<dl>');
document.write('<dt onmouseover="javascript:show(\'smenu1\');">');
document.write('<a href="/children.html"><img src="/images/layout/nav_child.png" alt="" border="0"></a>');
document.write('</dt>');
document.write('<dd id="smenu1" onmouseover="javascript:show(\'smenu1\');" onmouseout="javascript:show();">');
document.write('<ul>');
document.write('<li><a href="/children_sweden.html">Sweden</a></li>');
document.write('<li><a href="/children_viking.html">Viking</a></li>');
document.write('<li><a href="/children_norway.html">Norway</a></li>');
document.write('</ul></dd></dl>');
document.write('</td><td valign="top">');
// Viking Menu//* 
document.write('<dl>');
document.write('<dt onmouseover="javascript:show(\'smenu2\');">');
document.write('<a href="/viking.html"><img src="/images/layout/nav_vik.png"  alt="" border="0"></a>');
document.write('</dt>');
document.write('<dd id="smenu2" onmouseover="javascript:show(\'smenu2\');" onmouseout="javascript:show();">');
document.write('<ul>');
document.write('<li><a href="/viking_ladies.html">Ladies</a></li>');
document.write('<li><a href="/viking_mens.html">Men</a></li>');
document.write('<li><a href="/children_viking.html">Children</a></li>');
document.write('</ul></dd></dl>');
document.write('</td><td valign="top">');
// Sweden Menu//* 
document.write('<dl>');
document.write('<dt onmouseover="javascript:show(\'smenu3\');">');
document.write('<a href="/sweden.html"><img src="/images/layout/nav_swed.png"  alt="" border="0"></a>');
document.write('</dt>');
document.write('<dd id="smenu3" onmouseover="javascript:show(\'smenu3\');" onmouseout="javascript:show();">');
document.write('<ul>');
document.write('<li><a href="/sweden_ladies.html">Ladies</a></li>');
document.write('<li><a href="/sweden_mens.html">Men</a></li>');
document.write('<li><a href="/children_sweden.html">Children</a></li>');
document.write('</ul></dd></dl>');
document.write('</td><td valign="top">');
// Norway Menu//* 
document.write('<dl>');
document.write('<dt onmouseover="javascript:show(\'smenu4\');">');
document.write('<a href="/norway.html"><img src="/images/layout/nav_nor.png"  alt="" border="0"></a>');
document.write('</dt>');
document.write('<dd id="smenu4" onmouseover="javascript:show(\'smenu4\');" onmouseout="javascript:show();">');
document.write('<ul>');
document.write('<li><a href="/norway_ladies.html">Ladies</a></li>');
document.write('<li><a href="/norway_mens.html">Men</a></li>');
document.write('<li><a href="/children_norway.html">Children</a></li>');
document.write('</ul></dd></dl>');
//Denmark Menu//*
document.write('</td><td valign="top">');
document.write('<a href="/denmark.html"><img src="/images/layout/nav_den.png" alt=""border="0"></a>');
document.write('</td><td valign="top">');
document.write('<a href="/finland.html"><img src="/images/layout/nav_fin.png" alt=""border="0"></a>');
document.write('</td><td valign="top">');
document.write('<a href="/order.html"><img src="/images/layout/nav_to.png" alt=""border="0"></a>');
document.write('</td></tr></table>');
