var subMenuVisible = 0;

function submenu(lang)
{
	if (subMenuVisible == 0) { 
		element = document.getElementById('menu');
 		if (lang == 'nl') element.innerHTML += "<br><i><a class='submenu' href='vlees.html'>Vlees</a> | <a class='submenu' href='zee.html'>Vis & Zeevruchten</a> | <a class='submenu' href='gevogelte.html'>Gevogelte</a> | <a class='submenu' href='diversen.html'>Diversen</a></i>";
 		else element.innerHTML += "<br><i><a class='submenu' href='vlees.html'>Viande</a> | <a class='submenu' href='zee.html'>Poissons & fruits de mer</a> | <a class='submenu' href='gevogelte.html'>Volaille</a> | <a class='submenu' href='diversen.html'>Produits divers</a></i>";
 		subMenuVisible = 1;
 	}
}

function openFolder()
{
	width=698;
	height=495;
	locX = (screen.width - width)/2;
	locY = (screen.height - height)/2;
	window.open('../folder/folder.html','','height='+height+',width='+width+',scrollbars=no,top=' + locY + ',left=' + locX + '');
}

function openKerstFolder()
{
	width=1000;
	height=430;
	locX = (screen.width - width)/2;
	locY = (screen.height - height)/2;
	window.open('../end2006/folder.html','','height='+height+',width='+width+',scrollbars=no,top=' + locY + ',left=' + locX + '');
}

function delivery() 
{
	width=600;
	height=492;
	locX = (screen.width - width)/2;
	locY = (screen.height - height)/2;
	window.open('overzicht.html','','height='+height+',width='+width+',scrollbars=no,top=' + locY + ',left=' + locX + '');
}


function getbrowserwidth()
{
	if (navigator.userAgent.indexOf("MSIE") > 0)
	{
    	return(document.body.clientWidth);
    }
    else
    {
    	return window.outerWidth;
    }
}


function getbrowserheight()
{
	if (navigator.userAgent.indexOf("MSIE") > 0)
	{
		return(document.body.clientHeight);
	} 
	else
	{
		return(window.outerHeight);
	}
}



function info(lang) 
{
	width=600;
	height=510;
	locX = (screen.width - width)/2;
	locY = (screen.height - height)/2;
	if (lang == 'nl') {
		window.open('form_nl.php','','height='+height+',width='+width+',scrollbars=yes,top=' + locY + ',left=' + locX + '');
	}
	else {
		window.open('form_fr.php','','height=492,width=600');
	}
}

function checkEmail(email) {
}

function checkInfoForm(form) {
	if (document.infoform.naam_zaak.value == null) alert('kak');
}


function opendoor() {
	width=583;
	height=400;
	locX = (screen.width - width)/2;
	locY = (screen.height - height)/2;
	window.open('opendeur.html','','height='+height+',width='+width+',scrollbars=yes,top=' + locY + ',left=' + locX + '');
}
