var intPicsNum = 1;
var intPicsNum1 = 1;
var intPicsNum2 = 1;
// Rotates many offer in the first page of Alianthos

function MainPicPreview()
{
	// 1. Get the Image of the Special Offer (first offer)
	var picImg = document.getElementById('main_pic');
	var secTime = 3000;
	if (intPicsNum == 0){
		picImg.src = "images/template/ath-4_08.jpg";
		secTime = 3000;
	}
	if (intPicsNum == 1){
		picImg.src = "images/adv/adv-ath-offers-2.jpg";
		secTime = 5000;
	}
	intPicsNum = (intPicsNum + 1) % 2;
	window.setTimeout('MainPicPreview()', secTime);
}
function CarsModelsPreview(){
	var picImg = document.getElementById('cars_pics');
	var secTime = 2000;
	if (intPicsNum1 == 0){
		picImg.src = "images/adv/models/aclass-gr.jpg";
	}
	if (intPicsNum1 == 1){
		
		picImg.src = "images/adv/models/polo-gr.jpg";
	}
	if (intPicsNum1 == 2){
		picImg.src = "images/adv/models/golf-gr.jpg";
	}
	if (intPicsNum1 == 3){
		picImg.src = "images/adv/models/corolla-gr.jpg";
	}
	if (intPicsNum1 == 4){
		picImg.src = "images/adv/models/jimny-gr.jpg";
	}
	if (intPicsNum1 == 5){
		picImg.src = "images/adv/models/vito-gr.jpg";
	}
	if (intPicsNum1 == 6){
		picImg.src = "images/adv/models/beatle-gr.jpg";
	}
	
	intPicsNum1 = (intPicsNum1 + 1) % 7
	window.setTimeout('CarsModelsPreview()', secTime)
}


function launch(filename){
	//window.event.ReturnValue = false;
	newWind1 = window.open(filename, "_edition", "toobar=no, menubar=no, statusbar=no, scrollbars=yes, resizable=yes, width=680, height=515, top = 55, left=55 ");
	return false;
}
function launch_ext(filename){

	//window.event.returnValue = false;
	newWind2 = window.open(filename, "_external", "toobar=yes, menubar=yes, scrollbars=yes, statusbar=yes, resizable=yes, top = 55, left=55 width=740 height=750");
}
function launch_short(filename){
	//window.event.returnValue = false;
	newWind3 = window.open(filename, "", "toobar=no, menubar=no, statusbar=no, scrollbars=yes, resizable=yes, width=680, height=420, top = 55, left=55 ");
}

// HORIZONTAL MENU CONTENT START

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImagesArray(array) {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<array.length; i+=2) {
			document[array[i]].src = array[i+1];
		}
	}
}

function changeImages() {
	changeImagesArray(changeImages.arguments);
}

function toggleImages() {
	for (var i=0; i<toggleImages.arguments.length; i+=2) {
		if (selected == toggleImages.arguments[i])      changeImagesArray(toggleImages.arguments[i+1]);
	}
}

var selected = '';
var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		
		gr_hm_02_over = newImage("images/hmn/gr-hm_02-over.gif");
		gr_hm_02_sel = newImage("images/hmn/gr-hm_02-sel.gif");
		gr_hm_04_gr_hm_02_sel = newImage("images/hmn/gr-hm_04-gr-hm_02_sel.gif");
		gr_hm_04_over = newImage("images/hmn/gr-hm_04-over.gif");
		gr_hm_04_sel = newImage("images/hmn/gr-hm_04-sel.gif");
		gr_hm_06_over = newImage("images/hmn/gr-hm_06-over.gif");
		gr_hm_06_sel = newImage("images/hmn/gr-hm_06-sel.gif");
		gr_hm_08_over = newImage("images/hmn/gr-hm_08-over.gif");
		gr_hm_08_sel = newImage("images/hmn/gr-hm_08-sel.gif");
		gr_hm_10_over = newImage("images/hmn/gr-hm_10-over.gif");
		gr_hm_10_sel = newImage("images/hmn/gr-hm_10-sel.gif");
		gr_hm_12_over = newImage("images/hmn/gr-hm_12-over.gif");
		gr_hm_12_sel = newImage("images/hmn/gr-hm_12-sel.gif");
		preloadFlag = true;
	}
}

