<!-- 
var w = 780; 
var n = 5;

var hm = new Array();
var mm = new Array();
var menu = new Array();

w = w+(screen.width-w)/2;

for(i=1;i<=n;i++) { hm[i] = 0; mm[i] = 0; }

menu[1] = "<table width=160 cellpadding=0 cellspacing=0 border=0><tr bgcolor=#ffffff><td><table width=100% cellpadding=0 cellspacing=1 border=0>"+
"<tr><td bgcolor=#d6a3d9 height=19 OnMouseOver=\"this.style.backgroundColor='#CC0066';\" OnMouseOut=\"this.style.backgroundColor='#d6a3d9';\" nowrap>&nbsp;<a href=/english/activities/artgallery.html class=menu2>Picture Gallery</a>&nbsp;</td></tr>"+
"<tr><td bgcolor=#d6a3d9 height=19 OnMouseOver=\"this.style.backgroundColor='#CC0066';\" OnMouseOut=\"this.style.backgroundColor='#d6a3d9';\" nowrap>&nbsp;<a href=/english/activities/saloon.html class=menu2>Salon of Decorative Arts</a>&nbsp;</td></tr>"+
"<tr><td bgcolor=#d6a3d9 height=19 OnMouseOver=\"this.style.backgroundColor='#CC0066';\" OnMouseOut=\"this.style.backgroundColor='#d6a3d9';\" nowrap>&nbsp;<a href=/english/activities/jewerly.html class=menu2>Jewelry</a>&nbsp;</td></tr>"+
"<tr><td bgcolor=#d6a3d9 height=19 OnMouseOver=\"this.style.backgroundColor='#CC0066';\" OnMouseOut=\"this.style.backgroundColor='#d6a3d9';\" nowrap>&nbsp;<a href=/english/activities/rusicon.html class=menu2>Russian Icons</a>&nbsp;</td></tr>"+
"<tr><td bgcolor=#d6a3d9 height=19 OnMouseOver=\"this.style.backgroundColor='#CC0066';\" OnMouseOut=\"this.style.backgroundColor='#d6a3d9';\" nowrap>&nbsp;<a href=/english/activities/dealer.html class=menu2>Dealer Auctions</a>&nbsp;</td></tr>"+
"<tr><td bgcolor=#d6a3d9 height=19 OnMouseOver=\"this.style.backgroundColor='#CC0066';\" OnMouseOut=\"this.style.backgroundColor='#d6a3d9';\" nowrap>&nbsp;<a href=/english/activities/history.html class=menu2>Department of Military History, Coins and Medals</a>&nbsp;</td></tr>"+
"<tr><td bgcolor=#d6a3d9 height=19 OnMouseOver=\"this.style.backgroundColor='#CC0066';\" OnMouseOut=\"this.style.backgroundColor='#d6a3d9';\" nowrap>&nbsp;<a href=/english/activities/vine.html class=menu2>Collection Wine</a>&nbsp;</td></tr>"+
"<tr><td bgcolor=#d6a3d9 height=19 OnMouseOver=\"this.style.backgroundColor='#CC0066';\" OnMouseOut=\"this.style.backgroundColor='#d6a3d9';\" nowrap>&nbsp;<a href=/english/activities/philately.html class=menu2>Stamps</a>&nbsp;</td></tr>"+
"<tr><td bgcolor=#d6a3d9 height=19 OnMouseOver=\"this.style.backgroundColor='#CC0066';\" OnMouseOut=\"this.style.backgroundColor='#d6a3d9';\" nowrap>&nbsp;<a href=/english/activities/modernart.html class=menu2>Contemporary art</a>&nbsp;</td></tr>"+
"<tr><td bgcolor=#d6a3d9 height=19 OnMouseOver=\"this.style.backgroundColor='#CC0066';\" OnMouseOut=\"this.style.backgroundColor='#d6a3d9';\" nowrap>&nbsp;<a href=/english/activities/furniture.html class=menu2>Antique Furniture</a>&nbsp;</td></tr>"+
"<tr><td bgcolor=#d6a3d9 height=19 OnMouseOver=\"this.style.backgroundColor='#CC0066';\" OnMouseOut=\"this.style.backgroundColor='#d6a3d9';\" nowrap>&nbsp;<a href=/english/activities/training.html class=menu2>Training Center</a>&nbsp;</td></tr>"+
"<tr><td bgcolor=#d6a3d9 height=19 OnMouseOver=\"this.style.backgroundColor='#CC0066';\" OnMouseOut=\"this.style.backgroundColor='#d6a3d9';\" nowrap>&nbsp;<a href=/english/activities/pawn.html class=menu2>Pawn Shop</a>&nbsp;</td></tr>"+
"<tr><td bgcolor=#d6a3d9 height=19 OnMouseOver=\"this.style.backgroundColor='#CC0066';\" OnMouseOut=\"this.style.backgroundColor='#d6a3d9';\" nowrap>&nbsp;<a href=/sale/ class=menu2>On-line Shop</a>&nbsp;</td></tr>"+
"<tr><td bgcolor=#d6a3d9 height=19 OnMouseOver=\"this.style.backgroundColor='#CC0066';\" OnMouseOut=\"this.style.backgroundColor='#d6a3d9';\" nowrap>&nbsp;<a href=/auction/ class=menu2>On-line Auction</a>&nbsp;</td></tr>"+
"</table></td></tr></table>";
menu[2] = "";
menu[3] = "<table width=160 cellpadding=0 cellspacing=0 border=0><tr bgcolor=#ffffff><td><table width=100% cellpadding=0 cellspacing=1 border=0>"+
"<tr><td bgcolor=#d6a3d9 height=19 OnMouseOver=\"this.style.backgroundColor='#CC0066';\" OnMouseOut=\"this.style.backgroundColor='#d6a3d9';\" nowrap>&nbsp;<a href=/sale/ class=menu2>On-line Shop</a>&nbsp;</td></tr>"+
"</table></td></tr></table>";
menu[4] = "<table width=160 cellpadding=0 cellspacing=0 border=0><tr bgcolor=#ffffff><td><table width=100% cellpadding=0 cellspacing=1 border=0>"+
"<tr><td bgcolor=#d6a3d9 height=19 OnMouseOver=\"this.style.backgroundColor='#CC0066';\" OnMouseOut=\"this.style.backgroundColor='#d6a3d9';\" nowrap>&nbsp;<a href=/auction/ class=menu2>On-line Auction</a>&nbsp;</td></tr>"+
"</table></td></tr></table>";
menu[5] = "<table width=160 cellpadding=0 cellspacing=0 border=0><tr bgcolor=#ffffff><td><table width=100% cellpadding=0 cellspacing=1 border=0>"+
"<tr><td bgcolor=#d6a3d9 height=19 OnMouseOver=\"this.style.backgroundColor='#CC0066';\" OnMouseOut=\"this.style.backgroundColor='#d6a3d9';\" nowrap>&nbsp;<a href=/english/search/ class=menu2>Main Search</a>&nbsp;</td></tr>"+
"<tr><td bgcolor=#d6a3d9 height=19 OnMouseOver=\"this.style.backgroundColor='#CC0066';\" OnMouseOut=\"this.style.backgroundColor='#d6a3d9';\" nowrap>&nbsp;<a href=/english/search/advanced.html class=menu2>Advanced Search</a>&nbsp;</td></tr>"+
"</table></td></tr></table>";
RegMenu(menu[1], 1, 0, 115);
RegMenu(menu[2], 2, 0, 115);
RegMenu(menu[3], 3, 0, 115);
RegMenu(menu[4], 4, 0, 115);
RegMenu(menu[5], 5, 0, 115);

