// JavaScript Document


		
		  
			function ControleerGetoond()
			{
				oPaginaNaam = document.getElementById("paginaNaam");
				oPaginaN2Naam = document.getElementById("paginaN2Naam");
			  	if (oPaginaNaam != null) 
				{	
					oN1Link     = document.getElementById(oPaginaNaam.name);
					if (oN1Link)
					{
						oN1Link.style.color="#6791CA";
					}
				}
				if (oPaginaN2Naam != null) 
				{	
					oN2Link     = document.getElementById(oPaginaN2Naam.name);
					if (oN2Link)
					{
						oN2Link.style.color="#002F52";
					}
				}
			}
			





			function DisplayImage(pSource)
			{
				document.getElementById("img_introductie").src = pSource;
			
			}
			
			
			
			
			 function redirect(URL)
			 {
			   document.location=URL;
			   return false;
			 }		
			 
			 
			<!---------------------------------------------------------------------------->
			<!-- naam       : init                                             			-->
    		<!-- datum      : 23/03/2005                                                -->
			<!-- omchrijving: Deze funtie wordt aangeroepen bij het laden van de 		-->			
			<!--			  pagina, waarbij de foto's uit de div met het id blemdme   -->			
			<!--			  geroteerd worden.										    -->
			<!-- input      : /															-->			
			<!-- output     : /     													-->									
			<!---------------------------------------------------------------------------->
			function init() 
			{
				 var browser = navigator.appName;
				
				
				if (document.getElementById("blendme"))
				{
				 	divBlend = document.getElementById("blendme");
					divUpperBlend = document.getElementById("upperBlend");
					if(browser == "Microsoft Internet Explorer")
				 	{
					//	  divBlend.style.top = '150px';
					//	  divBlend.style.left = '342px';
					//	  divUpperBlend.style.top = '150px';
					//	  divUpperBlend.style.left = '342px';
				 	}
				 	else
				 	{
					//	  divBlend.style.top = '143px';
					//	  divBlend.style.left = '344px';
					//	  divUpperBlend.style.top = '150px';
					//	  divUpperBlend.style.left = '342px';
				 	}	
					blendImages('blendme', 50, 350);
				}
			}
			
			
			
			<!---------------------------------------------------------------------------->
			<!-- naam       : clicker                                             			-->
    		<!-- datum      : 16/10/2008                                                -->
			<!-- omchrijving: Deze funtie maakt de transparante overlay die gebruikt	-->			
			<!--			  wordt voor het columbus login scherm					    -->			
			<!-- input      : /															-->			
			<!-- output     : /     													-->									
			<!---------------------------------------------------------------------------->			
			function clicker()
			{
				var thediv= document.getElementById('displaybox');
				var divColumbuslogin = document.getElementById('ColumbusLogin');
				var divDinges = document.getElementById('dinges');
				var divColumbustitel = document.getElementById('Columbustitel');
				
				if(thediv.style.display == "none")
				{
					thediv.style.display = "";
					divColumbuslogin.style.display = "";
					divDinges.style.display = "";
					divColumbustitel.style.display = "";
					
					
				}
				else
				{
					thediv.style.display = "none";
					divColumbuslogin.style.display = "none";
					divDinges.style.display = "none";
					divColumbustitel.style.display = "none";
					
				}
				return false;
			}
			
			
			<!------------------------------------------------------------------------------->
			<!-- naam       : startLogin                                                   -->
    		<!-- datum      : 16/10/2008                                                   -->
			<!-- omchrijving: Deze funtie toont een plaatje ten teken dat er iets gebeurd  -->			
			<!-- input      : /															   -->			
			<!-- output     : /     													   -->									
			<!------------------------------------------------------------------------------->		
			function startLogin()
			{    
				
				document.getElementById('f1_upload_process').style.visibility = 'visible';    
				return true;
			}
			
			
			
			<!------------------------------------------------------------------------------->
			<!-- naam       : startLogin                                                   -->
    		<!-- datum      : 16/10/2008                                                   -->
			<!-- omchrijving: gebruikt in contact.php om een popup te openen  voor de print-->			
			<!-- input      : /															   -->			
			<!-- output     : /     													   -->									
			<!------------------------------------------------------------------------------->		
			function print()
			{
				var a = window.open('','','width=776px,height=700px');
				a.document.open("text/html");
				a.document.write('<link rel="stylesheet" type="text/css" href="includes/stijlen.css" />');
				a.document.write("<STYLE TYPE='text/css'>#paf {height:auto; display:none; overflow-x:none; overflow-y:visible; height:auto;}</STYLE>");
				a.document.write('<table style="position:absolute; top:0px; left:-10px; font-family:Arial,Helvetica,sans-serif;color:#FFFFFF;">');
				a.document.write(document.getElementById('kanarie').innerHTML);
				a.document.write('</table>');
				a.document.close();
				a.print();
			}
			
			
			
			
			
			<!------------------------------------------------------------------------------->
			<!-- naam       : rotateImages                                                   -->
    		<!-- datum      : 16/10/2008                                                   -->
			<!-- omchrijving: gebruikt in portfolio.php om de plaatjes te roteren		   -->			
			<!-- input      : /															   -->			
			<!-- output     : /     													   -->									
			<!------------------------------------------------------------------------------->	
			function rotateImages()
			{
				
				img_port_1  = document.getElementById("port1");
				img_port_2  = document.getElementById("port2");
				img_port_3  = document.getElementById("port3");
				img_port_4  = document.getElementById("port4");
				img_port_5  = document.getElementById("port5");
				img_port_6  = document.getElementById("port6");
				img_port_7  = document.getElementById("port7");
				img_port_8  = document.getElementById("port8");
				img_port_9  = document.getElementById("port9");
				img_port_10 = document.getElementById("port10");
				img_port_11 = document.getElementById("port11");
				img_port_12 = document.getElementById("port12"); 
				
				var rand_no = (Math.floor(12*Math.random()))+1;

	
				
				document.getElementById("cabines").style.color = "#FFFFFF";
				document.getElementById("queen").style.color = "#FFFFFF";
				document.getElementById("expanders").style.color = "#FFFFFF";
				document.getElementById("barcol").style.color = "#FFFFFF";
				document.getElementById("eldim").style.color = "#FFFFFF";
				document.getElementById("asml").style.color = "#FFFFFF";
				document.getElementById("recorder").style.color = "#FFFFFF";
				document.getElementById("techno_coating").style.color = "#FFFFFF";
				document.getElementById("wembley").style.color = "#FFFFFF";
				document.getElementById("hek").style.color = "#FFFFFF";
				document.getElementById("rollenwisselaar").style.color = "#FFFFFF";
				document.getElementById("dorel").style.color = "#FFFFFF";
				
				img_port_1.src = 'img/portfolio/1_dark.jpg';
				img_port_2.src = 'img/portfolio/2_dark.jpg';
				img_port_3.src = 'img/portfolio/3_dark.jpg';
				img_port_4.src = 'img/portfolio/4_dark.jpg';
				img_port_5.src = 'img/portfolio/5_dark.jpg';
				img_port_6.src = 'img/portfolio/6_dark.jpg';
				img_port_7.src = 'img/portfolio/7_dark.jpg';
				img_port_8.src = 'img/portfolio/8_dark.jpg';
				img_port_9.src = 'img/portfolio/9_dark.jpg';
				img_port_10.src = 'img/portfolio/10_dark.jpg';
				img_port_11.src = 'img/portfolio/11_dark.jpg';
				img_port_12.src = 'img/portfolio/12_dark.jpg'; 
				
				switch(rand_no)
				{
					case 1: 
						img_port_1.src = 'img/portfolio/1.jpg';
						document.getElementById("cabines").style.color = "#FF9900";
					break;
					case 2: 
						img_port_2.src = 'img/portfolio/2.jpg';
						document.getElementById("queen").style.color = "#FF9900";
					break;
					case 3: 
						img_port_3.src = 'img/portfolio/3.jpg';
						document.getElementById("expanders").style.color = "#FF9900";
					break;
					case 4: 
						img_port_4.src = 'img/portfolio/4.jpg';
						document.getElementById("barcol").style.color = "#FF9900";
					break;
					case 5: 
						img_port_5.src = 'img/portfolio/5.jpg';
						document.getElementById("eldim").style.color = "#FF9900";
					break;
					case 6: 
						img_port_6.src = 'img/portfolio/6.jpg';
						document.getElementById("asml").style.color = "#FF9900";
					break;
					case 7: 
						img_port_7.src = 'img/portfolio/7.jpg';
						document.getElementById("recorder").style.color = "#FF9900";
					break;
					case 8: 
						img_port_8.src = 'img/portfolio/8.jpg';
						document.getElementById("techno_coating").style.color = "#FF9900";
					break;
					case 9: 
						img_port_9.src = 'img/portfolio/9.jpg';
						document.getElementById("wembley").style.color = "#FF9900";
					break;
					case 10: 
						img_port_10.src = 'img/portfolio/10.jpg';
						document.getElementById("hek").style.color = "#FF9900";
					break;
					case 11: 
						img_port_11.src = 'img/portfolio/11.jpg';
						document.getElementById("rollenwisselaar").style.color = "#FF9900";
					break;
					case 12: 
						img_port_12.src = 'img/portfolio/12.jpg';
						document.getElementById("dorel").style.color = "#FF9900";
					break;

					
				}	
				setTimeout("rotateImages()",2000);  
			
			}			


			<!------------------------------------------------------------------------------->
			<!-- naam       : initPortfolio                                                -->
    		<!-- datum      : 16/10/2008                                                   -->
			<!-- omchrijving: gebruikt in portfolio.php om de rotatiefunctie aan te roepen -->			
			<!-- input      : /															   -->			
			<!-- output     : /     													   -->									
			<!------------------------------------------------------------------------------->	
			function initPortfolio() 
			{
				if (document.getElementById("port1"))
					rotateImages();
			}
