var width=0;
var height=0;

function hr(farbe, breite, hoehe)
{
var width='width="100%"';
var height='height="2"';
if (breite!='') width=('width="'+breite+'"');
if (hoehe!='') height=('height="'+hoehe+'"');
document.write('<img src="'+farbe+'.gif" ');
document.write('border="0" align="center" '+width+' '+height+'>');
}

function ma(anc,pic,nam,geb,raum,tel,oeffn,sprstd,mail,text)
{
	document.write('<tr><td VALIGN="middle" WIDTH="100"><a name="'+anc+'"><img SRC="../bilder/'+pic+'.jpg"></a>');
	document.write('</td><td ALIGN="LEFT"><div class="grossb">'+nam+'</div><br>');
		if (geb!=0) document.write('<div class="normalb">'+geb+'</div><br>');
	document.write('<div class="normalb">Raum WIL-B-'+raum+'<br>Tel. 030 / 314-'+tel+'&nbsp;<br>');
	if (oeffn==0) document.write('Sprechstunde:<br>'+sprstd+'<br>E-Mail: ');
	else document.write('&Ouml;ffnungszeiten '+oeffn+':<br>'+sprstd+'<br>E-Mail: ');
	document.write(''+mail+'</a><p></div>');
	if (text!=0) document.write('<div class="normal">'+text+'</div></td></tr>');
}

