// JavaScript Document
function writeHeader(){
	document.write('\
		<div id="kodakHeader" style="margin-left:75px;">\
		<div id="headerTop">\
			<a href="http://www.kodak.com" class="logo"></a>\
			<div class="topHeadDiv">\
				<ul class="menu">\
					<li class="noTab"><span class="allProds">Alle Kodak Produkte und Services</span>\
						<ul class="noTab">\
							<li><a href="http://www.kodak.com/eknec/PageQuerier.jhtml?pq-path=2608&pq-locale=de_DE">Aerial &amp; Industrial Markets</a></li>\
							<li><a href="http://graphics.kodak.com/docimaging/DE/de/Business_Services/index.htm">Business Services &amp; Support</a></li>\
              				<li><a href="http://www.kodak.com/eknec/PageQuerier.jhtml?pq-path=1473&pq-locale=de_DE">Displays</a></li>\
							<li><a href="http://graphics.kodak.com/docimaging/DE/de/index.htm">Document Imaging</a></li>\
              				<li><a href="http://www.kodak.com/global/de/business/retailPhoto/index.jhtml?pq-path=11923">Einzelhändler und Fotobearbeitung</a></li>\
              				<li><a href="http://www.kodak.com/global/en/business/EIS/index.jhtml?pq-path=12787">Event Imaging Solutions</a></li>\
              				<li><a href="http://motion.kodak.com/DE/de/motion/index.htm">Film und Fernsehen</a></li>\
							<li><a href="http://www.eastmangelatine.com">Gelatin Products</a></li>\
             				<li><a href="http://graphics.kodak.com/">Graphic Communications</a></li>\
							<li><a href="http://www.kodak.com/global/en/business/ISS/index.jhtml?pq-path=11937">Image Sensor Solutions</a></li>\
              				<li><a href="/store/ekconseu/de_DE/home">Kundenprodukte</a></li>\
							<li><a href="http://www.kodak.com/global/de/professional/features/featuresIndex.jhtml?pq-path=522">Profi-Fotografen/-Labors</a></li>\
						</ul>\
					</li>\
				</ul>\
			</div>\
			<div class="topHeadDiv chooseLang">Deutschland [ <a href="http://www.kodak.com/eknec/PageQuerier.jhtml?pq-path=204&pq-locale=de_DE&successURI=/eknec/PageQuerier.jhtml?pq-path=6868">change</a> ]</div>\
		</div>\
		<div id="headerMid">\
			<a href="/store/ekconseu/de_DE/home" class="consumer_de"></a>\
		</div>\
		');
	}
	this.writeHeader();