<!-- (c) Inanna -- header -->

function StartMultiLanguage ()
{
<!-- multilanguage tab -->

document.write ('<ul id="languages" class="shadetabs">');
document.write ('<li><a href="#" rel="NL" class="selected"><img src="img/dutch_flag.gif" alt="Nederlands"></a></li>');
document.write ('<li><a href="#" rel="EN"><img src="img/uk_flag.gif" alt="English"></a></li>');
document.write ('</ul>');

document.write ('<div style="border:0px; width:450px; margin-bottom: 1em; padding: 10px">');
}

function StartMultiLanguageThree ()
{
<!-- multilanguage tab -->

document.write ('<ul id="languages" class="shadetabs">');
document.write ('<li><a href="#" rel="NL" class="selected"><img src="img/dutch_flag.gif" alt="Nederlands"></a></li>');
document.write ('<li><a href="#" rel="EN"><img src="img/uk_flag.gif" alt="English"></a></li>');
document.write ('<li><a href="#" rel="FR"><img src="img/fr_flag.gif" alt="Français"></a></li>');
document.write ('</ul>');
document.write ('<div style="border:0px; width:450px; margin-bottom: 1em; padding: 10px">');
}

function FinishMultiLanguage ()
{
document.write ('</div>');
var langtab=new ddtabcontent("languages")
langtab.setpersist(true)
langtab.setselectedClassTarget("link") //"link" or "linkparent"
langtab.init()
}

function WritePhpAlbum(title, gall)
{ 
document.write ('<table width="500" border="0" cellspacing="0" cellpadding="0">');
document.write ('<tr>');
document.write ('<td width="50"><a href="fotoindex.php?path=./' + gall);
document.write ('"><img src="img/smileforthecam_icon.gif" alt="klik hier voor ' + title + '" border="0" width="50" height="50"></a></td>');
document.write ('<td width="10">&nbsp;</td>');
document.write ('<td width="440"><p>' + title + '</p></td>');
document.write ('</tr>');
document.write ('</table>');
};

function WriteAlbum(title, gall)
{ 
document.write ('<table width="500" border="0" cellspacing="0" cellpadding="0">');
document.write ('<tr>');
document.write ('<td width="50"><a href="album' + gall + '.htm');
<!-- document.write ("javascript:openAlbum('" + title + "', '" + gall + "')"); -->
document.write ('"><img src="img/smileforthecam_icon.gif" alt="klik hier voor ' + title + '" border="0" width="50" height="50"></a></td>');
document.write ('<td width="10">&nbsp;</td>');
document.write ('<td width="440"><p>' + title + '</p></td>');
document.write ('</tr>');
document.write ('</table>');
};


<!-- include tabcontents.js -->
document.write ('<script type="text/javascript" src="tabcontent.js"></script>');
<!-- include csshorizontalmenu.js -->
document.write ('<script type="text/javascript" src="csshorizontalmenu.js"></script>');


<!-- Main header -->

document.write ('<div align="center">');
document.write ('<center>');

document.write ('<table cellspacing="0" border="0" cellpadding="0" >');
document.write ('<tr width="735" height="149" border="0" cellspacing="0" cellpadding="0">');
document.write ('<td><img NAME="logomain" src="img/logo_main.jpg" width="735" height="149"></td></tr>');
document.write ('<tr width="735" height="5" border="0" cellspacing="0" cellpadding="0">');
document.write ('<td><img NAME="logoempty" src="img/leeg.gif" width="735" height="4"></td></tr>');
document.write ('<tr width="735" height="26" border="0" cellspacing="0" cellpadding="0">'); 


<!-- menu -->
document.write ('<td>');
document.write ('<DIV class="horizontalcssmenu">');
document.write ('<ul id="cssmenu1">');
document.write ('<li><a href="welkom.htm">Home</a></li>');
document.write ('<li><a href="JavaScript:void(0);">Of Inannas</a>');
document.write ('<ul>');
document.write ('<li><a href="welkom.htm">Welcome</a></li>');
document.write ('<li><a href="nieuws.htm">News</a></li>');
document.write ('<li><a href="inanna.htm">Info</a></li>');
document.write ('<li><a href="pups.htm">Pups</a></li>');
document.write ('</ul>');
document.write ('</li>');
document.write ('<li><a href="JavaScript:void(0);">Our dogs</a>');
document.write ('<ul>');
document.write ('<li><a href="tiquetuque.htm">Tique Tuque</a></li>');
document.write ('<li><a href="tatum.htm">Tatum</a></li>');
document.write ('<li><a href="iris.htm">Iris</a></li>');
document.write ('<li><a href="puzzle.htm">Puzzle</a></li>');
document.write ('<li><a href="evita.htm">Evita</a></li>');
document.write ('<li><a href="inmemory.htm"><i>In memory</i></a></li>');
document.write ('</ul>');
document.write ('</li>');
document.write ('<li><a href="keuren.htm">Judging</a></li>');
document.write ('<li><a href="JavaScript:void(0);">More</a>');
document.write ('<ul>');
document.write ('<li><a href="contact.htm">Contact</a></li>');
document.write ('<li><a href="links.htm">Links</a></li>');
document.write ('<li><a href="contact.htm">Guestbook</a></li>');
document.write ('</ul>');
document.write ('</li>');
document.write ('</ul>');
document.write ('</div>');
document.write ('</td></tr>');
<!-- end menu -->

document.write ('<tr width="735" height="26" border="0" cellspacing="0" cellpadding="0">'); 
document.write ('<td><img NAME="logowater" src="img/logo_waterm.jpg" width="735" height="40"></td></tr></table>');

document.write ('<table id="maintbl" cellspacing="0" border="0" cellpadding="0" background="img/bg.jpg">');

document.write ('<td width="735" border="0" cellspacing="0" cellpadding="0" height="1000" align="center" valign="top">');
document.write ('<table border="0" cellspacing="0" cellpadding="0">');
document.write ('<tr valign="top">');
document.write ('<td width="117">&nbsp;');

document.write ('<div align="center"><img id="symbol" src="img/symb_Inanna-star.jpg" width="50" height="49" align="middle"></div>');
document.write ('</td>');

document.write ('<td width="500">');

<!-- end of header -->

