// JavaScript Document

document.write('<table align="left"  cellpadding="0" cellspacing="0" width="100%" style="color:#FFFFFF; font-size:11px; font-family:Arial">');
document.write('<tr height="20">');
document.write('<td width="25%"></td>');
document.write('<td  onClick="openHome()" onMouseOver="over(this)" onMouseOut="out(this)" align="center" style="border-right:solid 1 #CCCCCC; cursor:pointer" width="10%">Home</td>');
document.write('<td onClick="openHistory()" onMouseOver="over(this)" onMouseOut="out(this)" align="center" style="border-right:solid 1 #CCCCCC; cursor:pointer" width="10%">History</td>');
document.write('<td onClick="openImage()" onMouseOver="over(this)" onMouseOut="out(this)" align="center" style="border-right:solid 1 #CCCCCC; cursor:pointer" width="10%">Gallery</td>');
document.write('<td onClick="openLibrary()" onMouseOver="over(this)" onMouseOut="out(this)" align="center" style="border-right:solid 1 #CCCCCC; cursor:pointer" width="10%">Library</td>');
document.write('<td onClick="openContact()" onMouseOver="over(this)" onMouseOut="out(this)" align="center" style="cursor:pointer" width="10%">Contact us</td>');
document.write('<td width="4%"></td><td width="3%" bgcolor="#FFFFFF"></td>');
document.write('<td bgcolor="#FFFFFF" style="cursor:pointer;"><img src="/flash/ARMENIAW.GIF" width="30" class="flag" onClick="openAm()"></td>');
document.write('<td bgcolor="#FFFFFF" style="cursor:pointer;"><img src="/flash/RUSSIAW.GIF" width="30" class="flag" onClick="openRu()"></td>');
document.write('<td bgcolor="#FFFFFF" style="cursor:pointer;"><img src="/flash/USAW.GIF" width="30" class="flag"></td>');
document.write('<td bgcolor="#FFFFFF" style="cursor:pointer;"><img src="/flash/FRANCEW.GIF" width="30" class="flag" onClick="openFr()"></td>');
document.write('<td width="2%" bgcolor="#FFFFFF"></td>');
document.write('<td width="2%"></td>');
document.write('</tr></table>');
