<!--	20/10/2010  	digidlo.js   -->
document.writeln('<style>'
+'.avidcolor 			{position:relative;font:bold 12px Verdana;color:#eeeeee;background-color:#303030;border:solid #eeeeee 1px;}'
+'.avidcolor a 			{color:#eeeeee;text-decoration:none;}'
+'.avidcolor a.off  		{color:#eeeeee;}'
+'.avidcolor a:active		{color:#eeeeee;}'
+'.avidcolor a:hover		{color:#303030;background-color:#eeeeee;text-decoration:none;}'
+'.avidcolor a:focus		{color:#303030;background-color:#eeeeee;}'
+'.avidcolor a.on 		{color:#303030;background-color:#eeeeee;}'
+'</'+'style>');

document.writeln($docTable
+'<div style="position:relative;display:block;width:100%;height:70px;background-color:#303030;overflow:hidden;">'
	+'<div style="position:absolute;top:0;left:50%;margin-left:-126px;width:253px;height:48px;z-index:0;background-repeat:no-repeat;background-image:url(images/digidlo.jpg);">'
		+'<a href="avid.htm" target="_blank" title="Go to Avid Web Site" style="display:block;width:100%;height:100%;"></a>'
	+'</div>'
	+'<div style="padding:52px 0 0 0;width:300px;height:15px;">'
		+'<span class="avidcolor"><a href="avidpro.php" title="Go to Avid Venue Page">&nbsp;Venue&nbsp;</a><a href="avid2pro.php" title="Go to Avid Pro Tools Page">&nbsp;Pro Tools&nbsp;</a><a href="maudipro.php" title="Go to M-Audio Page">&nbsp;M-Audio&nbsp;</a></span>'
	+'</div>'
+'</div>'
+$docTablend);


