

document.writeln('<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">');
document.writeln('  <tr>');
document.writeln('    <td width="301"  rowspan="2"  height="115"><img src="images2005/ind01.jpg" width="301" height="115"></td>');
document.writeln('     <td valign="bottom" height="70"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="452" height="60">');
document.writeln('       <param name="movie" value="ceramics/images/ceramics_banner.swf">');
document.writeln('       <param name=quality value=high>');
document.writeln('       <embed src="ceramics/images/ceramics_banner.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="452" height="60">');
document.writeln('     </object>');
document.writeln('       </td>');
document.writeln('   </tr>');
document.writeln('   <tr><td  height="55">');
document.writeln('       <span id="showImport"></span>');
document.writeln(' <ie: Download ID="oDownload" STYLE="behavior: url(#default#download)" /> ');

 function onDownloadDone(downDate){ 
 showImport.innerHTML=downDate; 
 } 
 oDownload.startDownload("navigation/nav_home_2005_more.html",onDownloadDone)
 


document.writeln('</td>');
document.writeln('  </tr>');
document.writeln('</table>');      
  
