//Header table, Danish

document.write('\
<table class="header_table" cellspacing="0" border="0">\
  <tr>\
    <td class="lhcell">\
    <img src="../images/common/flag_da.gif" alt="Dansk" />\
    </td>\
    <td class="mhcell">\
    <a class="icon" href="index_da.htm">\
    <img src="../images/common/logo_da.gif" alt="Dansk Logo" title="Forsiden"/></a>\
    </td>\
    <td class="rhcell">\
    <!--LOGO-->\
    </td>\
  </tr>\
</table>\
<!-- body table -->\
<table class="body_table" cellspacing="0" border="0">\
  <tr>\
    <td class="lbcell">')

//Language and style with drop down menus side by side

document.write('<div id="langStyleSelect"></div>')
function changeLanguage(xx) {document.location = '../pages_' + xx + '/' + prefix + xx + '.' + extens}
function showActualLang(zz) {if (suffix == zz) {yy = 'selected="selected"';} else {yy = '';} return yy;}
function showActualStyle(ss) {if (title == ss) {yy = 'selected="selected"';} else {yy = '';} return yy;}
kode = '<form action="">';
kode +='<select id="langList" style="width: 94px; margin-right: 10px" onchange="changeLanguage(value)">';
kode +='<option value="en"' + showActualLang('en') + '>English</option>';
kode +='<option value="da"' + showActualLang('da') + '>Dansk</option>';
kode +='</select>';
kode +='<select id="styleList" style="width: 94px" onchange="setActiveStyleSheet(value); return false;">';
kode +='<option value="s1"' + showActualStyle('s1') + '>Gul</option>';
kode +='<option value="s2"' + showActualStyle('s2') + '>Blå</option>';
kode +='<option value="s3"' + showActualStyle('s3') + '>Grå</option>';
kode +='<option value="s4"' + showActualStyle('s4') + '>Sort</option>';
kode +='</select>';
kode +='</form>';
element = document.getElementById("langStyleSelect");
element.innerHTML = kode;

//Google search on this site

document.write('\
<form method="get" action="http://www.google.com/search">\
  <input type="hidden" name="ie" value="utf-8"/>\
  <input type="hidden" name="oe" value="utf-8"/>\
  <input type="text" name="q" size="18" maxlength="255" value=""/>\
  <input type="submit" name="btng" value="S&oslash;g" style="width: 60px"/>\
  <input type="hidden" name="domains" value="www.ssweb.dk/pages_da/"/><br/>\
  <input type="radio" name="sitesearch" value=""/> WWW \
  <input type="radio" name="sitesearch" value="www.ssweb.dk/pages_da/" checked="checked"/> Disse sider <br/>\
</form>')


/*Yahoo! Search on this site

document.write('\
<form method=get action="http://search.yahoo.com/search">\
<input type="text" name="p" size="18" maxlength="255" value=""/>\
<input type="hidden" name="fr" value="yscpb"> \
<input type="submit" value="S&oslash;g" style="width: 60px"><br>\
<input type="radio" name="vs" value="" id="ysvs0" style="vertical-align: middle">\
<label for=ysvs0> WWW </label>\
<input type="radio" name="vs" id="ysvs1" style="vertical-align: middle" value="www.ssweb.dk/" checked="checked" >\
<label for=ysvs1> Disse sider </label>\
</form>')
*/

//Main menu, Danish

document.write('\
<h4>Indhold:</h4>\
<ul>\
<li><a class="menu" href="index_da.htm">Forsiden</a></li>\
<li><a class="menu" href="sitemap_da.htm">Oversigt</a></li>\
<li><a class="menu" href="bikes_da.htm">Motorcykler</a></li>\
<li><a class="menu" href="diving_da.htm">Dykning</a></li>\
<li><a class="menu" href="travels_da.htm">Rejser</a></li>\
<li><a class="menu" href="photo_da.htm">Fotografering</a></li>\
<li><a class="menu" href="webdesign_da.htm">WEB design</a></li>\
<li><a class="menu" href="denmark_da.htm">Livet i Danmark</a></li>\
<li><a class="menu" href="personal_da.htm">Personlige data</a></li>\
<li><a class="menu" href="guestbook_da.php">G&aelig;stebog</a></li>\
<li><a class="menu" href="sale_da.htm">Til salg</a></li>\
<li><a class="menu" href="back_da.htm">Bagsiden</a></li>\
</ul>')

document.write('\
<h4>G&aelig;stebog:</h4>\
<div style="position:relative; left:30px"><a class="icon" href="guestbook_da.php">\
<img src="../images/common/book.gif" alt="Bog" title="G&aelig;stebog"></a></div>')

/*
document.write('<br/><br/>\
<div style="position:relative; left:15px">\
<img src="../images/common/christmas//candles_1.gif" alt="Lys" title="Lys" width="160px"/></div>')
*/

document.write('\
    </td>\
    <td class="mbcell">')

