	function NoContextMenu()
	{
		return(false);
	}
	document.oncontextmenu = NoContextMenu;
	
	var main;
	var menu;

	try 
	{
		if (root == undefined)
		{
			var root;
			root = '';
		}		
	}
	catch(exception)
	{
		var root;
		root = '';
	}
	
	function ShowComment(control)
	{
		if (document.getElementById('Pic' + control).src.indexOf('minus') != -1)
		{
			document.getElementById(control).style.display = 'none';
			document.getElementById('Pic' + control).src = "../images/plus.gif";			
		}
		else		
		{
			document.getElementById(control).style.display = '';
			document.getElementById('Pic' + control).src = "../images/minus.gif";
		}		
	}

	function closeJPO()
	{
		var divJPO;
		try
		{
			divJPO = document.getElementById("divJPO");
			divJPO.style.display = "none";
		}
		catch(e)
		{
				// ne rien faire
		}

	}
		
	function FinishPage()
	{
        	if (!loaded)
	        {													
				menu = "<br>";
				menu += "<img src='" + root + "../images/mains.jpg'></img>";
				menu += "<br><br><label style='font-size:10px; color:gray'></label><br><br><a onclick='return fbs_click()' href='http://www.facebook.com/share.php?u=http://www.pianosvandewinkel.be&t=Pianos%20Van%20de%20Winkel' target='_blank'><img src='" + root + "../images/facebook.png' width='25' height='25' border='0' class='pictureLink'></a>   <a href='http://twitter.com/home?status=Retrouvez%20les%20Pianos%20Van%20de%20Winkel%20sur%20www.pianosvandewinkel.be' target='_blank' onclick='javascript:pageTracker._trackPageview ('/outbound/twitter.com');'><img src='" + root + "../images/twitter.png' width='25' height='25' class='pictureLink'></a>"
				document.getElementById("ExtraMenu").innerHTML = menu;				
			
			 	main = "<div align='right' style='cursor: pointer;background-repeat:no-repeat; background-image:url(" + root + "../images/baniere.jpg); height: 110px; width: 900px'><div id='DivLanguage'><a id='LinkLanguage' href='../index.htm'>Change language</a></div><div style='background-repeat:no-repeat; text-align:center; padding: 10 10 10 10; background-image:url(" + root + "../images/location.png); height: 100px; width: 540px'><table cellspacing='0' cellpadding='0' border='0' width='520px' align='left'><tr><td><label id='LinkChoice'>Make a choice</label><br><br><object standby='Chargement...' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#6,0,0,0' width='50' height='30'><param name='SRC' value='" + root + "../animation/fleche.swf'><param name=bgcolor value='#990000'>    <embed src='" + root + "../animation/fleche.swf' pluginspage='http://www.macromedia.com/shockwave/download/' type='application/x-shockwave-flash' width='50' height='30' bgcolor='#990000'>    </embed>  </object>	</td><td align='right'>&nbsp;<a href='" + root + "b/index.htm'><img style='border: 0px solid white' src='" + root + "images/location1.jpg'></a>&nbsp;&nbsp;<a href='../index.htm'><img style='border: 0px solid white' src='" + root + "images/location2.jpg'></a>&nbsp;&nbsp;<a href='" + root + "a/index.htm'><img style='border: 0px solid white' src='" + root + "images/location3.jpg'></a></td></tr></table></div><br><br>";
				//document.getElementById("General").innerHTML = main + document.getElementById("General").innerHTML;  			
				document.getElementById("TopPage").innerHTML = main;

        	    loaded = true;
	     	} 
			
			try			
			{
				LoadGoogleMap();
			}
			catch(exception)
			{}
	}     
	    
    
