{
  eval("S1" + "_OV = new Image();S1" + "_OV.src = 'img/keys/k_games2.gif'")
  eval("S1" + "_DF = new Image();S1" + "_DF.src = 'img/keys/k_games.gif'")
  eval("S2" + "_OV = new Image();S2" + "_OV.src = 'img/keys/k_news2.gif'")
  eval("S2" + "_DF = new Image();S2" + "_DF.src = 'img/keys/k_news.gif'")
  eval("S3" + "_OV = new Image();S3" + "_OV.src = 'img/keys/k_forum2.gif'")
  eval("S3" + "_DF = new Image();S3" + "_DF.src = 'img/keys/k_forum.gif'")
//  eval("S4" + "_OV = new Image();S4" + "_OV.src = 'img/keys/k_shop2.gif'")
//  eval("S4" + "_DF = new Image();S4" + "_DF.src = 'img/keys/k_shop.gif'")
//  eval("S4" + "_OV = new Image();S4" + "_OV.src = 'img/keys/k_articles2.gif'")
//  eval("S4" + "_DF = new Image();S4" + "_DF.src = 'img/keys/k_articles.gif'")
  eval("S5" + "_OV = new Image();S5" + "_OV.src = 'img/keys/k_links2.gif'")
  eval("S5" + "_DF = new Image();S5" + "_DF.src = 'img/keys/k_links.gif'")
  eval("S6" + "_OV = new Image();S6" + "_OV.src = 'img/keys/k_chat2.gif'")
  eval("S6" + "_DF = new Image();S6" + "_DF.src = 'img/keys/k_chat.gif'")
}

function show(i){eval( "document.images.S" + i + ".src = S" + i + "_OV.src")}

function hide(i){eval( "document.images.S" + i + ".src = S" + i + "_DF.src")}

function InfoWnd(uri){link=window.open(uri,"Link","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=510,height=450,left=300,top=150");}

function cCol(theCell, color)
{
   	theCell.style.backgroundColor = color;
}
