<!-- //Hide for older browser
	
	function swapImage(imgName, type) {
		var imgFile = eval(imgName + type + ".src")
		document.images[imgName].src = imgFile
		return false
	}	

	function changePosition(lngMenuId){
		
		switch (lngMenuId) {
			case 1:
				top.actualId=lngMenuId;
				//top.frames["title"].document.images[0].src="Top.gif";
				top.frames["content"].location.href="home.html";
				break
			case 2:
				top.actualId=lngMenuId;
				//top.frames["title"].document.images[0].src="Top_H.gif";
				top.frames["content"].location.href="horloges/omega.html";
				break
			case 3:
				top.actualId=lngMenuId;
				//top.frames["title"].document.images[0].src="Top_S.gif";
				top.frames["content"].location.href="sieraden/lechic.html";
				break
			case 4:
				top.actualId=lngMenuId;
				top.frames["content"].location.href="trouwringen/chrisbauer.html";
				//document.images["Top"].src = "images/Top_T.gif";
				//top.frames["title"].location.href="images/Top_T.gif";
				break
			case 5:
				top.actualId=lngMenuId;
				top.frames["content"].location.href="contact.html";
				//document.images["Top"].src = "images/Top_C.gif";
				//top.frames["title"].location.href="images/Top_C.gif";
				break
			case 6:
				top.actualId=lngMenuId;
				top.frames["content"].location.href="lokatie.html";
				//document.images["Top"].src = "images/Top_L.gif";
				//top.frames["title"].location.href="images/Top_L.gif";
				break
			case 7:
				top.actualId=lngMenuId;
				top.frames["content"].location.href="links.html";
				//document.images["Top"].src = "images/Top_I.gif";
				//top.frames["title"].location.href="images/Top_I.gif";
				break
			default:
				top.actualId=lngMenuId;
				top.frames["content"].location.href="home.html";
				//document.images["Top"].src = "images/Top.gif";
				//top.frames["title"].location.href="images/Top.gif";
				break
		} 
	}
	
	function gfbResetFrame(lngMenuId)
	{
		if (parent.frames.length!=9) {
			top.location.href  = 'index.html';
		}
		loadTitleImg(lngMenuId);
	}

	function loadTitleImg(lngMenuId) {
		//alert(top.frames["title"].document.images[0].src);
		switch (lngMenuId) {
			case 1:
				top.frames["title"].document.images[0].src="../images/Top.gif";
				break
			case 2:
				top.frames["title"].document.images[0].src="../images/Top_H.gif";
				break
			case 3:
				top.frames["title"].document.images[0].src="../images/Top_S.gif";
				break
			case 4:
				top.frames["title"].document.images[0].src="../images/Top_T.gif";
				break
			case 5:
				top.frames["title"].document.images[0].src="../images/Top_C.gif";
				break
			case 6:
				top.frames["title"].document.images[0].src="../images/Top_L.gif";
				break
			case 7:
				top.frames["title"].document.images[0].src="../images/Top_I.gif";
				break
			default:
				top.frames["title"].document.images[0].src="../images/Top.gif";
				break
		} 
	}
//-->	