<!-- Begin POP-UP SIZES AND OPTIONS CODE

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS

var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage_1		= "no"		// SHOW THE 1st SIDEBAR IMAGE
var showimage_2		= "no"		// SHOW THE 2nd SIDEBAR IMAGE
var bordercolor		= "4c6071"	// SCROLLER AND IMAGE BORDER COLOR
var showflags 		= "yes"
var showbox 		= "no"

var showdate	= "yes"		// SHOW THE DATE ON THE PAGE
var dateLR		= "left"	// DATE LEFT OR RIGHT
var dateX		= "8"		// DATE X LOCATION
var dateY		= "146"		// DATE Y LOCATION

var showsearch	= "no"		// SHOW THE SEARCH FORM
var searchLR	= "left"	// SEARCH FORM LEFT OR RIGHT
var searchX		= "7"		// SEARCH FORM X LOCATION
var searchY		= "163"		// SEARCH FORM Y LOCATION
var searchwidth	= "160"		// WIDTH OF THE SEARCH FORM
var searchtext	= ""	    // TEXT ABOVE SEARCH FORM


if (showflags == "yes") {
	document.write('<div id="search" style="'+searchLR+': '+searchX+'px; POSITION: absolute; TOP: '+searchY+'px; width: auto; z-index: 1;">')
	document.write('<TABLE cellpadding="0" cellspacing="2" border="0" width="'+searchwidth+'"><tr><td colspan="2" class="sidebartext">')
	document.write('</td></tr><tr><td align="left">')
	
	document.write(	'	<td width="85"><a href="../de/index.htm"> ')
	document.write(	'	<img border="0" src="../aw/picts/flag_de_on.gif" alt="Auf Deutsch" ></td>')	
	
	document.write(	'	<td width="85"><a href="../nl/index.htm"> ')
	document.write(	'	<img border="0" src="../aw/picts/flag_nl.gif" alt="Auf Niederländisch" ></a></td>')
	
	document.write(	'	<td width="85"><a href="http://www.mullersohne.com/no/index.htm"> ')
	document.write(	'	<img border="0" src="../aw/picts/flag_no.gif" alt="Auf Norwegisch" ></a></td>')
	
	document.write(	'	<td width="85"><a href="http://www.muellersohne.se"> ')
	document.write(	'	<img border="0" src="../aw/picts/flag_se.gif" alt="Auf Schwedisch" ></a></td>')
	
	document.write(	'	<td width="85"><a href="http://www.muellersoehne.dk"> ')
	document.write(	'	<img border="0" src="../aw/picts/flag_dk.gif" alt="Auf Dänisch " ></a></td>')
	
	document.write(	'	<td width="85"><a href="../en/index.htm"> ')
	document.write(	'	<img border="0" src="../aw/picts/flag_en.gif" alt="Auf Englisch" ></td>')
	
	document.write('</td></tr><tr><td align="left">')

	document.write(	'	<td width="85"></td> ')
	document.write(	'	<td width="85"></td> ')
	document.write(	'	<td width="85"></td> ')
	document.write(	'	<td width="85"></td> ')
	document.write(	'	<td width="85"></td> ')

	document.write(	'	<td width="85"><a href="../en/index_fi.htm"> ')
	document.write(	'	<img border="0" src="../aw/picts/flag_fi.gif" alt="Auf Finnish/Englisch" ></td>')	

	document.write('</td></tr></table>')
	document.write('</div>')
}

if (paragraph_1 == "yes") {
/* ProSieben on their site
	document.write('<span class="sidebartitle"><br>ProSieben<br>')
	document.write('</span><span class="sidebartext" align="left" >')
 	document.write('<a href=javascript:popcontact815L("http://www.prosieben.de/wissen/multimedia/videos/videoplayer/44033") title="Sehen Sie sich das Galileo Video hier." class="textlink"><font color="#990000"><b>Glasaugen sind kleine Kunstwerke –</font></b><br>')
	document.write('– jedes von ihnen wird von einem Okularisten in Handarbeit gefertigt. Schauen Sie den Beitrag über uns bei Galileo.</a>') 
*/
	
	/* ProSieben on our site */
	document.write('<span class="sidebartitle"><br>ProSieben<br>')
	document.write('</span><span class="sidebartext" align="left" >')
 	document.write('<a href=javascript:popcontactVideo("p_galileo.htm") title="Sehen Sie sich das Galileo Video hier." class="textlink"><font color="#990000"><b>Glasaugen sind kleine Kunstwerke –</font></b><br>')
	document.write('– jedes von ihnen wird von einem Okularisten in Handarbeit gefertigt. Schauen Sie den Beitrag über uns bei Galileo.</a>') 
		
}


