/*******************************************************/
/* EС */
/*******************************************************/
function imgOn(imgName) {
document[imgName].src = eval(imgName + "_2.src");
}
function imgOff(imgName) {
document[imgName].src = eval(imgName + "_1.src");
}

b_home_1 = new Image(); b_home_1.src = "/company/use_scene/images/b_home_1.jpg";
b_home_2 = new Image(); b_home_2.src = "/company/use_scene/images/b_home_2.jpg";
b_office_1 = new Image(); b_office_1.src = "/company/use_scene/images/b_office_1.jpg";
b_office_2 = new Image(); b_office_2.src = "/company/use_scene/images/b_office_2.jpg";
b_global_1 = new Image(); b_global_1.src = "/company/use_scene/images/b_global_1.jpg";
b_global_2 = new Image(); b_global_2.src = "/company/use_scene/images/b_global_2.jpg";
b_solar_1 = new Image(); b_solar_1.src = "/company/use_scene/images/b_solar_1.jpg";
b_solar_2 = new Image(); b_solar_2.src = "/company/use_scene/images/b_solar_2.jpg";

function MM_openBrWindow3(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function scenepopup(url,name,width,height,alt) {
document.write('<a href=\"#\" onclick=\"MM_openBrWindow3(\'/company/use_scene/',url,'.html\',\'',name,'\',\'width=',width,',height=',height,',scrollbars=yes\' )\" onmouseover=\"imgOn(\'b_',url,'\');\" onmouseout=\"imgOff(\'b_',url,'\');\"><img src=\"/company/use_scene/images/b_',url,'_1.jpg\" width=\"190" height=\"218\" border=\"0\" alt=\"',alt,'\" name=\"b_',url,'\"></a>');
}

