
function header(verlag){
var bgcolor;

switch (verlag){

 case "mvs": 		bgcolor = '000066'; break;
 case "enke": 		bgcolor = 'ff6600'; break;
 case "haug": 		bgcolor = '009983'; break;
 case "hippokrates":	bgcolor = '7DC622'; break;
 case "parey": 		bgcolor = 'ffcc00'; break;
 case "sonntag": 	bgcolor = 'DF0029'; break;
 case "trias": 		bgcolor = '009983'; break;

}


var path = window.location.pathname;
var filename = path.replace(/(.*)\/([a-z_]+)\.html/,"$2");





	if (verlag =='mvs'){
	
	document.write('<table width="770" cellspacing="0" cellpadding="0" border="0">');
	document.write('<tr>');
	document.write('<td width=450 height=80>');
	document.write('<a href="/index.html"><img src="http://www.medizinverlage.de/images/kopf_links_'+verlag+'.jpg" width="450" height="80" border = 0></a>');
	document.write('</td>');
	document.write('<td width=217 height="35" background="http://www.medizinverlage.de//images/kopf_oben_'+verlag+'.jpg" align=right valign=top ><form name="seek1" method=GET accept-charset="iso-8859-2" action="http://search.thieme.de/query.html?la=de" style=padding:0px><input type=hidden name=charset value="iso-8859-2"><input type="hidden" name="la" value="de"><input type="hidden" name="style" value="mvs"><small><b>Schnellsuche:</b>&nbsp;</small><input type=text name=qt id="search" style="font-size: 10px; padding:0px; font-family: Verdana;" size="18"/></form></td>');
	document.write('<td><img src="http://www.medizinverlage.de//images/nebennavi_'+ verlag + '.jpg" alt="" width="103" height="80" border="0" ismap="" usemap="#nebennavi"/></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td colspan="3"><img src="/images/reiter_'+ verlag + '.jpg" alt="" width="770" height="22" border="0" ismap=""  usemap="#reiter"/></td>');
	document.write('</tr>');
	document.write('</table>');
	
	}
	
	else {

	document.write('<table width="770" cellspacing="0" cellpadding="0" border="0">');
	document.write('<tr>');
	document.write('<td width=400 height=80 rowspan=2>');
	document.write('<a href="/html/'+verlag+'/index.html"><img src="/images/kopf_links_'+verlag+'.jpg" width="400" height="80" border = 0></a>');
	document.write('</td>');
	document.write('<td width=267 height="45" background="/images/kopf_oben_'+verlag+'.jpg" align=right valign=top ><form name="seek1" method=GET accept-charset="iso-8859-2" action="http://search.thieme.de/query.html?la=de" style=padding:0px><input type=hidden name=charset value="iso-8859-2"><input type="hidden" name="la" value="de"><input type="hidden" name="style" value="mvs"><small><b>Schnellsuche:</b>&nbsp;</small><input type=text name=qt id="search" style="font-size: 10px; padding:0px; font-family: Verdana;" size="18"/></form></td>');
	document.write('<td rowspan=2><img src="/images/nebennavi_'+ verlag + '.jpg" alt="" width="103" height="80" border="0" ismap="" usemap="#nebennavi"/></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td width=267 height="35"><a href="/index.html"><img src="/images/mvs_oben_'+verlag+'.jpg" border=0></a></td>');	
	document.write('</tr>');
	document.write('<tr>');	
	document.write('<td colspan="3"><img src="/images/reiter_'+ verlag + '.jpg" alt="" width="770" height="22" border="0" ismap=""  usemap="#reiter"/></td>');
	document.write('</tr>');
	document.write('</table>');

	}
	
	
	document.write('');
	document.write('');
	document.write('<table width="770" cellspacing="0" cellpadding="0" border="0">');
	document.write('<tr>');
	document.write('    <td width="150" valign=top class=druck>');
	document.write('    <!--NAVIGATION-->');
	document.write('     <table class="mainnav" width="150" border="0" cellspacing="0" cellpadding="0"  bgcolor="F1F1F1">');
	document.write('        <tr>');
	document.write('          <td></td>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td bgcolor="#' + bgcolor + '"></td>');
	document.write('          <td bgcolor="#' + bgcolor + '"></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td>&nbsp;<img src="/images/button_'+ verlag + '.gif" alt="" width="4" border="1"></td>');
	document.write('          <td>&nbsp;<b>Produkte</b></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td bgcolor="#' + bgcolor + '"></td>');
	document.write('          <td bgcolor="#' + bgcolor + '"></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	
	if (verlag != 'trias'){
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="/html/'+ verlag + '/fachbuch.html">Fachbücher</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	}
	
	if (verlag == 'trias') {
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="/html/trias/ratgeber.html">Ratgeber</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	}
	
	if (verlag == 'mvs') {
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="/html/mvs/ratgeber.html">Ratgeber</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	}	
	
	
	if (verlag != 'parey'){
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="/fz/'+ verlag + '.html">Zeitschriften</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	}
	// E-Books Anfang
		if (verlag == 'mvs')
	{
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="http://thieme.ciando.com/shop/index.cfm/fuseaction/shop/vlg/mvs/pub_id/" target="_blank">E-Books</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	}
	
			if (verlag == 'haug')
	{
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="http://thieme.ciando.com/shop/index.cfm/fuseaction/shop/vlg/haug/pub_id/332" target="_blank">E-Books</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	}
	
				if (verlag == 'hippokrates')
	{
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="http://thieme.ciando.com/shop/index.cfm/fuseaction/shop/vlg/hippokrates/pub_id/333" target="_blank">E-Books</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	}
	
					if (verlag == 'sonntag')
	{
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="http://thieme.ciando.com/shop/index.cfm/fuseaction/shop/vlg/sonntag/pub_id/334" target="_blank">E-Books</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	}
	
						if (verlag == 'enke')
	{
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="http://thieme.ciando.com/shop/index.cfm/fuseaction/shop/vlg/enke/pub_id/335" target="_blank">E-Books</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	}
	
							if (verlag == 'parey')
	{
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="http://thieme.ciando.com/shop/index.cfm/fuseaction/shop/vlg/parey/pub_id/336" target="_blank">E-Books</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	}
	
								if (verlag == 'trias')
	{
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="http://thieme.ciando.com/shop/index.cfm/fuseaction/shop/vlg/trias/pub_id/337" target="_blank">E-Books</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	}
//E-Books Ende
		
	
	document.write('        <tr>');
	document.write('          <td bgcolor="#' + bgcolor + '"></td>');
	document.write('          <td bgcolor="#' + bgcolor + '"></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td>&nbsp;<img src="/images/button_'+ verlag + '.gif" alt="" width="4" border="0"></td>');
	document.write('          <td>&nbsp;<b>Service</b></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td bgcolor="#' + bgcolor + '"></td>');
	document.write('          <td bgcolor="#' + bgcolor + '"></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="http://www.thieme.de/webshop/index.html">Gesamtkatalog/Webshop</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
			document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="/html/leserservice.html?'+verlag+'">Kontakt</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="/html/mediaservice.html">MVS Mediaservice</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');

		if (verlag == 'trias')  {
				document.write('<tr>');
	document.write(' <td>&nbsp;</td>');
	document.write('<td>&nbsp;<a class="nav" href="/html/trias/auftragsformulare.html">Auftragsformulare </a></td>');
	document.write('<td width="4" background="/images/'+ verlag +'.gif" alt="" border="0"></td>');
	document.write('</tr>');
	}

	
	if ((filename == 'mediaservice') || (filename == 'mediainformationen')|| (filename == 'mediaansprechpartner')|| (path == '/fz/index.html')){
			document.write('        <tr>');
		document.write('          <td>&nbsp;</td>');
		document.write('          <td>&nbsp;&nbsp;&nbsp;<a class="nav" href="/html/serviceticker.html">MVS Serviceticker</a></td>');
		document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	
		document.write('        <tr>');
		document.write('          <td>&nbsp;</td>');
		document.write('          <td>&nbsp;&nbsp;&nbsp;<a class="nav" href="/fz/index.html">Zeitschriften von A-Z</a></td>');
		document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
			document.write('        <tr>');
			document.write('          <td>&nbsp;</td>');
			document.write('          <td>&nbsp;&nbsp;&nbsp;<a class="nav" href="/html/mediainformationen.html">Mediadaten</a></td>');
			document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');

				document.write('        <tr>');
				document.write('          <td>&nbsp;</td>');
				document.write('          <td>&nbsp;&nbsp;&nbsp;<a class="nav" href="/html/mediaansprechpartner.html">Ansprechpartner</a></td>');
				document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	
	}
	



	
	
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="http://www.thieme.de/service/eingang_buchhandel.html" target="_blank">Buchhändler</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="http://www.thieme.de/autorenlounge/index.html" target="_blank">Autoren</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="http://www.thieme.de/presseservice/index.html" target="_blank">Presse</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	
	if (verlag != 'mvs')  {
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="/html/'+ verlag + '/links.html">Links</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	}
	
	if ((verlag != 'mvs') && (verlag != 'trias'))  {
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="/html/newsletter.html?'+verlag+'">Newsletter</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	}

	if (verlag == 'trias')  {
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="/html/trias/gesundheitscheck.html">Gesundheitscheck</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	}	
	
		if (verlag == 'trias')  {
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="/html/trias/podcast/index.html">Podcasts</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
		document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="/html/trias/newsletter.html">Newsletter</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	}	
	
	document.write('        <tr>');
	document.write('          <td bgcolor="#' + bgcolor + '"></td>');
	document.write('          <td bgcolor="#' + bgcolor + '"></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td>&nbsp;<img src="/images/button_'+ verlag + '.gif" alt="" width="4" border="0"></td>');
	document.write('          <td>&nbsp;<b>Veranstaltungen</b></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td bgcolor="#' + bgcolor + '"></td>');
	document.write('          <td bgcolor="#' + bgcolor + '"></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class=nav href="/html/veranstaltungen_km.html">Komplementärmedizin</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	
	if ((verlag != 'enke') && (verlag != 'parey'))  {
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class=nav href="/html/veranstaltung_ha.html">Hebammenarbeit</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	}

	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class=nav href="/html/veranstaltungen_tm.html">Tiermedizin</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td bgcolor="#' + bgcolor + '"></td>');
	document.write('          <td bgcolor="#' + bgcolor + '"></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td>&nbsp;<img src="/images/button_'+ verlag + '.gif" alt="" width="4" border="0"></td>');
	document.write('          <td>&nbsp;<b>Wir über uns</b></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td bgcolor="#' + bgcolor + '"></td>');
	document.write('          <td bgcolor="#' + bgcolor + '"></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="/html/'+ verlag + '/der_verlag.html">Der Verlag</A></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	
	
	if ((filename == 'der_verlag') || (filename == 'verlagsteam') || (path =='/html/anfahrt/index.html')){
	
		document.write('        <tr>');
		document.write('          <td>&nbsp;</td>');
		document.write('          <td>&nbsp;&nbsp;&nbsp;<a class="nav" href="/html/verlagsteam.html">Das Verlagsteam</a></td>');
		document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
			document.write('        <tr>');
			document.write('          <td>&nbsp;</td>');
			document.write('          <td>&nbsp;&nbsp;&nbsp;<a class="nav" href="/html/anfahrt/index.html">Ihr Weg zu uns</a></td>');
			document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');

				document.write('        <tr>');
				document.write('          <td>&nbsp;</td>');
				document.write('          <td>&nbsp;&nbsp;&nbsp;<a class="nav" href="http://www.thieme.de/jobs/index.html" target="_blank">Jobs</a></td>');
				document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	
	}	
	
	
	
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a class="nav" href="/html/verlagsgruppe.html">Thieme Verlagsgruppe</a></td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td width="4" background="/images/'+ verlag + '.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	

	document.write('        <tr>');
	document.write('          <td background="/images/schatten_unten.gif" height="6"></td>');
	document.write('          <td background="/images/schatten_unten.gif" height="6"></td>');
	document.write('          <td width="4" background="/images/schatten_ecke.gif"></td>');
	document.write('        </tr>');
	document.write('      </table>');
	document.write('    <!--ENDE NAVIGATION-->');
	document.write('        </td>');
	document.write('    ');
	document.write('    ');
	document.write('    <!---------INHALT------------------------->');
	document.write('    <td width="630" style=padding:20px>');
}


function fz_header(){
var path = window.location.pathname;

if (path.indexOf(".html") == -1)
	{
	path = path + "index.html";
	}
var filename = path.replace(/(.*)\/([a-z_]+)\.html/,"$2");

if (path =='/fz/show_pdf.phpindex.html')
//'fz/show_pdf.phpindex.html' is' schon korrekt wg. iframe
	{
	var aus_search = window.location.search;
	var which_fz = aus_search.substring(9,aus_search.length);
	}
else 
	{
	var which_fz = path.replace(/\/fz\/(........)\/([a-z_]+)\.html/,"$1");
	
	
	//THIEME-CONNECT LINKS
	var tc_path = "http://www.thieme-connect.de/ejournals/"
	var fz_dir="";
	switch (which_fz)
		{
		case "01757881": fz_dir = "ahz"; break;
		case "16130863": fz_dir = "bug"; break;
		case "16105044": fz_dir = "do"; break;
		case "16175891": fz_dir = "dzo"; break;
		case "14391635": fz_dir = "eum"; break;
		case "00140082": fz_dir = "ehk"; break;
		case "09328122": fz_dir = "hebamme"; break;
		case "10192050": fz_dir = "HL"; break;
		case "10192051": fz_dir = "HL"; break;
		case "09350853": fz_dir = "zkh"; break;
		case "14349132": fz_dir = "kleintier"; break;
		case "0722348x": fz_dir = "phyto"; break;
		case "18622267": fz_dir = "dhz"; break;
		case "16115562": fz_dir = "OM";break;
		case "09397868": fz_dir = "zgtm";break;
		case "16148754": fz_dir = "tahkk"; break;
		case "18603203": fz_dir = "ps"; break;
		case "18681948": fz_dir = "ts"; break;
		case "09408711": fz_dir = "vs"; break;
		case "18676081": fz_dir = "zkm"; break;
		}
	var tc_button_link = tc_path;
	var tc_toc_link = tc_button_link + "toc/" +fz_dir;
	var sample_issue_link = tc_path + "sampleIssue/" +fz_dir;
	}




	document.write('<table width="770" cellspacing="0" cellpadding="0" border="0">');
	document.write('<tr>');
	document.write('<td width=450 height=80>');
	document.write('<a href="/index.html"><img src="/images/kopf_links_mvs.jpg" width="450" height="80" border = 0></a>');
	document.write('</td>');
	document.write('<td width=217 height="35" background="/images/kopf_oben_mvs.jpg" align=right valign=top ><form name="seek1" method=GET accept-charset="iso-8859-2" action="http://search.thieme.de/query.html?la=de" style=padding:0px><input type=hidden name=charset value="iso-8859-2"><input type="hidden" name="la" value="de"><input type="hidden" name="style" value="mvs"><small><b>Schnellsuche:</b>&nbsp;</small><input type=text name=qt id="search" style="font-size: 10px; padding:0px; font-family: Verdana;" size="18"/></form></td>');
	document.write('<td><img src="/images/nebennavi_mvs.jpg" alt="" width="103" height="80" border="0" ismap="" usemap="#nebennavi"/></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td colspan="3"><img src="/images/reiter_mvs.jpg" alt="" width="770" height="22" border="0" ismap=""  usemap="#reiter"/></td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('');
	document.write('');
	document.write('<table width="770" cellspacing="0" cellpadding="0" border="0">');
	document.write('<tr>');
	document.write('    <td width="150" class=druck>');
	document.write('    <!--NAVIGATION-->');
	document.write('<table class="mainnav" width="150" border="0" cellspacing="0" cellpadding="0"  bgcolor="F1F1F1">');
	document.write('        <tr>');
	document.write('          <td></td>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td width="4" background="/images/mvs.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td bgcolor="#000066"></td>');
	document.write('          <td bgcolor="#000066"></td>');
	document.write('          <td width="4" background="/images/mvs.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<b>Zeitschriften</b></td>');
	document.write('          <td width="4" background="/images/mvs.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td bgcolor="#000066"></td>');
	document.write('          <td bgcolor="#000066"></td>');
	document.write('          <td width="4" background="/images/mvs.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	
	//ABO
	if (which_fz=='18620620' || which_fz=='07235070' || which_fz=='07216831 ' || which_fz=='18681948')
		{
	//KEIN Abo  bei "Diät und info" "signal" und "Paraplegiker"
	}
	else
		{
		document.write('        <tr>');
		document.write('          <td>&nbsp;</td>');
		document.write('          <td>&nbsp;<a target="_blank" href="https://www.thieme.de/fz/mvs/'+ which_fz +'.html" class="nav"><b>Abonnement</b></a></td>');
		document.write('          <td width="4" background="/images/mvs.gif" alt="" border="0"></td>');
		document.write('        </tr>');	
		
		}
		
	if (which_fz=='18620620' || which_fz=='07235070' || which_fz=='07216831' || which_fz=='18681948')
		{
		//KEIN Probeabo bei "Diät und info" "signal" und "Paraplegiker"
		}
	else
		{
		document.write('        <tr>');
		document.write('          <td>&nbsp;</td>');
		document.write('          <td>&nbsp;<a href="/fz/'+ which_fz +'/probeabo.html" class="nav"><b>Gratis-Test</b></a></td>');
		document.write('          <td width="4" background="/images/mvs.gif" alt="" border="0"></td>');
		document.write('        </tr>');
		}
	
	if (which_fz=='18622267') //"DHZ Fortbildungskalender"
		{
		document.write('        <tr>');
		document.write('          <td>&nbsp;</td>');
		document.write('          <td>&nbsp;<a href="/files/pdf/dhz_kalender.pdf" target="_blank" class="nav">Fortbildungskalender</a></td>');
		document.write('          <td width="4" background="/images/mvs.gif" alt="" border="0"></td>');
		document.write('        </tr>');
		}
		
	
	if (which_fz=='14349132')//Kleintierkonkret
		{
		document.write('        <tr>');
		document.write('          <td>&nbsp;</td>');
		document.write('          <td>&nbsp;<a href="/html/kk/archiv.html" class="nav">Archiv</a></td>');
		document.write('          <td width="4" background="/images/mvs.gif" alt="" border="0"></td>');
		document.write('        </tr>');
		}
		
			
	//MEDIADATEN
	//KEINE Mediadaten bei Patientenzeitschrift Akkupunktur  und "diät und info"
	if (which_fz=='00000001' || which_fz=='07235070')
		{
		//nada
		}
	else{
		document.write('        <tr>');
		document.write('          <td>&nbsp;</td>');
		document.write('          <td>&nbsp;<a href="/fz/show_pdf.php?referer='+which_fz+'" class="nav">Mediadaten</a></td>');
		document.write('          <td width="4" background="/images/mvs.gif" alt="" border="0"></td>');
		document.write('        </tr>');	
		}
		
	
	
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a href="/html/mediaservice.html" class="nav">MVS Mediaservice</a></td>');
	document.write('          <td width="4" background="/images/mvs.gif" alt="" border="0"></td>');
	document.write('        </tr>');	
		
	//AUTORENHINWEISE
	if (which_fz=='18620620') //"diät und info"
		{
		//nada
		}
	else
		{
		document.write('        <tr>');
		document.write('          <td>&nbsp;</td>');
		document.write('          <td>&nbsp;<a href="/fz/'+ which_fz +'/autorenhinweise.html" class="nav">Autorenhinweise</a></td>');
		document.write('          <td width="4" background="/images/mvs.gif" alt="" border="0"></td>');
		document.write('        </tr>');	
		}
	
	//HERAUSGEBER
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a href="/fz/'+ which_fz +'/herausgeber.html" class="nav">Herausgeber</a></td>');
	document.write('          <td width="4" background="/images/mvs.gif" alt="" border="0"></td>');
	document.write('        </tr>');

	
	//IMPRESSUM
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a href="/fz/'+ which_fz +'/impressum.html" class="nav">Impressum/Kontakt</a></td>');
	document.write('          <td width="4" background="/images/mvs.gif" alt="" border="0"></td>');
	document.write('        </tr>');	
	
	
	//Preis
if (which_fz=='09328122') //"HEBAMME"
	{
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a href="/fz/'+ which_fz +'/justina_siegemund_preis.html" class="nav">Justina-Siegemund-&nbsp;Preis</a></td>');
	document.write('          <td width="4" background="/images/mvs.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	}
	
	
	//FZ-ÜBERSICHT
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a href="/fz/index.html" class="nav">Zeitschriften-Übersicht</a></td>');
	document.write('          <td width="4" background="/images/mvs.gif" alt="" border="0"></td>');
	document.write('        </tr>');
		
	

	//HOME
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a href="/index.html" class="nav">Home</a></td>');
	document.write('          <td width="4" background="/images/mvs.gif" alt="" border="0"></td>');
	document.write('        </tr>');	
	
	
	

//THIEME-CONNECT LINKS

if (which_fz=="01757881" || 
	which_fz=="16130863" || 
	which_fz=="16105044" || 
	which_fz=="16175891" || 
	which_fz=="14391635" || 
	which_fz=="00140082" || 
	which_fz=="09328122" || 
	which_fz=="10192050" || 
	which_fz=="10192051" || 
	which_fz=="09350853" || 
	which_fz=="0722348x" ||
	which_fz=="14349132" ||
	which_fz=="16115562" ||
	which_fz=="09397868" ||
	which_fz=="18622267" ||
	which_fz=="16148754")
	{
	
	
	
	document.write('        <tr>');
	document.write('          <td colspan="2"><a target="_blank" href="'+tc_button_link+'"><img src="/images/tc_logo.jpg" alt="" width="128" height="36" border="0"></a></td>');
	document.write('          <td width="4" background="/images/mvs.gif" alt="" border="0"></td>');
	document.write('        </tr>');	
	
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a target="_blank" href="'+tc_toc_link+'" class="nav">Inhaltsverzeichnis</a></td>');
	document.write('          <td width="4" background="/images/mvs.gif" alt="" border="0"></td>');
	document.write('        </tr>');	
	
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;<a target="_blank" href="'+sample_issue_link+'" class="nav">Online-Probeausgabe</a></td>');
	document.write('          <td width="4" background="/images/mvs.gif" alt="" border="0"></td>');
	document.write('        </tr>');	
	}
else
	
	
	document.write('        <tr>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td>&nbsp;</td>');
	document.write('          <td width="4" background="/images/mvs.gif" alt="" border="0"></td>');
	document.write('        </tr>');
	document.write('        <tr>');
	document.write('          <td background="/images/schatten_unten.gif" height="6"></td>');
	document.write('          <td background="/images/schatten_unten.gif" height="6"></td>');
	document.write('          <td width="4" background="/images/schatten_ecke.gif"></td>');
	document.write('        </tr>');
	document.write('      </table>');
	document.write('<!----------ENDE NAVIGATION---------------->');
	document.write('</td>	');
	document.write('<!---------INHALT------------------------->');
	document.write('    <td width="630" style=padding:25px>');
}



/*  TRIAS LINKS */
function surfto(form) {
var myindex=form.stichwort.selectedIndex;
if (form.stichwort.options[myindex].value != "0") {
location="#"+form.stichwort.options[myindex].value;}
}



function winopen(WinName,url,x,y) {
   var param='"toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width='+x+',height='+y+'"';
   msg=open(url,WinName,param);

}

function footer(){
document.writeln('<table width="550" align="center">');
document.writeln('<tr>');
document.writeln('<td align="center">');
document.writeln('<small><a href="javascript:history.back();">Zurück</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/index.html">Startseite</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/html/sitemap.html">Sitemap</a></small><HR><small><center>&copy; <a href="http://www.medizinverlage.de/index.html" target="_blank">Medizinverlage Stuttgart</a> 2010&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/html/impressum.html">Impressum</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/html/datenschutz.html">Datenschutz</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="mailto:kundenservice@thieme.de">kundenservice@thieme.de</a><BR>Bei technischen Problemen bitte Nachricht an <a href="mailto:webmaster@thieme.de">webmaster@thieme.de</a></center></small>');
document.writeln('</td></tr></table><br><br></td></tr></table><!--</td></tr></table>');
}

function fullfooter(){
document.writeln('</td></tr></table><br clear=all><br clear=all>');
document.writeln('<table width="780" align="left">');
document.writeln('<tr><td width=160>&nbsp;</td>');
document.writeln('<td align="center">');
document.writeln('<small><a href="javascript:history.back();">Zurück</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/index.html">Startseite</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/html/sitemap.html">Sitemap</a></small><HR width=90%><small><center>&copy; <a href="http://www.medizinverlage.de/index.html" target="_blank">Medizinverlage Stuttgart</a> 2010&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/html/impressum.html">Impressum</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/html/datenschutz.html">Datenschutz</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="mailto:kundenservice@thieme.de">kundenservice@thieme.de</a><BR>Bei technischen Problemen bitte Nachricht an <a href="mailto:webmaster@thieme.de">webmaster@thieme.de</a></center></small>');
document.writeln('</td></tr></table><br><br></td></tr></table>');
}

function custfooter(cust){
document.writeln('<br clear=all><br clear=all>');
document.writeln('<table width="'+cust+'" align="left">');
document.writeln('<td align="center">');
document.writeln('<small><a href="javascript:history.back();">Zurück</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/index.html">Startseite</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/html/sitemap.html">Sitemap</a></small><HR><small><center>&copy; <a href="http://www.medizinverlage.de/index.html" target="_blank">Medizinverlage Stuttgart</a> 2010&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/html/impressum.html">Impressum</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/html/datenschutz.html">Datenschutz</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="mailto:kundenservice@thieme.de">kundenservice@thieme.de</a><BR>Bei technischen Problemen bitte Nachricht an <a href="mailto:webmaster@thieme.de">webmaster@thieme.de</a></center></small>');
document.writeln('</td></tr></table><br><br></td></tr></table>');
}

function custsearchfooter(cust){
document.writeln('<br clear=all><br clear=all>');
document.writeln('<table width="'+cust+'" align="left">');
document.writeln('<td align="center">');
document.writeln('<small><a href="javascript:history.back();">Zurück</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.medizinverlage.de/index.html">Startseite</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.medizinverlage.de/html/sitemap.html">Sitemap</a></small><HR><small><center>&copy; <a href="http://www.medizinverlage.de/index.html" target="_blank">Medizinverlage Stuttgart</a> 2010&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.medizinverlage.de/html/impressum.html">Impressum</a>&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/html/datenschutz.html">Datenschutz</a><a href="mailto:kundenservice@thieme.de">kundenservice@thieme.de</a><BR>Bei technischen Problemen bitte Nachricht an <a href="mailto:webmaster@thieme.de">webmaster@thieme.de</a></center></small>');
document.writeln('</td></tr></table><br><br></td></tr></table>');
}


function pdf(){
document.write ('<table bgcolor=#efefef><tr><td><small>* PDF-Datei. Zum Speichern dieser Datei klicken Sie mit der rechten Maustaste auf den Link.');
document.write ('<br>Nach Erscheinen des Menüs wählen Sie "Ziel speichern unter...".');
document.write ('<br><br>');
document.write ('Zum Lesen des PDF-Files benötigen Sie den Adobe-Acrobat-Reader.');
document.write ('<br>Sie erhalten ihn kostenlos bei <a href="http://www.adobe.de/products/acrobat/download/readstep.html" target="_blank">Adobe</a>.</small></td></tr></table>');

 }

/*function imagemap(){

document.write('<map name="nebennavi">');
document.write('<area coords="14,0,84,18" href="/index.html">');
document.write('<area coords="14,17,84,38" href="/html/sitemap.html">');
document.write('<area coords="14,37,87,56" href="/html/impressum.html">');
document.write('<area coords="14,55,87,73" href="/mvssuche.html">');
document.write('</map>');
document.write('');
document.write('<map name="reiter">');
document.write('<area coords="146,3,239,20" href="/html/haug/index.html">');
document.write('<area coords="239,2,331,21" href="/html/hippokrates/index.html">');
document.write('<area coords="330,2,420,20" href="/html/sonntag/index.html">');
document.write('<area coords="419,3,507,20" href="/html/enke/index.html">');
document.write('<area coords="507,3,597,20" href="/html/parey/index.html">');
document.write('<area coords="596,3,765,20" href="/html/trias/index.html">');
document.write('</map>');
document.write('<map name="mvs">');
document.write('<area shape=rect coords="14,37,264,80" href="/index.html">');
document.write('</map>');

}
*/



function imagemap(){

document.write('<map name="nebennavi">');
document.write('<area coords="14,0,84,18" href="/index.html">');
document.write('<area coords="14,17,84,38" href="/html/sitemap.html">');
document.write('<area coords="14,37,87,56" href="/html/impressum.html">');
document.write('<area coords="14,55,87,73" href="/mvssuche.html">');
document.write('</map>');
document.write('');
document.write('<map name="reiter">');
document.write('<area coords="240,3,329,20" href="/html/haug/index.html">');
document.write('<area coords="330,2,418,21" href="/html/hippokrates/index.html">');
document.write('<area coords="419,2,506,20" href="/html/sonntag/index.html">');
document.write('<area coords="507,3,595,20" href="/html/enke/index.html">');
document.write('<area coords="596,3,765,20" href="/html/trias/index.html">');
document.write('</map>');
document.write('<map name="mvs">');
document.write('<area shape=rect coords="14,37,264,80" href="/index.html">');
document.write('</map>');

}



