// ' #############################################################################
// ' Popup A
// ' #############################################################################
function OpenPopupA(URL,NAME) {
	var winWidth	= 440;
	var winHeight	= 430;
	var winLeft		= 25;
	var winTop		= 25;
	//var winLeft	= (screen.width - winWidth) / 2;
	//var winTop	= (screen.height - winHeight) / 2;
	window.open(URL, NAME, 'toolbar=0,scrollbars=1,location=0,menubar=1,status=1,resizable=0,width='+winWidth+',height='+winHeight+',left='+winLeft+',top='+winTop);
}
// ' #############################################################################
// ' Popup B
// ' #############################################################################
function OpenPopupB(URL,NAME) {
	var winWidth	= 390;
	var winHeight	= 420;
	var winLeft		= 25;
	var winTop		= 25;
	//var winLeft	= (screen.width - winWidth) / 2;
	//var winTop	= (screen.height - winHeight) / 2;
	window.open(URL, NAME, 'toolbar=0,scrollbars=1,location=0,menubar=1,status=1,resizable=0,width='+winWidth+',height='+winHeight+',left='+winLeft+',top='+winTop);
}
// ' #############################################################################
// ' Popup Specials
// ' #############################################################################
function OpenPopupSpecials(URL,NAME) {
	var winWidth	= 520;
	var winHeight	= 480;
	var winLeft		= 25;
	var winTop		= 25;
	//var winLeft	= (screen.width - winWidth) / 2;
	//var winTop	= (screen.height - winHeight) / 2;
	window.open(URL, NAME, 'toolbar=0,scrollbars=1,location=0,menubar=1,status=1,resizable=0,width='+winWidth+',height='+winHeight+',left='+winLeft+',top='+winTop);
}
// ' #############################################################################
// ' Popup Nagel analyse
// ' #############################################################################
function OpenNagelAnalyse(URL,NAME) {
	var winWidth	= 390;
	var winHeight	= 420;
	var winLeft		= 25;
	var winTop		= 25;
	//var winLeft	= (screen.width - winWidth) / 2;
	//var winTop	= (screen.height - winHeight) / 2;
	window.open(URL, NAME, 'toolbar=0,scrollbars=1,location=0,menubar=1,status=1,resizable=0,width='+winWidth+',height='+winHeight+',left='+winLeft+',top='+winTop);
}
// ' #############################################################################
// ' Popup Arrangementen
// ' #############################################################################
function OpenArrangement(URL,NAME) {
	var winWidth	= 390;
	var winHeight	= 420;
	var winLeft		= 25;
	var winTop		= 25;
	//var winLeft	= (screen.width - winWidth) / 2;
	//var winTop	= (screen.height - winHeight) / 2;
	window.open(URL, NAME, 'toolbar=0,scrollbars=1,location=0,menubar=1,status=1,resizable=0,width='+winWidth+',height='+winHeight+',left='+winLeft+',top='+winTop);
}
// ' #############################################################################
// ' Link description homepage
// ' #############################################################################
var linktext=new Array()
linktext[0]="Op het <b>Vennenbos</b> & <b>Lommerbergen</b> brengen wij u 'in de wolken' zodra u onze salon binnenkomt. Wij nodigen u uit om een van onze vele behandelingen te komen ervaren.<br><br>In onze salon kunt u bijvoorbeeld kiezen voor een ontspannende basis gezichtsbehandeling maar ook voor een van de vele verwen- arrangementen met bijvoorbeeld een lichaamsmassage...<br><br>Locaties: Hapert & Reuver<br>Landal Greenparks"
linktext[1]="Zodra u de deur binnen gaat bij <b>Cosm&eacute;</b>, koestert u zich in de hartelijke zorgeloze ambiance, waar alles erop gericht is u een heerlijke tijd te bezorgen.<br><br>Een ideale ouverture voor een uitgebreid schoonheids-programma waarin alle zorgen en beslommeringen van u afglijden...<br><br>Locatie: Hapert"
linktext[2]="<b>Schoonheid op zijn Frans!</b><br><br>Bij <b>Beautiek Eindhoven</b> staat uw schoonheid voorop. U kunt bij ons terecht voor een scala aan verwennerijen, van enkel een zonnebankkuur tot geheel verzorgde beautyarrangementen. Dit alles verpakken wij in een ontspannen Franse sfeer.<br><br>Kortom Beautiek Eindhoven; <i>Pour La joie de vivre!</i>"
linktext[3]="Bij Beautysalon <b>Aosa</b> kunt u terecht voor alle specialiteiten dat het merk Osaíne te bieden heeft...<br><br>Locatie: Waalre"
linktext[4]="Binnen onze <b>Online Beauty Shop!</b> hebt u de mogelijkheid om producten te bestellen van o.a. de merken: Bergman Beauty Care, Hayoun, Herbalife, Jessica, Lady Esther, Mary Cohr, Ortholon, Davines en Plantina Fit."

var ns6=document.getElementById&&!document.all
var ie=document.all

function show_text(thetext, whichdiv){
	if (ie) eval("document.all."+whichdiv).innerHTML=linktext[thetext]
	else if (ns6) document.getElementById(whichdiv).innerHTML=linktext[thetext]
	}

function resetit(whichdiv){
	if (ie) eval("document.all."+whichdiv).innerHTML=' '
	else if (ns6) document.getElementById(whichdiv).innerHTML=' '
	}
// ' #############################################################################