function initScrollLayer() {

  var wndo = new dw_scrollObj('wn', 'lyr1');
  
  wndo.setUpScrollbar("dragBar", "track", "v", 1, 1);

  dw_scrollObj.GeckoTableBugFix('wn'); 
}


	var menuArrayFORMfields = [
		['Summer', '?id=2&sub_id=1', null],
		['Winter', '?id=2&sub_id=2', null]
	];

	var menuArrayFORMfields_Press = [
		['Maison & Decoration', '?id=5&sub_id=1', null],
		['Casa Vogue', '?id=5&sub_id=2', null],
		['House by Life & Style', '?id=5&sub_id=3', null],
		['Inside', null, 'menuArrayFORMfields_Inside'],
		['Down Town', null, 'menuArrayFORMfields_Down_Town'],
		['Gamos', '?id=5&sub_id=5', null],
		['Espresso Casa', '?id=5&sub_id=8', null],
		['Ciao', '?id=5&sub_id=9', null],
		['Oikia & Diakosmisi', '?id=5&sub_id=6', null],
		['Domino', '?id=5&sub_id=7', null],
		['Glamour', null, 'menuArrayFORMfields_Glamour']
	];

	var menuArrayFORMfields_wholesale = [
		['Art De La Table', '?id=4&sub_id=1', null],
		['Athens Plaza', '?id=4&sub_id=2', null],
		['Idaniko Spiti', '?id=4&sub_id=3', null]
	];

		var menuArrayFORMfields_Inside = [
			['Inside - Spiti', '?id=5&sub_id=10', null],
			['Inside - The Best', '?id=5&sub_id=11', null]
		];
		
		var menuArrayFORMfields_Down_Town = [
			['Down Town', '?id=5&sub_id=12', null],
			['Down Town Deco', '?id=5&sub_id=4', null]
		];
		
		var menuArrayFORMfields_Glamour = [
			['Glamour', '?id=5&sub_id=13', null],
			['Living Glamour', '?id=5&sub_id=14', null]
		];

	
	TOP_MENU_LEFT_OFFSET = 2;


function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		MENU_01_over = newImage("button_home<?=$_SESSION['prefix1']?>_over.jpg");
		MENU_02_over = newImage("button_ship<?=$_SESSION['prefix1']?>_over.jpg");
		MENU_03_over = newImage("button_spare<?=$_SESSION['prefix1']?>_over.jpg");
		MENU_04_over = newImage("button_terms<?=$_SESSION['prefix1']?>_over.jpg");
		MENU_05_over = newImage("button_news<?=$_SESSION['prefix1']?>_over.jpg");
		MENU_06_over = newImage("button_contact<?=$_SESSION['prefix1']?>_over.jpg");
		MENU_07_over = newImage("button_cv<?=$_SESSION['prefix1']?>_over.jpg");		
		MENU_07_over = newImage("button_links<?=$_SESSION['prefix1']?>_over.jpg");	
		preloadFlag = true;
	}
}
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
