<!--
function decision(message, url){

	if(confirm(message)) location.href = url;
}
// -->


<!-- Begin
function right(e) {
	if (navigator.appName == 'Netscape' && 
	(e.which == 3 || e.which == 2))
	return false;
	else if (navigator.appName == 'Microsoft Internet Explorer' && 
	(event.button == 2 || event.button == 3)) {
	alert('Tous droits réservés ©RliSoft R.Lieveloo');return false;
	}
	return true;
	}
	document.onmousedown=right;
	document.onmouseup=right;
	if (document.layers) window.captureEvents(Event.MOUSEDOWN);
	if (document.layers) window.captureEvents(Event.MOUSEUP);
	window.onmousedown=right;
	window.onmouseup=right;
//  End -->
<!--
function loadframes(frame1,page1) {
	eval("parent."+frame1+".location='"+page1+"'");
}
// End -->

<!-- Begin
function right(e) {
	if (navigator.appName == 'Netscape' && 
	(e.which == 3 || e.which == 2))
	return false;
	else if (navigator.appName == 'Microsoft Internet Explorer' && 
	(event.button == 2 || event.button == 3)) {
	alert('Copyright ©2012 rliSoft');return false;
	}
	return true;
	}
	document.onmousedown=right;
	document.onmouseup=right;
	if (document.layers) window.captureEvents(Event.MOUSEDOWN);
	if (document.layers) window.captureEvents(Event.MOUSEUP);
	window.onmousedown=right;
	window.onmouseup=right;
//  End -->

<!--
function MM_displayStatusMsg(msgStr) { 
  	status=msgStr;
 	 document.MM_returnValue = true;
}
// End -->
 
function loadOne(iframe1URL) 
{ 
parent.MAIN.location.href=iframe1URL 
} 

// End -->
<!--
var message="Copyright ©2012 rliSoft";
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// --> 

function rfalse() 
{ 
return false; 
} 
function no_sel(l) 
{ 
if(document.attachEvent) 
{ 
for(var i=0; i<l; i++) 
{ 
document.getElementById('no_sel_' + i).attachEvent('onselectstart', rfalse); 
} 
} 
} 
//-->

<!-- Begin
function changeScrollbarColor(C) {
if (document.all) {
document.body.style.scrollbarBaseColor = C;
   }
}

<!--
function navigation(wth,hth) { fen = window.open ("","fiche","directories=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no,width="+wth+",height="+hth); if( self.focus ) fen.focus(); } // -->
//  End -->


<!--
function getIFRAME_doc_height(IFrameDoc)
{
	if (navigator.vendor =='Apple Computer, Inc.') return IFrameDoc.documentElement.scrollHeight + 30;
	if (navigator.vendor =='Google Inc.')  return IFrameDoc.documentElement.scrollHeight + 30;
	return (typeof IFrameDoc.height != 'undefined') ? 
		IFrameDoc.height +10: 
	(IFrameDoc.body && typeof IFrameDoc.body.scrollHeight != 'undefined') ? 
		IFrameDoc.body.scrollHeight +10:
	null;
}
function IFRAME_size_to_content(iframe_ref)
{
	var IFrameDoc, oIframe = document.getElementById(iframe_ref);
	
	/* scroll(0,0); doet naar boven springen*/
	if (typeof oIframe != null)
	{
		if (oIframe.contentDocument) 
			IFrameDoc = oIframe.contentDocument; 
		else if (oIframe.contentWindow)
			IFrameDoc = oIframe.contentWindow.document;
		else if (oIframe.document)
			IFrameDoc = oIframe.document;

	var hgt = getIFRAME_doc_height(IFrameDoc);
			if (hgt != null && hgt > 300 )
				oIframe.style.height = String(hgt + 'px');
			else oIframe.style.height = String('300px');
	}

	return true;
}
//-->

