/***************************************************
* Project: web site of NEC Bulgaria, branch Sliven *
* Copyright © 2003 DataMplant [www.datamplant.com] *
* Author: Hristo Drumev [hdrumev@datamplant.com]   *
***************************************************/

var no;

var images = [
  { src: "img/pic/pic22.jpg", hint: "Откриването на новата административна сграда на ЕР Сливен" },
  { src: "img/pic/pic1.jpg", hint: "ЕРР Нова Загора - административна сграда" },
  { src: "img/pic/pic4.jpg", hint: "ЕРР Нова Загора - Паричен салон" },
  { src: "img/pic/pic9.jpg", hint: "Ел.подстанция Нова Загора" },
  { src: "img/pic/pic12.jpg", hint: "ЕРР Нова Загора - Център за работа с клиенти" },
  { src: "img/pic/pic13.jpg", hint: "ТР Сливен - Паричен салон в Електроразпределение" },
  { src: "img/pic/pic14.jpg", hint: "ТР Котел - административна сграда" },
  { src: "img/pic/pic15.jpg", hint: "Сливен - ел.подстанция" },
  { src: "img/pic/pic16.jpg", hint: "Сливен - 1" },
  { src: "img/pic/pic17.jpg", hint: "ТР Сливен - Паричен салон кв.Сини камъни" },
  { src: "img/pic/pic19.jpg", hint: "ТР Сливен - Паричен салон в Централна поща" },
  { src: "img/pic/pic20.jpg", hint: "Сливен - 2" },
  { src: "img/pic/pic21.jpg", hint: "Сливен -3" },
  { src: "img/pic/pic23.jpg", hint: "Новата административна сграда на ЕРР Нова Загора" },
  { src: "img/pic/pic24.jpg", hint: "Откриването на новата административна сграда на ЕРР Нова Загора" },
  { src: "img/pic/pic25.jpg", hint: "Откриването на новата административна сграда на ЕРР Нова Загора" },
  { src: "img/pic/pic26.jpg", hint: "Откриването на новата административна сграда на ЕРР Нова Загора" }
]

function toImage( dir )
{
	get( 'pic' ).src = images[no = ( dir ? ++no : --no ) >= images.length ? 0 : no < 0 ? images.length - 1 : no].src
	get( 'hint' ).innerHTML = get( 'pic' ).alt = get( 'pic' ).title = images[no].hint
}

var imagesEN = [
  { src: "img/pic/pic22.jpg", hint: "The Inauguration of the new Administrative Building of Electricity Distribution - Stara Zagora AD Branch Sliven" },
  { src: "img/pic/pic1.jpg", hint: "ERR Nova Zagora - Administrative Building" },
  { src: "img/pic/pic4.jpg", hint: "ERR Nova Zagora - Payment Hall" },
  { src: "img/pic/pic9.jpg", hint: "Electricity substation Nova Zagora" },
  { src: "img/pic/pic12.jpg", hint: "ERR Nova Zagora - Reception Centre" },
  { src: "img/pic/pic13.jpg", hint: "ER Sliven - Payment Hall" },
  { src: "img/pic/pic14.jpg", hint: "ER Kotel - Administrative Building" },
  { src: "img/pic/pic15.jpg", hint: "Electricity substation - Sliven" },
  { src: "img/pic/pic16.jpg", hint: "Sliven - 1" },
  { src: "img/pic/pic17.jpg", hint: "ER Sliven - Payment Hall in Residental district Blue Stones" },
  { src: "img/pic/pic19.jpg", hint: "ER Sliven - Payment Hall in Postal Office" },
  { src: "img/pic/pic20.jpg", hint: "Sliven - 2" },
  { src: "img/pic/pic21.jpg", hint: "Sliven -3" },
  { src: "img/pic/pic23.jpg", hint: "The new Administrative Building of ERR Nova Zagora" },
  { src: "img/pic/pic24.jpg", hint: "The Inauguration of the new Administrative Building of ERR Nova Zagora" },
  { src: "img/pic/pic25.jpg", hint: "The Inauguration of the new Administrative Building of ERR Nova Zagora" },
  { src: "img/pic/pic26.jpg", hint: "The Inauguration of the new Administrative Building of ERR Nova Zagora" }
]

function toImageEN( dir )
{
	get( 'pic' ).src = imagesEN[no = ( dir ? ++no : --no ) >= imagesEN.length ? 0 : no < 0 ? imagesEN.length - 1 : no].src
	get( 'hint' ).innerHTML = get( 'pic' ).alt = get( 'pic' ).title = imagesEN[no].hint
}

