<!--
////var HTTP_PATH = 'http://localhost/industrialskateboards.cz-new/';
var HTTP_PATH = 'http://www.industrialskateboards.cz/';

english_off = new Image();
english_off.src = 'images/flags/english-off.gif';
english_on = new Image();
english_on.src = 'images/flags/english-on.gif';

czech_off = new Image();
czech_off.src = 'images/flags/contact-off.gif';
czech_on = new Image();
czech_on.src = 'images/flags/contact-on.gif';

deutch_off = new Image();
deutch_off.src = 'images/flags/deutch-off.gif';
deutch_on = new Image();
deutch_on.src = 'images/flags/deutch-on.gif';

function ChangeImageLg(idImg, act){
	idElement = 'lg-' + idImg;
	document.images[idElement].src = HTTP_PATH + 'images/flags/' + idImg + '-' + act + '.gif';
}


contact_off = new Image();
contact_off.src = 'images/navigation/contact-off.gif';
contact_on = new Image();
contact_on.src = 'images/navigation/contact-on.gif';

factory_off = new Image();
factory_off.src = 'images/navigation/factory-off.gif';
factory_on = new Image();
factory_on.src = 'images/navigation/factory-on.gif';

home_off = new Image();
home_off.src = 'images/navigation/home-off.gif';
home_on = new Image();
home_on.src = 'images/navigation/home-on.gif';

links_off = new Image();
links_off.src = 'images/navigation/links-off.gif';
links_on = new Image();
links_on.src = 'images/navigation/links-on.gif';

gallery_off = new Image();
gallery_off.src = 'images/navigation/gallery-off.gif';
gallery_on = new Image();
gallery_on.src = 'images/navigation/gallery-on.gif';

function ChangeImage(idImg, act){
	idElement = 'nav-' + idImg;
	document.images[idElement].src = HTTP_PATH + 'images/navigation/' + idImg + '-' + act + '.gif';
}

//-->
