function AddHomePage()
{top.document.title = 'ICEJ.NL: '+document.title;}

function jumpto (url)
{open( 'http://www.icej.nl/cgi-bin/jumpto.pl?http://'+url, 'new_window' ,'');}

function ToolTabel(){
<!-- start table -->
document.write('<DIV VALIGN=\"bottom\" CLASS=\"newsbox\"><DIV CLASS=\"artikeltext\">');
<!-- print -->
document.write('<A HREF=\"/mailforms/phprint.php\?',self.location.pathname,'\"');
document.write('TITLE=\"Printervriendelijke versie van deze pagina\"'); 
document.write('TARGET=\"_blank\" onMouseout=\"window.status=\'\'; return true\"'); 
document.write('onMouseover=\"window.status=\'Klik voor een printervriendelijke pagina\'; return true\">');
document.write('<IMG SRC=\"/images/printer.gif\" BORDER=\"0\" HEIGHT=\"15\" WIDTH=\"16\">&nbsp; Print</A><BR>');
<!-- email -->
if (navigator.appName == 'Microsoft Internet Explorer')
 {document.write('<A HREF=\"mailto:?subject=Interessant artikel');
 document.write('&body=Hallo\13\13Het volgende artikel vond ik op de ICEJ website \13');
 document.write('Titel: ' + document.title + '\13');
 document.write('Link: ' + document.URL + '\13');
 if (document.all.Description != null)
  document.write('Beschrijving: ' + document.all.Description.content + '\"');
 else 
  document.write('\"');
 document.write('\" TITLE=\"Iemand via email atenderen op dit artikel\"');
 document.write('onMouseout=\"window.status=\'\'; return true\"'); 
 document.write('onMouseover=\"window.status=\'Iemand via email atenderen op dit artikel\'; return true\">');}
else
 {document.write('<A HREF=\"mailto:?subject=Interessante website&body=Hallo\13\13');
 document.write('Hierbij wil ik u atenderen op de website van de ICEJ.\13www.icej.nl\"');
 document.write('TITLE=\"Attendeer iemand op de ICEJ website\">');}
document.write('<IMG SRC=\"/images/email.gif\" BORDER=\"0\" HEIGHT=\"15\" WIDTH=\"16\">');
document.write('&nbsp; Email</A><BR>');
<!-- bookmark -->
if (navigator.appName == 'Microsoft Internet Explorer')
 {document.write('<A HREF=\"javascript:window.external.AddFavorite(self.location,top.document.title);\"');
 document.write('TITLE=\"Bookmark deze pagina\"');
 document.write('onMouseout=\"window.status=\'\'; return true\"'); 
 document.write('onMouseover=\"window.status=\'Bookmark deze pagina\'; return true\">');}
else
 {document.write('<A HREF=\"/service/bookmarkuitleg.html\" TARGET=\"_blank\"');
 document.write('TITLE=\"Uitleg hoe deze pagina te bookmarken\"');
 document.write('onMouseout=\"window.status=\'\';return true\"');
 document.write('onMouseover=\"window.status=\'Uitleg hoe deze pagina te bookmarken\';return true\">');}
document.write('<IMG SRC=\"/images/bookmark.png\" BORDER=\"0\" HEIGHT=\"15\" WIDTH=\"16\">');
document.write('&nbsp; Bookmark</A><BR>');
<!-- end table -->
document.write('</DIV></DIV>');}
<!-- end tools table -->


function ScrollMarquee() {
window.setTimeout('ScrollMarquee()', ScrollSpeed);
var msg = document.dasFormular.suchausdruck.value;
document.dasFormular.suchausdruck.value = msg.substring(ScrollChars) + msg.substring(0, ScrollChars);
}

function blockError(){return true;}
// window.onerror = blockError;

// globaly defined browser varibles
 var LAY = (document.layers)?true:false;
 var ALL = (document.all)?true:false;
 var DOM = (document.getElementById)?true:false;
 var OP = (window.opera)?true:false;
 var OP6 = ((window.print&&typeof(window.print)!=-1&&typeof(window.print)!=-1)?typeof(window.print):window.print)?true:false;
 var is_childNodes = 
((document.childNodes&&typeof(document.childNodes)!= -1 &&typeof(document.childNodes)!= -1)?typeof(document.childNodes):document.childNodes)?true:false;
if (OP6 == is_childNodes) {var OP7 = 'true'; OP6 = 'false';}

function getDocObj(elem,parent) {
 if (!OP||OP7)
   {
   if (LAY) {
            if (parent) {
                  return "document."+parent+".document."+elem;
            } else {
                  return "document."+elem;
            }
            
      } else if (ALL) {
            return "document.all."+ elem;
	}
       else if (DOM) {
            return "document.getElementById('"+elem+"')";
      }
   }
}

function clickCatagory(strCatagoryID){
 if (!OP||OP7)
  {
   var objText = eval(getDocObj("T_" + strCatagoryID));
   var VIS = (objText.style.visibility)?true:false;
   if (VIS){  
	if (objText.style.visibility == 'hidden')
		{
                // Netscape understands "show"
                // Mozilla 0.9.9 wants "visible";
                // both browsers don't care about each other's setting
		objText.style.visibility = 'visible';
		objText.style.visibility = 'show';
 		} 
	else {
		objText.style.visibility = 'hidden';
		}
	}
   else
	{
	if (objText.style.display == 'none')
		{
		objText.style.display = '';
 		} 
	else {
		objText.style.display = 'none';
		}
	}
   }
}