	var stillHover, delayHide;
	var hoverOffDelay = 500;

	var photoCaption = new Array();

	
	
	function initsubmenu(menuid)
	{
	
		//alert(menuid);
		eval("tovnav2id = 'topnav2_"+menuid+"';");
		
		//alert(tovnav2id);
		
		document.getElementById(tovnav2id).style.display = 'block';
		
		
	}

	function changeImg(newSrc,nb)
	{
			var main_photo = document.getElementById('main_photo_img');
			var main_photo_caption = document.getElementById('main_photo_caption');

			
			main_photo.src=newSrc;
			
			main_photo_caption.innerHTML = photoCaption[nb];
			document.getElementById('main_photo_container').style.display = 'block';	
	}
	
	function menuHover()
	{
		stillHover = true;
	}
	
	function switchmenu(idon)
	{
		hideSubMenues();
		document.getElementById(idon).style.display = 'block';
	}
	
	function tryHideSelectedSubMenu(idon)
	{
		stillHover = false;
		clearTimeout( delayHide );
		delayHide = setTimeout( "hideSelectedSubMenu('"+idon+"')", 500 );
	}

	function hideSubMenues()
	{
		document.getElementById('topnav2_60').style.display = 'none';
		document.getElementById('topnav2_61').style.display = 'none';
	}
	
	function hideSelectedSubMenu(idon)
	{
		if( !stillHover )
		{
			hideSubMenues()
			eval("idon = 'topnav2_"+idon+"';");
			document.getElementById(idon).style.display = 'block';
		}
	}
	
	function switchContact()
	{
		contactDiv = document.getElementById('contacts');
		contactStyle = document.getElementById('contacts').style.display;
		
		if ( contactStyle == 'none' )
		{
			switchval = 'block';
		}
		else
		{
			switchval = 'none';
		}
		
		document.getElementById('contacts').style.display = switchval;
	}
	
	function hideImage()
	{
		document.getElementById('main_photo_container').style.display = 'none';
	}
	
	function photoWidth(photoWidth)
	{
		document.getElementById('main_photo_container').style.width = photoWidth;
	}
	

	// Lyaout
	
	var photoCaption = new Array();

	function changeImg(newSrc,nb)
	{
			var main_photo = document.getElementById('main_photo_img');
			var main_photo_caption = document.getElementById('main_photo_caption');

			main_photo.src=newSrc;
			
			main_photo_caption.innerHTML = photoCaption[nb];
			document.getElementById('main_photo_container').style.display = 'block';
	}
	
	function switchContact()
	{
		contactDiv = document.getElementById('contacts');
		contactStyle = document.getElementById('contacts').style.display;
		
		if ( contactStyle == 'none' )
		{
			switchval = 'block';
		}
		else
		{
			switchval = 'none';
		}
		
		document.getElementById('contacts').style.display = switchval;
	}
	
	function hideImage()
	{
		document.getElementById('main_photo_container').style.display = 'none';
	}
	
	function photoWidth(photoWidth)
	{
		document.getElementById('main_photo_container').style.width = photoWidth;
	}