function toggleImages1_Over(){
		return toggleImages('gr_hm_04', new Array('gr_hm_02', 'images/hmn/gr-hm_02-over.gif'), 'gr_hm_06', new Array('gr_hm_02', 'images/hmn/gr-hm_02-over.gif'), 'gr_hm_08', new Array('gr_hm_02', 'images/hmn/gr-hm_02-over.gif'), 'gr_hm_10', new Array('gr_hm_02', 'images/hmn/gr-hm_02-over.gif'), 'gr_hm_12', new Array('gr_hm_02', 'images/hmn/gr-hm_02-over.gif'), '', new Array('gr_hm_02', 'images/hmn/gr-hm_02-over.gif'));   
}


function toggleImages1_Out(){
	return toggleImages('gr_hm_02', new Array('gr_hm_02', 'images/hmn/gr-hm_02-sel.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_04', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif',
'gr_hm_04', 'images/hmn/gr-hm_04-sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_06', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06-sel.gif',
'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_08', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08-sel.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12',
'images/hmn/gr-hm_12.gif'), 'gr_hm_10', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10-sel.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_12', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif',
'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12-sel.gif'), '', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif'));
}

function toggleImages2_Over(){
	return toggleImages('gr_hm_02', new Array('gr_hm_04', 'images/hmn/gr-hm_04-over.gif'), 'gr_hm_06', new Array('gr_hm_04', 'images/hmn/gr-hm_04-over.gif'), 'gr_hm_08', new Array('gr_hm_04', 'images/hmn/gr-hm_04-over.gif'), 'gr_hm_10', new Array('gr_hm_04', 'images/hmn/gr-hm_04-over.gif'), 'gr_hm_12', new Array('gr_hm_04', 'images/hmn/gr-hm_04-over.gif'),
'', new Array('gr_hm_04', 'images/hmn/gr-hm_04-over.gif'));
}

function toggleImages2_Out(){
	return toggleImages('gr_hm_02', new Array('gr_hm_02', 'images/hmn/gr-hm_02-sel.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_04', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif',
'gr_hm_04', 'images/hmn/gr-hm_04-sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_06', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06-sel.gif',
'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_08', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08-sel.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12',
'images/hmn/gr-hm_12.gif'), 'gr_hm_10', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10-sel.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_12', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif',
'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12-sel.gif'), '', new Array('gr_hm_04', 'images/hmn/gr-hm_04.gif'));  
}

function toggleImages3_Over(){
return toggleImages('gr_hm_02', new Array('gr_hm_06', 'images/hmn/gr-hm_06-over.gif'), 'gr_hm_04', new Array('gr_hm_06', 'images/hmn/gr-hm_06-over.gif'), 'gr_hm_08', new Array('gr_hm_06', 'images/hmn/gr-hm_06-over.gif'), 'gr_hm_10', new Array('gr_hm_06', 'images/hmn/gr-hm_06-over.gif'), 'gr_hm_12', new Array('gr_hm_06', 'images/hmn/gr-hm_06-over.gif'),
'', new Array('gr_hm_06', 'images/hmn/gr-hm_06-over.gif'));
}
function toggleImages3_Out(){
return toggleImages('gr_hm_02', new Array('gr_hm_02', 'images/hmn/gr-hm_02-sel.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_04', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif',
'gr_hm_04', 'images/hmn/gr-hm_04-sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_06', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06-sel.gif',
'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_08', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08-sel.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12',
'images/hmn/gr-hm_12.gif'), 'gr_hm_10', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10-sel.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_12', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif',
'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12-sel.gif'), '', new Array('gr_hm_06', 'images/hmn/gr-hm_06.gif'));
}

