/* Show mono-color pictures Menu */

var hat_img="";
var hat_img_src="";
var hat_img_src2="";
var n=0;

function ShowNews(n,img) {
if(n==1) hat_img_src="about";
if(n==2) hat_img_src="products";
if(n==3) hat_img_src="portfolio";
if(n==4) hat_img_src="services";
if(n==5) hat_img_src="contact";

img.src="img/img_" + hat_img_src + "_i.jpg";
if(hat_img_src != hat_img_src2) hat_img.src="img/img_" + hat_img_src2 + ".jpg";
hat_img=img;
hat_img_src2=hat_img_src;
}

/* Show orang-color Menu */

var back_hot="";

function ShowBC(hot){
  document.getElementById(hot).style.background = 'rgb(255,153,51)';
  if(back_hot.length != 0 && back_hot != hot) document.getElementById(back_hot).style.background = 'rgb(255,255,255)';
  back_hot=hot;
}

/* Reload Ru-Lang */

function NewLangRu(){
}