
var isDOM = (document.getElementById) ? true : false;
var isNS4 = (document.layers) ? true : false;
var isMSIE = (document.all && document.all.item) ? true : false;
var isIE5 = (isDOM && isMSIE) ? true : false;
var isNS6 = (isDOM && !isMSIE && (navigator.vendor == "Netscape6")) ? true : false;
var isMozilla = (isDOM && !isMSIE && !isOpera) ? true : false;
var isOpera = (window.opera) ? true : false;  
var isOpera5 = (isOpera && isDOM) ? true : false;

var string1 = (isNS4 || isNS6 || isMozilla) ? "document." : "document.all.";
var string2 = (isNS4) ? "" : ".style";

function scroll_center(){
	if (isNS4 || isNS6 || isMozilla || isOpera5){
		k = innerWidth;
		} 
	else{
		k = document.body.clientWidth;
		}	

	if (isNS4){
		n = (document.width-600)/2;
		scroll_x = Math.round(n)-9;
		m = (k-600)/2;
		client_x = Math.round(m);
		diffX = scroll_x-client_x;
		window.scroll(diffX,0);
		}
	else {
		if (isOpera5){
			m = (k-600)/2+140;
			client_x = Math.round(m);
			diffX = client_x;
			window.scroll(diffX,0);
			}
		else{
			if (isNS6 || isMozilla){
				m = (k-600)/2+81;
				client_x = Math.round(m);
				diffX = client_x;
				window.scroll(diffX,0);
				}
				else {
				n=(document.body.scrollWidth-600)/2;
				scroll_x = Math.round(n)-9;
				m = (k-600)/2;
				client_x = Math.round(m);
				document.body.scrollLeft = scroll_x-client_x;
				}
			}
		}
}//end scroll_center

var numv = new Array("l","r");

function showDiv(numv){
for(i=0;i<=1;i++){	
	if (isMozilla || isOpera5 || isNS6){
		d = document.getElementById('MDiv' + numv[i]);
		d.style.visibility = "visible";
		}
	else {
		eval(string1 + 'MDiv' + numv[i] + string2 + '.visibility = "visible";');
		}	
	}//end for
}//end showDiv(numv)


function OpenWin3 (num){
	window.open("photo.html?id="+num,'p'+num,"menubar=0,width=650,height=500,left=10,top=10,scrollbars=0,resizable=1");
}

function OpenWin2 (num){
	window.open("beer.php?id="+num,'b'+num,"menubar=0,width=566,height=400,left=100,top=10,scrollbars=1");
}