function toggleImages4_Over(){
return toggleImages('gr_hm_02', new Array('gr_hm_08', 'images/hmn/gr-hm_08-over.gif'), 'gr_hm_04', new Array('gr_hm_08', 'images/hmn/gr-hm_08-over.gif'), 'gr_hm_06', new Array('gr_hm_08', 'images/hmn/gr-hm_08-over.gif'), 'gr_hm_10', new Array('gr_hm_08', 'images/hmn/gr-hm_08-over.gif'), 'gr_hm_12', new Array('gr_hm_08', 'images/hmn/gr-hm_08-over.gif'),
'', new Array('gr_hm_08', 'images/hmn/gr-hm_08-over.gif'));
}

function toggleImages4_Out(){
return toggleImages('gr_hm_02', new Array('gr_hm_02', 'images/hmn/gr-hm_02-sel.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_04', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif',
'gr_hm_04', 'images/hmn/gr-hm_04-sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_06', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06-sel.gif',
'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_08', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08-sel.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12',
'images/hmn/gr-hm_12.gif'), 'gr_hm_10', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10-sel.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_12', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif',
'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12-sel.gif'), '', new Array('gr_hm_08', 'images/hmn/gr-hm_08.gif'));
}
function toggleImages5_Over(){
return toggleImages('gr_hm_02', new Array('gr_hm_10', 'images/hmn/gr-hm_10-over.gif'), 'gr_hm_04', new Array('gr_hm_10', 'images/hmn/gr-hm_10-over.gif'), 'gr_hm_06', new Array('gr_hm_10', 'images/hmn/gr-hm_10-over.gif'), 'gr_hm_08', new Array('gr_hm_10', 'images/hmn/gr-hm_10-over.gif'), 'gr_hm_12', new Array('gr_hm_10', 'images/hmn/gr-hm_10-over.gif'),
'', new Array('gr_hm_10', 'images/hmn/gr-hm_10-over.gif'));
}
function toggleImages5_Out(){
return toggleImages('gr_hm_02', new Array('gr_hm_02', 'images/hmn/gr-hm_02-sel.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_04', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif',
'gr_hm_04', 'images/hmn/gr-hm_04-sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_06', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06-sel.gif',
'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_08', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08-sel.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12',
'images/hmn/gr-hm_12.gif'), 'gr_hm_10', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10-sel.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_12', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif',
'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12-sel.gif'), '', new Array('gr_hm_10', 'images/hmn/gr-hm_10.gif'));
}
function toggleImages6_Over(){
return toggleImages('gr_hm_02', new Array('gr_hm_12', 'images/hmn/gr-hm_12-over.gif'), 'gr_hm_04', new Array('gr_hm_12', 'images/hmn/gr-hm_12-over.gif'), 'gr_hm_06', new Array('gr_hm_12', 'images/hmn/gr-hm_12-over.gif'), 'gr_hm_08', new Array('gr_hm_12', 'images/hmn/gr-hm_12-over.gif'), 'gr_hm_10', new Array('gr_hm_12', 'images/hmn/gr-hm_12-over.gif'),
'', new Array('gr_hm_12', 'images/hmn/gr-hm_12-over.gif')); 
}

function toggleImages6_Out(){
return toggleImages('gr_hm_02', new Array('gr_hm_02', 'images/hmn/gr-hm_02-sel.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_04', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif',
'gr_hm_04', 'images/hmn/gr-hm_04-sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_06', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06-sel.gif',
'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_08', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08-sel.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12',
'images/hmn/gr-hm_12.gif'), 'gr_hm_10', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif', 'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10-sel.gif', 'gr_hm_12', 'images/hmn/gr-hm_12.gif'), 'gr_hm_12', new Array('gr_hm_02', 'images/hmn/gr-hm_02.gif',
'gr_hm_04', 'images/hmn/gr-hm_04-gr-hm_02_sel.gif', 'gr_hm_06', 'images/hmn/gr-hm_06.gif', 'gr_hm_08', 'images/hmn/gr-hm_08.gif', 'gr_hm_10', 'images/hmn/gr-hm_10.gif', 'gr_hm_12', 'images/hmn/gr-hm_12-sel.gif'), '', new Array('gr_hm_12', 'images/hmn/gr-hm_12.gif'));
}
// HORIZONTAL MENU CONTENT END

