// JavaScript Document som definerer overskriften i slaegtsbogen paa /stamtavle/
//Copyright Erik Thau-Knudsen, 2004
var tabelstart = new String('<table width="545" cellpadding="0" cellspacing="0" summary="Header" style="border-width:0px;margin-right:auto; margin-left:auto;">');
var tabelfeltertop = new String('<tr style="border:0px none;"><td style="width:35px; height:17px; border:0px none;"><img src="av/ModernMenu2/mpmd_spc_headtopleft.gif" style="width:35px; height:17px; border:0px none;" alt="Rammeelement: head top left" /></td><td style="width:475px; height:17px; border:0px none;"><img src="av/ModernMenu2/mpmd_spc_headtopctr.gif" style="width:475px; height:17px; border:0px none;" alt="Rammeelement" /></td><td style="width:35px; height:17px; border:0px none;"><img src="av/ModernMenu2/mpmd_spc_headtopright.gif" width="35" height="17" style="border:0px none;" alt="Rammeelement" /></td></tr>');
var tabelfeltermidtevenstre = new String('<tr style="border:0px none;"><td style="width:35px; height:34px;border:0;"><img src="av/ModernMenu2/mpmd_spc_headmidleft.gif" style="width:35px; height:34px; border:0px none;" alt="Rammeelement" /></td><td style="width:475px; height:34px; border:0px none; background-image: url(av/ModernMenu2/mpmd_pat_headerbg.gif); text-align:center;"><h1>');
var tabelfeltermidtehoejre = new String('</h1></td><td style="width:35px; height:34px;border:0;"><img src="av/ModernMenu2/mpmd_spc_headmidright.gif" style="width:35px; height:34px; border:0px none;" alt="Rammeelement: head mid right" /></td></tr>');
var tabelfelterbund = new String('<tr style="border:0px none;"><td style="width:35px; height:19px;border:0;"><img src="av/ModernMenu2/mpmd_spc_headbotleft.gif" style="width:35px; height:19px; border:0px none;" alt="Rammeelement: Header bottom left" /></td><td style="width:475px; height:19px; border:0px none;"><img src="av/ModernMenu2/mpmd_spc_headbotctr.gif" style="width:475px; height:19px; border:0px none;" alt="Rammeelement: header bottom center" /></td><td style="width:35px; height:19px; border:0px none;"><img src="av/ModernMenu2/mpmd_spc_headbotright.gif" style="width:35px; height:19px; border:0px none;" alt="Rammeelement: header bottom right" /></td></tr></table>');
document.write(tabelstart + tabelfeltertop + tabelfeltermidtevenstre + document.title + tabelfeltermidtehoejre + tabelfelterbund);