function OpenWin (num){
	if (num == 'stella') window.open("stella_artois.html",num,"menubar=0,width=566,height=400,left=100,top=10,scrollbars=1");
	if (num == 'belle') window.open("belle_vue.html",num,"menubar=0,width=566,height=400,left=100,top=10,scrollbars=1");
	if (num == 'hoegaarden') window.open("hoegaarden_wite.html",num,"menubar=0,width=566,height=400,left=100,top=10,scrollbars=1");
	if (num == 'leffe') window.open("leffe.html",num,"menubar=0,width=566,height=400,left=100,top=10,scrollbars=1");
	if (num == 'chimay') window.open("chimay.html",num,"menubar=0,width=566,height=400,left=100,top=10,scrollbars=1");
	if (num == 'duvel') window.open("duvel.html",num,"menubar=0,width=566,height=400,left=100,top=10,scrollbars=1");

	if (num == 'photo1') window.open("photo1.html",num,"menubar=0,width=550,height=475,left=100,top=10,scrollbars=0");
	if (num == 'photo2') window.open("photo2.html",num,"menubar=0,width=550,height=475,left=100,top=10,scrollbars=0");
	if (num == 'photo3') window.open("photo3.html",num,"menubar=0,width=550,height=474,left=100,top=10,scrollbars=0");
	if (num == 'photo4') window.open("photo4.html",num,"menubar=0,width=327,height=524,left=100,top=10,scrollbars=0");
	if (num == 'photo5') window.open("photo5.html",num,"menubar=0,width=550,height=480,left=100,top=10,scrollbars=0");
	if (num == 'photo6') window.open("photo6.html",num,"menubar=0,width=327,height=524,left=100,top=10,scrollbars=0");
	if (num == 'photo7') window.open("photo7.html",num,"menubar=0,width=550,height=476,left=100,top=10,scrollbars=0");
	if (num == 'photo8') window.open("photo8.html",num,"menubar=0,width=550,height=475,left=100,top=10,scrollbars=0");
	if (num == 'photo9') window.open("photo9.html",num,"menubar=0,width=550,height=478,left=100,top=10,scrollbars=0");
	if (num == 'photo10') window.open("photo10.html",num,"menubar=0,width=328,height=524,left=100,top=10,scrollbars=0");
	if (num == 'photo11') window.open("photo11.html",num,"menubar=0,width=329,height=524,left=100,top=10,scrollbars=0");

	if (num == 'halloween1') window.open("halloween1.html",num,"menubar=0,width=550,height=487,left=100,top=10,scrollbars=0");
	if (num == 'halloween2') window.open("halloween2.html",num,"menubar=0,width=338,height=524,left=100,top=10,scrollbars=0");
	if (num == 'halloween3') window.open("halloween3.html",num,"menubar=0,width=338,height=524,left=100,top=10,scrollbars=0");
	if (num == 'halloween4') window.open("halloween4.html",num,"menubar=0,width=550,height=487,left=100,top=10,scrollbars=0");
	if (num == 'halloween5') window.open("halloween5.html",num,"menubar=0,width=550,height=487,left=100,top=10,scrollbars=0");
	if (num == 'halloween6') window.open("halloween6.html",num,"menubar=0,width=338,height=524,left=100,top=10,scrollbars=0");
	if (num == 'halloween7') window.open("halloween7.html",num,"menubar=0,width=550,height=487,left=100,top=10,scrollbars=0");
	if (num == 'halloween8') window.open("halloween8.html",num,"menubar=0,width=338,height=524,left=100,top=10,scrollbars=0");
	if (num == 'halloween9') window.open("halloween9.html",num,"menubar=0,width=550,height=487,left=100,top=10,scrollbars=0");
	if (num == 'halloween10') window.open("halloween10.html",num,"menubar=0,width=550,height=487,left=100,top=10,scrollbars=0");
	if (num == 'halloween11') window.open("halloween11.html",num,"menubar=0,width=550,height=487,left=100,top=10,scrollbars=0");
	if (num == 'halloween12') window.open("halloween12.html",num,"menubar=0,width=550,height=487,left=100,top=10,scrollbars=0");
	
	if (num == 'year1') window.open("year1.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year2') window.open("year2.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year3') window.open("year3.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year4') window.open("year4.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year5') window.open("year5.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year6') window.open("year6.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year7') window.open("year7.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year8') window.open("year8.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year9') window.open("year9.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year10') window.open("year10.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year11') window.open("year11.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year12') window.open("year12.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year13') window.open("year13.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year14') window.open("year14.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year15') window.open("year15.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year16') window.open("year16.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year17') window.open("year17.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year18') window.open("year18.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year19') window.open("year19.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year20') window.open("year20.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year21') window.open("year21.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year22') window.open("year22.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year23') window.open("year23.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year24') window.open("year24.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year25') window.open("year25.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year26') window.open("year26.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year27') window.open("year27.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year28') window.open("year28.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year29') window.open("year29.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year30') window.open("year30.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year31') window.open("year31.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year32') window.open("year32.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year33') window.open("year33.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year34') window.open("year34.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year35') window.open("year35.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year36') window.open("year36.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year37') window.open("year37.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year38') window.open("year38.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year39') window.open("year39.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year40') window.open("year40.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year41') window.open("year41.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year42') window.open("year42.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year43') window.open("year43.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year44') window.open("year44.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year45') window.open("year45.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year46') window.open("year46.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year47') window.open("year47.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year48') window.open("year48.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year49') window.open("year49.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year50') window.open("year50.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year51') window.open("year51.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year52') window.open("year52.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year53') window.open("year53.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year54') window.open("year54.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year55') window.open("year55.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year56') window.open("year56.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year57') window.open("year57.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year58') window.open("year58.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year59') window.open("year59.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year60') window.open("year60.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year61') window.open("year61.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year62') window.open("year62.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year63') window.open("year63.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year64') window.open("year64.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year65') window.open("year65.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year66') window.open("year66.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year67') window.open("year67.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year68') window.open("year68.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year69') window.open("year69.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year70') window.open("year70.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year71') window.open("year71.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year72') window.open("year72.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year73') window.open("year73.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year74') window.open("year74.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year75') window.open("year75.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year76') window.open("year76.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year77') window.open("year77.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
	if (num == 'year78') window.open("year78.html",num,"menubar=0,width=400,height=374,left=100,top=10,scrollbars=0");
}

ScriptLoad = true;
