function header(labl){	document.write('<div name="top" id="top" class="logo">');	document.write('<img class="logo" src="images/LogoLabel_50.gif" />');	document.write('<!-- RSCDS<br />Los Angeles Branch -->');	document.write('<br />');	if (labl != "Home") {		str = '<img class="logo" src="images/Label'+labl+'.gif" />';		document.write(str);	}	document.write('</div>');}
