mmenu = false;
mmenui = false;
mmenuiOld = false ;

function showmenu(nr,offLeft) {
		mmenui = parent.header.document.getElementById(nr+"Img");
		if (mmenui.src.indexOf("knopud.gif") < 0) {
			hidemenuIntern();
			mmenu = parent.main.document.getElementById(nr).style;
			mmenui = parent.header.document.getElementById(nr+"Img");
			mmenuiOld = mmenui;
			mmenu.top = parent.main.document.body.scrollTop;
			mmenu.visibility = "visible";
			mmenui.style.top = 36;
			mmenu.left = offLeft;
			mmenui.style.left = offLeft+95;
			mmenui.src = "/images/knopud.gif";
		}
}

function hidemenuIntern() {
	mmenu.visibility = "hidden";
	mmenu = false;
	resetIcons();
}

function hidemenu() {
	parent.header.mmenu.visibility = "hidden";
	parent.header.mmenu = false;
	resetIcons();
}

function resetIcons() {
	var img1 = false ;
	img1 = parent.header.document.getElementById('onlineButikMenuImg') ;
	if (img1.src.indexOf("knopud.gif") > 0) {  
		img1.src = "/images/knopind.gif";
	}
	else {
		img1.src = "/images/knop.gif";
	}
	img1.style.left = 165 ;
	img1.style.top = 36 ;

	img1 = parent.header.document.getElementById('timeServiceMenuImg') ;
	if (img1.src.indexOf("knopud.gif") > 0) {  
		img1.src = "/images/knopind.gif";
	}
	else {
		img1.src = "/images/knop.gif";
	}
	img1.style.left = 315 ;
	img1.style.top = 36 ;
	
	img1 = parent.header.document.getElementById('serviceMenuImg') ;
	if (img1.src.indexOf("knopud.gif") > 0) {  
		img1.src = "/images/knopind.gif";
	}
	else {
		img1.src = "/images/knop.gif";
	}
	img1.style.left = 460 ;
	img1.style.top = 36 ;

	img1 = parent.header.document.getElementById('interfloraMenuImg') ;
	if (img1.src.indexOf("knopud.gif") > 0) {  
		img1.src = "/images/knopind.gif";
	}
	else {
		img1.src = "/images/knop.gif";
	}
	img1.style.left = 585;
	img1.style.top = 36;
}

function scroll() {
	hidemenu();
/*
	if (parent.main.document.getElementById('onlineButikMenu').style.visibility == 'visible') {
		showmenu('onlineButikMenu',70);
	}
	if (parent.main.document.getElementById('timeServiceMenu').style.visibility == 'visible') {
		showmenu('timeServiceMenu',220);
	}
	if (parent.main.document.getElementById('serviceMenu').style.visibility == 'visible') {
		showmenu('serviceMenu',365);
	}
	if (parent.main.document.getElementById('interfloraMenu').style.visibility == 'visible') {
		showmenu('interfloraMenu',490);
	}
*/
}
