	var imageSets1 = new Image();imageSets1.src = 'defimages/buttons/home_over.gif';
	var imageSets2 = new Image();imageSets2.src = 'defimages/buttons/producten_over.gif';
	var imageSets3 = new Image();imageSets3.src = 'defimages/buttons/abonnementen_over.gif';
	var imageSets4 = new Image();imageSets4.src = 'defimages/buttons/zoeken_over.gif';
	var imageSets5 = new Image();imageSets5.src = 'defimages/buttons/nieuws_over.gif';
	var imageSets6 = new Image();imageSets6.src = 'defimages/buttons/contact_over.gif';
	var imageSets7 = new Image();imageSets7.src = 'defimages/buttons/help_over.gif';
	
	function m_over(die,dat,stat){
		document[die].src = dat;
		window.status = stat;
	}
	function us_form(action){
	document.us_form.action = 'subscribe.php?action='+action;
	document.us_form.submit();
	}
	function bu_form(action){
	document.bu_form.action = 'credits.php?action='+action;
	document.bu_form.submit();
	}
	
	
	 var ups = 0;
	 
   	function uploadImage2(){
	if(document.up_form.userfile.value != ""){
	if(ups == 0){
		document.up_form.submit();
		ups = 1;
	}
	}else{
		alert('Selecteer eerst een bestand op uw computer!');
	}
   }
   
   
   var dw = 0;
   function downl(fi_id){
   if(dw == 0){
   dw = 0;
   window.location = 'dl2.php?fi_id='+fi_id;
   }
   }
   
   function search_it(){
     index = document.search_form.tops.selectedIndex;
   	 wichw = document.search_form.tops.options[index].value;
   	 if(wichw == 1){
	 document.search_form.action = "products.php?action=1";
	 }else{
	 document.search_form.action = "users.php?action=1";
	 }	
   	 document.search_form.submit();	
   }
   

   function changeBox1(){
   document.getElementById('logbox').style.display = 'none';
   document.getElementById('pbox').style.display = 'block';
   }
   function changeBox2(){
   document.getElementById('logbox').style.display = 'block';
   document.getElementById('pbox').style.display = 'none';
   }
   
   function statit(its){
   status = its;
   return true;
   }
   
   
var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;


function banner_head_DoFSCommand(command, args) {
	var banner_headObj = isInternetExplorer ? document.all.banner_head : document.banner_head;

	if(command == "winstat"){
	statit(args);
	}
	
}


if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<scr'+'ipt language=\"VBScript\"\>\n');
	document.write('On Error Resume Next\n');
	document.write('Sub banner_head_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call banner_head_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');
}


