

if(!window.topoenr)topoenr=0
if(!window.toplinie)toplinie=""


function t_genoe(id,titel,link){
	var oe = "<td id=oetd"+id+" class="+((id==topoenr)?"tlsel":("oe"+id))+" align=center width=80 height=17><a id=oea"+id+" class="+((id==topoenr)?"tlsel":"tl")
	if(window.t_menuson){
		oe+=" onMouseOver=t_popop("+id+") onmouseout=t_ud() href='javascript:iknoget()' style='cursor:default'>"
	}else{
		oe+=" href='"+link+"/'>"
	}
	oe+="<img src=js-filer/dummy.gif width=80 height=2 border=0 alt=''><br>"+titel+"<br><img src=js-filer/dummy.gif width=80 height=3 border=0 alt=''></a></td>"
	return oe
}
function iknoget(){}
html="<span id=t_menudiv><table width=100% border=0 cellpadding=0 cellspacing=0><tr><td>"
html+="<table width=100% border=0 cellpadding=0 cellspacing=0><tr><td  align=center>"
html+="<table border=0 cellpadding=0 cellspacing=0><tr>"
html+="<td rowspan=2></td>";
html+="<td height=47 colspan=9><table width=720 border=0 cellspacing=0 cellpadding=0 align=center><tr align='left' valign='top'><td height='47' bgcolor='#000000'><a href='default.htm'><img src='images/logo.gif' width='200' height='47' border='0' alt='Gyrstinge VVS'></a></td><td height='47' bgcolor='#000000'><table width='519' border='0' cellspacing='0' cellpadding='0' height='47'><tr align='left' valign='bottom'><td colspan='2'><img src='images/top.gif' width='507' height='47'></td><td height='47' width='12'><img src='images/ild5.gif' width='11' height='47'></td></tr></table></td></tr></table></td>"

html+="</tr><tr>"
html+=t_genoe(1,"FORSIDE",'Forside')
html+=t_genoe(2,"NYHEDER",'Nyheder')
html+=t_genoe(3,"KEDLER/FYR",'Kedler/fyr')
html+=t_genoe(4,"TILBEH&Oslash;R",'Tilbeh&oslash;r')
html+=t_genoe(5,"SOLVARME",'Solvarme')
html+=t_genoe(6," &nbsp;&nbsp;&nbsp; VVS/BAD",'VVS og bad')
html+=t_genoe(7,"LINKS",'Links')
html+=t_genoe(8,"OM FIRMAET",'Om firmaet')
html+=t_genoe(9,"KONTAKT",'Kontakt')
html+="</tr></table></td></tr></table>"


html+="</td></tr></table></span>"

