			m1a = new Image; m1a.src="images/fane1.jpg"
			m1b = new Image; m1b.src="images/fane1b.jpg"
			m2a = new Image; m2a.src="images/fane2.jpg"
			m2b = new Image; m2b.src="images/fane2b.jpg"
			m3a = new Image; m3a.src="images/fane3.jpg"
			m3b = new Image; m3b.src="images/fane3b.jpg"
			m4a = new Image; m4a.src="images/fane4.jpg"
			m4b = new Image; m4b.src="images/fane4b.jpg"

			function menu_on(id,n) {
				id.style.cursor='hand'
				id.src=eval("m"+n+"b.src")
			}
			function menu_off(id,n) {
				id.src=eval("m"+n+"a.src")
			}
			function menu_valg(fil) {
				location.href=fil+".html"
			}

			function kantON(id) { id.style.borderColor='black'; } 
			function kantOUT(id) { id.style.borderColor='#CFF'; } 


design =
'				<div>'+
'					<img src="images/banner.jpg" border="0" width="900" height="50" alt="" />'+
'				</div>'+
'				<div class="bund">'+
'					<img src="images/bund.jpg" border="0" width="900" height="25" alt="" />'+
'				</div>'+
'				<div class="bundtekst">'+
'GYLDENDAL &bull; KLAREBODERNE 3 &bull; 1001 KØBENHAVN K &bull; TLF. 33755560 &bull; <a href="mailto:information@gyldendal.dk" target="_blank">information@gyldendal.dk</a> &bull; <a href="http://www.gyldendal-uddannelse.dk/" target="_blank">www.gyldendal-uddannelse.dk</a>'+
'				</div>'+
'				<div class="rammestreg-v">'+
'					<img src="images/rammestreg.jpg" border="0" width="3" height="505" alt="" />'+
'				</div>'+
'				<div class="rammestreg-h">'+
'					<img src="images/rammestreg.jpg" border="0" width="3" height="505" alt="" />'+
'				</div>'+
'				<div class="faner">'+
'<img src="images/fane1.jpg" border="0" width="138" height="25" onmouseover="menu_on(this,1)" onmouseout="menu_off(this,1)" onclick=menu_valg("index") alt="" /><img src="images/fane2.jpg" border="0" width="135" height="25" onmouseover="menu_on(this,2)" onmouseout="menu_off(this,2)" onclick=menu_valg("velkommen") alt="" /><img src="images/fane3.jpg" border="0" width="135" height="25" onmouseover="menu_on(this,3)" onmouseout="menu_off(this,3)" onclick=menu_valg("saadan") alt="" /><img src="images/fane4.jpg" border="0" width="135" height="25" onmouseover="menu_on(this,4)" onmouseout="menu_off(this,4)" onclick=menu_valg("titel") alt="" /><img src="images/rammestreg.jpg" border="0" width="354" height="24" alt="" />'+
'				</div>'
document.write(design);

