// Thank's to Johnny Berghmans
var gmyWin=null;
function gloss(wToPoint) {
	gmyWin=glossary(wToPoint, gmyWin);
}
function glossary(wordToPoint, winObj) {
	var theWin;
	var target = "/glossary/frGloss.htm#" + wordToPoint;
	//if window already exists
	if (winObj != null)
	{
		if (!winObj.closed)
		{
			theWin = window.open(target, 'fBottom', "width=320,height=400,titlebar=no");
			winObj.focus();
			return theWin;
		}
	}
	//if window does not exists
	else
	{
		theWin = window.open(target, 'glossary', "width=320,height=400,titlebar=no");
		return theWin;
	}
}

function openContact() {
	contactWin = window.open("/fr/contact.php", 'contact', "width=440,height=500,titlebar=no");
	contactWin.focus();
}

function openToOrderControle() {
	contactWin = window.open("/fr/Documentation/Forms/toOrderControle.php", 'order', "width=630,height=490,status=no,titlebar=no");
	contactWin.focus();
}
function openToOrderEmployer() {
	contactWin = window.open("/fr/Documentation/Forms/toOrderEmployer.php", 'order', "width=540,height=490,status=no,titlebar=no");
	contactWin.focus();
}
function openToOrderInternational() {
	contactWin = window.open("/fr/Documentation/Forms/toOrderInternational.php", 'order', "width=480,height=490,status=no,titlebar=no");
	contactWin.focus();
}
function openToOrderRequest() {
	contactWin = window.open("/fr/Documentation/Forms/toOrderRequest.php", 'order', "width=850,height=490,status=no,titlebar=no");
	contactWin.focus();
}
function openToOrderVarious() {
	contactWin = window.open("/fr/Documentation/Forms/toOrderVarious.php", 'order', "width=620,height=490,status=no,titlebar=no");
	contactWin.focus();
}

function preloadImagesLevel1() {
	MM_preloadImages(
		'/_img/pictoReglementation_f2.gif',
		'/_img/pictoCalculer_f2.gif',
		'/_img/pictoNews_f2.gif',
		'/_img/pictoInformations_f2.gif',
		'/_img/bulKomst_f2.gif',
		'/_img/bulAdopt_f2.gif',
		'/_img/bulWerk_f2.gif',
		'/_img/bulJaar_f2.gif',
		'/_img/bulHandic_f2.gif',
		'/_img/bulOuder_f2.gif',
		'/_img/bulGezin_f2.gif',
		'/_img/bulRkw_f2.gif');
}
function preloadImagesLevel2() {
	MM_preloadImages(
		'/_img/up_f2.gif',
		'/_img/back_f2.gif',
		'/_img/shortInfo_f2.gif',
		'/_img/shortGlossary_f2.gif',
		'/_img/shortDocument_f2.gif',
		'/_img/shortPlan_f2.gif',
		'/_img/shortContact_f2.gif');
}
function preloadImagesValue() {
	MM_preloadImages(
	'/_imgValeurs/confiance_f2.gif',
	'/_imgValeurs/integrite_f2.gif',
	'/_imgValeurs/reciprocite_f2.gif',
	'/_imgValeurs/fierte_f2.gif',
	'/_imgValeurs/adhesion_f2.gif');
}
