function WriteFooterD(){
	document.writeln("<SPAN STYLE='FONT-WEIGHT: normal; FONT-SIZE: 8pt; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-VARIANT: normal'>");
	document.writeln("<DIV ALIGN='center'>");
	document.writeln("| <A href='index.html'>Home</A> ");
	document.writeln("| <A href='story_d.html'>Story</A>  ");
	document.writeln("| <A href='faq_d.html'>FAQ</A>  ");
	document.writeln("| <A href='images_d.html'>Bilder</A>  ");
	document.writeln("| <A href='press_d.html'>Presse</A> ");
	document.writeln("| <A href='contact_d.html'>Kontakt</A> ");
	document.writeln("| <A href='company_d.html'>Firma</A> ");
	document.writeln("| <A href='links_d.html'>Links</A> ");
	document.writeln("| <A href='buy_d.html'>Auryn Quest kaufen</A>  | ");
	document.writeln("</DIV>");
	document.writeln("<DIV ALIGN='center'>");
	document.writeln("Copyright © 2002 <A HREF='http://www.attaction.com/' target='main'>Attaction GmbH, discreet monsters</A>.");
	document.writeln("All rights reserved.</DIV></SPAN>");
	document.writeln(" ");

}  

function WriteHeaderD(){
	document.writeln("<table width='100%' border='0' cellspacing='0' cellpadding='0' height='80' bgcolor='#000000'>");
	document.writeln("<tr><td align='left' valign='center'><a href='main.html' target='main'>");
	document.writeln("<IMG SRC='img/LogoHead.jpg' ALIGN=left border=0></a></td>");
	document.writeln("<tr><td height='70' align='left' valign='center' background='img/header-bk.gif' class='logo'>");
	document.writeln("<IMG style='WIDTH: 935px; HEIGHT: 111px' height=121 alt='' src='img/loadingM2.jpg' width=1181 border=0></td></tr>");
	document.writeln("<tr><td height='20' align='left' valign='center' bgcolor='#000000'>| <A href='main.html'>Home</A> ");
	document.writeln("| <A href='story.html'>Story</A> ");
	document.writeln("| <A href='faq.html'>FAQ</A> | <A href='images.html'>Images</A> ");
	document.writeln("| <A href='press.html'>Press</A> | <A href='contact.html'>Contact</A> ");
	document.writeln("| <A href='company.html'>Company</A> | <A href='links.html'>Links</A> | <A href='buy.html'>Buy Auryn Quest</A> |");
	document.writeln("</td></tr>");
	document.writeln(" ");
	document.writeln("</table>");
}