function gx(i) {
	var x = 0;	do { x += i.offsetLeft } while ((i = i.offsetParent) != null);	return x;
}

function gy(i) {
	var y = 0;	do { y += i.offsetTop } while ((i = i.offsetParent) != null);	return y;
}

function RegMenu(text, id, t, l) {
if(document.layers)
 {
  document.write("<layer id=m" + id + " top=" + t + " left=" + l + " onmouseover=\"mm[" + id + "]=1;\" onmouseout=\"Set('" + id + "',0);mm[" + id + "]=0;\" visibility=hide z-index=2 bgcolor=\"#000000\">" + text + "</layer>");
 }
 else if(document.all)
 {
  document.write("<div id=m" + id + " style=\"position:absolute;top:" + t + ";left:" + l + ";visibility:hidden;width:100;z-index:1;\" onmouseover=\"mm[" + id + "]=1;\" onmouseout=\"Set('" + id + "',0);mm[" + id + "]=0;\">" + text + "</div>");
 }
 }

 
function Set(id, mode) {
 if(document.layers || document.all) {
  if(mode) eval("setTimeout(\"Show(" + id + ");\",100)");
  else eval("setTimeout(\"Hide(" + id + ");\",100)");
 }
}

 function Show(id){
  if(hm[id]) {
   if(document.all) {
LC = gx(document.images["im"+id])+1;
TC = gy(document.images["im"+id])-14;
RC = LC + document.all["m" +id].clientWidth; 
WB = w;
if (RC > WB) LC = LC - (RC - WB);

document.all["m" +id].style.left = LC;
document.all["m" +id].style.top = TC;
eval("m" + id).style.visibility = 'visible';
   }    
   else if(document.layers) {
LC = document.images["im"+id].x+1;
TC = document.images["im"+id].y-14;
RC = LC + 120; 
WB = w;
if (RC > WB) LC = LC - (RC - WB)+1;
eval('document.layers["m" +id].left = LC');    
eval('document.layers["m" +id].top = TC');    
eval("document.layers['m" + id + "']").visibility = "show";
   }    
  }
 }
 
 function Hide(id){
  if(!mm[id] && !hm[id]) {
   if(document.all) {
    eval("m" + id).style.visibility = 'hidden';
   }
   else if(document.layers) {
    eval("document.layers['m" + id + "']").visibility = "hide";
   }    
  }
 }

// -->


