
var imgPath = "/resources/images/topmenu/";

var i1  = new Image(); i1.src  = imgPath + "about.png";
var i1x = new Image(); i1x.src = imgPath + "about-x.png";
var i2  = new Image(); i2.src  = imgPath + "services.png";
var i2x = new Image(); i2x.src = imgPath + "services-x.png";
var i3  = new Image(); i3.src  = imgPath + "works.png";
var i3x = new Image(); i3x.src = imgPath + "works-x.png";
var i4  = new Image(); i4.src  = imgPath + "partners.png";
var i4x = new Image(); i4x.src = imgPath + "partners-x.png";
var i5  = new Image(); i5.src  = imgPath + "order.png";
var i5x = new Image(); i5x.src = imgPath + "order-x.png";
var i6  = new Image(); i6.src  = imgPath + "contacts.png";
var i6x = new Image(); i6x.src = imgPath + "contacts-x.png";

var iheader = new Image(); iheader.src  = "/resources/images/main/header1.png";
var ibottom = new Image(); ibottom.src  = "/resources/images/main/bottom.gif";

function changeImg(o, i){
 o.src = imgPath+i;
}

var detailsWindow;

function showDetails(img,title,w,h){
  var l = screen.width/2 - w/2;
  var t = screen.height/2 - h/2 - 30;
window.open('show_image.php?img='+img + '&title='+title,"",'width='+w+',height='+h+',left='+l+',top='+t+',toolbar=no,menubar=no,scrollbars=no,resizable=no');
}

function alpha_mm(o){
  o.className = "mm";
}
function alpha_mo(o){
  o.className = "mo";
}