/* Sizebuttons End 

absolute 
Generates an absolutely positioned element, positioned relative to the first parent element that has a
 position other than static. 
 The element's position is specified with the "left", "top", "right", and "bottom" properties 
 
fixed 
Generates an absolutely positioned element, positioned relative to the browser window. 
The element's position is specified with the "left", "top", "right", and "bottom" properties 

relative 
Generates a relatively positioned element, positioned relative to its normal position, so "left:20" 
adds 20 pixels to the element's LEFT position 

static Default. 
No position, the element occurs in the normal flow (ignores any top, bottom, left, right, or z-index declarations) 
inherit Specifies that the value of the position property should be inherited from the parent element 

*/


if (showbox == "yes") {
	/* Hilfsmiddel review */
/*	document.write('<div id="myGallery" style="left: 875px; POSITION: absolute; TOP: 325px">')*/
	document.write('<div id="myGallery" style="POSITION: relative; left: 0; top:20">')

	document.write('<div class="imageElement"><h3></h3><p></p><a href="m_products_home" title="Hilfsmittel" class="open"></a><img src="../aw/product_review/Hilfsmittel.png" class="full" /></div>');
	document.write('<div class="imageElement"><h3></h3><p></p><a href="m_products_conformer.htm" title="Conformer nach Prof. Neubauer" class="open"></a><img src="../aw/product_review/Image_0035.png" class="full" /></div>');
	document.write('<div class="imageElement"><h3></h3><p></p><a href="m_products_home" title="Hilfsmittel" class="open"></a><img src="../aw/product_review/Hilfsmittel.png" class="full" /></div>');
	document.write('<div class="imageElement"><h3></h3><p></p><a href="m_products_kontaktschalen.htm" title="Kontaktschalen" class="open"></a><img src="../aw/product_review/Image_0083.png" class="full" /></div>');
	document.write('<div class="imageElement"><h3></h3><p></p><a href="m_products_home" title="Hilfsmiddel" class="open"></a><img src="../aw/product_review/Hilfsmittel.png" class="full" /></div>');
	document.write('<div class="imageElement"><h3></h3><p></p><a href="m_products_symblepharonschalen.htm" title="Symblepharonschalen" class="open"></a><img src="../aw/product_review/Image_0168.png" class="full" /></div>');
	document.write('<div class="imageElement"><h3></h3><p></p><a href="m_products_home" title="Hilfsmittel" class="open"></a><img src="../aw/product_review/Hilfsmittel.png" class="full" /></div>');
	document.write('<div class="imageElement"><h3></h3><p></p><a href="m_products_abdeckschalen.htm" title="Abdechschalen" class="open"></a><img src="../aw/product_review/Image_0194.png" class="full" /></div>');
	document.write('<div class="imageElement"><h3></h3><p></p><a href="m_products_home" title="Hilfsmittel" class="open"></a><img src="../aw/product_review/Hilfsmittel.png" class="full" /></div>');
	document.write('<div class="imageElement"><h3></h3><p></p><a href="m_products_interimbricket.htm" title="Interimsprothesen (Brikett)" class="open"></a><img src="../aw/product_review/Image_0153.png" class="full" /></div>');
	document.write('<div class="imageElement"><h3></h3><p></p><a href="m_products_home" title="Hilfsmittel" class="open"></a><img src="../aw/product_review/Hilfsmittel.png" class="full" /></div>');
	document.write('<div class="imageElement"><h3></h3><p></p><a href="m_products_interimloch.htm" title="Interimsprothesen (Loch)" class="open"></a><img src="../aw/product_review/Image_0048.png" class="full" /></div>');
	document.write('<div class="imageElement"><h3></h3><p></p><a href="m_products_home" title="Hilfsmittel" class="open"></a><img src="../aw/product_review/Hilfsmittel.png" class="full" /></div>');
	document.write('<div class="imageElement"><h3></h3><p></p><a href="m_products_zylinder.htm" title="Plexiglas-Zylinder für Ultraschalldiagnostik" class="open"></a><img src="../aw/product_review/Image_0186.png" class="full" /></div>');
	document.write('<div class="imageElement"><h3></h3><p></p><a href="m_products_home" title="EG-konformität" class="open"></a><img src="../aw/product_review/EG-konformitat.png" class="full" /></div>');
	document.write('<div class="imageElement"><h3></h3><p></p><a href="m_products_home" title="EG-konformität" class="open"></a><img src="../aw/product_review/EG-konformitat.png" class="full" /></div>');
	document.write('</div>');
}

