
	var arrImagesCheckIMG = Array(74343,34643,24332,68389,242356,54362,23526,325246);
	 function makeRandom(intMin,intMax){
	  return Math.round(Math.random()*(intMax-intMin)+intMin);
	 }					

		function roterenThemasCheckImg(){
			var oVisual = document.getElementById("checkvisual");
			var intAfbeelding = makeRandom(0,(arrImagesCheckIMG.length-1));		
			
			if(oVisual!=undefined){
				oVisual.src="/img/checkcode/" + arrImagesCheckIMG[intAfbeelding] + ".gif";
			}

			
		}


function OpenAWindow(AURL,AAttr) {
  AWindow=window.open(AURL,window.name+"X",AAttr);
  if(parseInt(navigator.appVersion)>=3) AWindow.focus();
  return ;
}
		
	var arrImages = Array(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27);
	 function makeRandom(intMin,intMax){
	  return Math.round(Math.random()*(intMax-intMin)+intMin);
	 }
	function roterenThemasBackground(){
			var oThemaBackgroundVisual = document.getElementById("backgroundvisual");
			var intAfbeelding = makeRandom(0,(arrImages.length-1));		

			
			if(oThemaBackgroundVisual!=undefined){
				oThemaBackgroundVisual.style.background="url(/img2008/headervisuals/" + arrImages[intAfbeelding] + ".png)";
			}
			
		}
		
		
		
	 var arrImagesVisual = Array(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,29,32,33,34,35,36,37,38,40,41,42,43,44,45,46,47,50,51,52,53,54,55,56);
	 function makeRandom(intMin,intMax){
	  return Math.round(Math.random()*(intMax-intMin)+intMin);
	 }		
		function roterenThemas(){
			var oThemaVisual = document.getElementById("visual");
			var intAfbeelding = makeRandom(0,(arrImagesVisual.length-1));		

			
			if(oThemaVisual!=undefined){
				oThemaVisual.src="/img2008/visuals/marantz-philips-" + arrImagesVisual[intAfbeelding] + ".jpg";
			}
			
		}
		
		function CurrentURL()	{
       document.write(location.href);
      }
      // 		

		
	function copyURLToClipboard() {
		aa=document.body.createTextRange()
		aa.moveToElementText(document.all.strURL);
		aa.select();
		document.execCommand("Copy");
		document.selection.empty();
	}
	
	function HideNews(){
	document.getElementById('NewsContainer').style.display='none';
	document.getElementById('NewsKopShow').style.display='none';
	document.getElementById('NewsKopHide').style.display='block';
	return false;
	}
	function ShowNews(){
	document.getElementById('NewsContainer').style.display='block';
	document.getElementById('NewsKopShow').style.display='block';
	document.getElementById('NewsKopHide').style.display='none';
	return false;
	}
	
	function HideNewsTotal(){
	document.getElementById('NewsContainer').style.display='none';
	document.getElementById('NewsKopShow').style.display='none';
	document.getElementById('NewsKopHide').style.display='none';
	return false;
	}
	
	function ShowPhilipsSubnav(){
	document.getElementById('SubPhilipsLHH').style.visibility='visible';
	}
	function HidePhilipsSubnav(){
	document.getElementById('SubPhilipsLHH').style.visibility='hidden';
	}
	
	function ShowMarantzSubnav(){
	document.getElementById('SubMarantz').style.visibility='visible';
	}
	function HideMarantzSubnav(){
	document.getElementById('SubMarantz').style.visibility='hidden';
	}
	
	function ShowVariousSubnav(){
	document.getElementById('SubVarious').style.visibility='visible';
	}
	function HideVariousSubnav(){
	document.getElementById('SubVarious').style.visibility='hidden';
	}
	
	function ShowServiceManualsSubnav(){
	document.getElementById('SubServiceManuals').style.visibility='visible';
	}
	function HideServiceManualsSubnav(){
	document.getElementById('SubServiceManuals').style.visibility='hidden';
	}	
	
	
	
	
	

