document.write(
	'<table cellspacing="0" cellpadding="0" id="menu1" class="ddmx">'+
   	'<tr>'+
      	'<td>'+
         	'<a class="item1" href="hfc_index.html" >Home</a>'+
   		'</td>'+
        '<td>'+
        	'<a class="item1" href="javascript:void(0)" >General Info</a>'+
         '<div class="section">'+
          	'<a class="item2" href="en_index.html">Introduction</a>'+
            '<a class="item2" href="en_index.html#requirements">Requirements</a>'+
            '<a class="item2" href="en_index.html#license">Licence</a>'+
            '<a class="item2" href="en_index.html#thanks">Thanks</a>'+
           '</div>'+
        '</td>');

document.write(
        '<td>'+
   	  '<a class="item1" href="javascript:void(0)">Documentation</a>'+
            '<div class="section">'+
                    '<a class="item2" href="en_mdoc.html">Uniliterals</a>'+
                    '<a class="item2" href="en_bdoc.html">Biliterals&nbsp;&nbsp;</a>'+
            '</div>'+
        '</td>');

document.write(   
			'<td>'+
            '<a class="item1" href="javascript:void(0)">Download</a>'+
            '<div class="section">'+
            '<a class="item2 arrow" href="en_download.html">Program Download&nbsp;&nbsp;<img src="images/arrow1.gif" width="10" height="12" alt="" /></a>'+
					'<div class="section">'+ 
					'<a class="item2" href="en_download.html#which">Which Download?</a>'+        	
               '<a class="item2" href="en_download.html#binary">Binary (Debian Package)</a>'+
               '<a class="item2" href="en_download.html#sources">Sources (TAR Archive)</a>'+
               '</div>'              
);
               
document.write(   
       
        '<a class="item2 arrow" href="en_data.html">Data Download<img src="images/arrow1.gif" width="10" height="12" alt="" /></a>'+
           '<div class="section">'+
        '<a class="item2 arrow" href="en_data.html#font">Font Files&nbsp;&nbsp;<img src="images/arrow1.gif" width="10" height="12" alt="" /></a>'+
     		'<div class="section">'+        
               '<a class="item2" href="en_data.html#gardiner">Gardiner Fonts</a>'+
               '<a class="item2" href="en_data.html#trans">Transliteration Font</a>'+
               '<a class="item2" href="en_data.html#add">Additional Font</a>'+
               '<a class="item2" href="en_data.html#allfont">All Fonts</a>'+
           '</div>');
 
 

document.write(     
           '<a class="item2" href="en_data.html#audio">Audio Files</a>'+
         '</div>'+
     '</div>'+
     '</td>'+
     '<td>'+
         '<a class="item1" href="en_news.html">News</a>'+
      '</td>'+   
       '<td>'+
         '<a class="item1" href="en_contact.html">Contact</a>'+
     '</td>');        

document.write('</tr></table>');