if (showbox == "xxx") {
	/* ProSieben on our site */
	document.write('<br><span class="sidebartitle"><br>Hilfsmittel<br>')
	document.write('</span><span class="sidebartext" align="left" >')
 	document.write('<a href="m_products_home.htm" title="Sehen Sie sich das Galileo Video hier." class="textlink"><font color="#990000"><b>für Diagnose und Therapie</font></b><br>')
	document.write('Spezialanfertigungen rund um das Auge. Diagnose und postoperative Behandlung.</a>') 
}

/* Wiesbadener Tagblatt - Outdated
if (paragraph_1 == "yes") {

	document.write('<span class="sidebartitle"><br><br>Wiesbadener Tagblatt<br>')
	document.write('</span><span class="sidebartext" align="left">')
	document.write('<a href=javascript:popcontact800("http://www.wiesbadener-tagblatt.de/region/serie/industriekultur/objekt.php3?artikel_id=986610") title="Lesen Sie den Artikel hier." class="textlink"><font color="#990000"><b>Glasaugen aus Wiesbaden sind in aller Welt</b></font><br>„Institut für künstliche Augen“ in der Taunusstraße ist in der fünften Generation in Familienhand.</a>') 

}
*/


	document.write('<span class="sidebartitle"><br><br>Sichere Chemiearbeit<br>')
	document.write('</span><span class="sidebartext" align="left" >')
 	document.write('<a href=javascript:popcontact800("../aw/pdf/SichereChemierbeit.pdf") title="Lesen Sie den Artikel hier." class="textlink"><font color="#990000"><b>Damit das Aussehen nicht leidet</font></b><br>')
	document.write('Wenn das Augenlicht verloren ist: Glasbläserkunst hilft Augenpatienten.</a>') 

	document.write('<span class="sidebartitle"><br><br>Rhein Main Markt<br>')
	document.write('</span><span class="sidebartext" align="left" >')
 	document.write('<a href=javascript:popcontact800("../aw/pdf/RheinMainMarkt.pdf") title="Lesen Sie den Artikel hier." class="textlink"><font color="#990000"><b>Auge um Auge so lebensecht wie möglich</font></b><br>')
	document.write('„Man kann mit diesem Beruf Menschen helfen, und zugleich ist es eine künstlerische Tätigkeit.“</a>') 


/* DOG */
document.write('<center><span class="sidebartext">')
document.write('<br><br><br>Mitglied der Deutschen<br>Ocularistischen Gesellschaft e.V.<br>')
document.write('</span><br>')
document.write('<IMG SRC="../aw/picts/DOGLogo.gif" border="0"><br>')

/* Sizebuttons Start */
document.write('<div id="size-location" style="left: 680px; POSITION: absolute; TOP: 124px">');
document.write('<span class=\"date-font\"><nobr>');
document.write('<map name="fontSizer">');
document.write('<area coords="1,1,17,12" href="#" onclick="setTextUp();return false" />');
document.write('<area coords="21,1,36,12" href="#" onclick="setTextDown();return false" />');
document.write('</map>');
document.write('<img src="picts/sizebuttons.gif" alt="Klicken Sie auf + oder - um die Textgröße zu verändern." width="107" height="13" alt="" usemap="#fontSizer" style="border:0px;" /></td>');
document.write('<td valign="top" style="text-align:right;"></td>');
document.write('</nobr></span>');
document.write('</div>');

/* AllWeb Hilfsmiddel review 
document.write('<div id="size-location" style="left: 12px; POSITION: absolute; TOP: 330px">');
document.write('<IFRAME name="I1" src="../aw/product_review/imageviewer.htm" width="152" height="152" frameborder="0" scrolling="no">');
document.write('</IFRAME>');
document.write('<a href=javascript:popcontact900("p_kontaktschalen.htm")>');
document.write('</div>');
*/

/*
document.write('<div id="size-location" style="left: 800px; POSITION: absolute; TOP: 147px">');
document.write('<a href="m_Augenmuller150.htm" alt="Der Augenmüller wird 150!">');
document.write('<img src="picts/Star30.png" alt=""  alt="" style="border:0px;" /></a></td>');
document.write('</div>');
*/

if (showdate == "yes") {

	document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
	var d=new Date()
	var weekday=new Array("Sonntag","Montag","Dinestag","Mittwoch","Donnerstag","Freitag","Samstag")
	var monthname=new Array("Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember")
	document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + ", ")
	document.write(d.getDate() + " ")
	document.write(monthname[d.getMonth()] + " ")
	document.write(d.getFullYear())
	document.write("</nobr></span>")
	document.write('</div>');
}

// -- END -->
