


function bestel_product(){
    if (document.bestelproduct.maat.selectedIndex == "0" )  {
        alert ( "U moet nog een maat kiezen." );
    } else {
		document.bestelproduct.submit();	
	}
}

function confirmPlease(message){
var agree=confirm(message);
if (agree)
 return true ;
else
 return false ;
}

function show_inline(name) {
var e = document.getElementById(name);
e.style.display = 'inline';
}

function show(name) {
var e = document.getElementById(name);
e.style.display = 'block';
}
function hide(name) {
var e = document.getElementById(name);
e.style.display = 'none';
}

function showhide(name) { 
   var e = document.getElementById(name);

   if(e.style.display == 'block') { 
      e.style.display = 'none';
   } else { 
      e.style.display = 'block';  
   } 

} 

function redirect(pagina){
	window.location= pagina;
}

//XMLhttp variable will hold the XMLHttpRequest object        
var xmlhttp;
try{
	xmlhttp = new ActiveXObject("Msxml2.XMLHttp");
}catch(e){
	try{
		xmlhttp = new ActiveXObject("Microsoft.XMLHttp");
	}catch(e2){}
}	
if(xmlhttp == undefined && (typeof XMLHttpRequest != 'undefined')){
	xmlhttp = new XMLHttpRequest();
} 

/* start sifrt op */
sIFR.replaceElement("h1", named({sFlashSrc: "www/swf/snellroundhand.swf", sColor: "#FFFFFF", sWmode: "transparent"}));
sIFR.replaceElement("h2", named({sFlashSrc: "www/swf/snellroundhand.swf", sColor: "#FFFFFF", sWmode: "transparent"}));
sIFR.replaceElement("h3", named({sFlashSrc: "www/swf/snellroundhand.swf", sColor: "#000000", sWmode: "transparent"}));
/* start sifrt op */

