<!--
var dollarrate = 1.50
function dispeuro(europrice) {
	return Math.round(europrice*100)/100
	}

function dispdollar(europrice) {
	return Math.round(europrice*100*dollarrate/1.21)/100
	}

function dispbef(europrice) {
	return befprice=Math.round(europrice*40.3399)
	}

function dispprices(europrice) {
	document.write("<tr><td width='50%' align='center'><b>");
	document.write(dispdollar(europrice));
	document.write("</b></td>");
	document.write("<td width='50%' align='center'><b>");
	document.write(dispeuro(europrice));
	document.write("</b></td>");	
	document.write("</b></td></tr>");
	}

function dispfullprice(europrice) {
	document.write("<tr><td width='50%' align='center'><font size='2'><strike>");
	document.write(dispdollar(europrice));
	document.write("</font></td>");
	document.write("<td width='50%' align='center'><font size='2'><strike>");
	document.write(dispeuro(europrice));
	document.write("</font></td>");	
	document.write("</font></td></tr>");
	}

function showheading(){
        document.write("<tr><td width='50%' align='center' valign='top'><b>US$<br></b><font size='1'>Excl. VAT/Taxes</font></td>");
        document.write("<td width='50%' align='center' valign='top'><b>EURO<br></b><font size='1'>Incl. VAT</font></td>");
        }
function dispinfo(europrice) {
	var msg ="onclick=" + "showprices(europrice)"
	document.write("<tr><td></td>");
	document.write("<td><img border='0' src='../../../../images/info.gif' width='36' height='16' ");
	document.write("onclick='showprices(100)'></td>");
	document.write("<td></td></tr>");
	}
                      

function disptable1(europrice) {
	document.write("<table border='0' cellpadding='0' cellspacing='0' width='100%'>");
	showheading();
	dispprices(europrice);
	document.write("</table>");
	}

function disptable2(bargainprice,europrice) {
	document.write("<table border='0' cellpadding='0' cellspacing='0' width='100%'>");
	showheading();
	dispfullprice(bargainprice);		
	dispprices(europrice);		
	document.write("</table>");
	}

function showprices(price) {
	document.form1.prijs.value=price
	disp1 = window.open("../../../dispprice.htm","display",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=357,height=300');
	disp1.focus();
	}

function newWindow(url,top,left,width,height) {
var popup1
str =  "height=" + height + ",innerHeight=" + height;
str = str + ",width=" + width + ",innerWidth=" + width;
str = str + ",left=" + left + ",screenX=" + left;
str = str + ",top=" + top + ",screenY=" + top;
str = str + ",status=NO,scrollbars=YES";

popup1 = window.open(url,"_blank",str);
popup1.focus();

}

function PopupUrl1(url) {
var popupUrl
str =  "height= 500, innerHeight= 500";
str = str + ",width=770, innerWidth=790";
str = str + ",left=5, screenX=5";
str = str + ",top=20, screenY=20";
str = str + ",scrollbars,status=NO,resizable,menubar";

popupUrl = window.open(url,"_blank",str);
popupUrl.focus();

}
function centerWindow(url,width,height) {
var str = "height=" + height + ",innerHeight=" + height;
  str += ",width=" + width + ",innerWidth=" + width;
  if (window.screen) {
    var ah = screen.availHeight - 30;
    var aw = screen.availWidth - 10;

    var xc = (aw - width) / 2;
    var yc = (ah - height) / 2;

    str += ",left=" + xc + ",screenX=" + xc;
    str += ",top=" + yc + ",screenY=" + yc;
  }
  center1 = window.open(url, "center", str);
  center1.focus();
}

function zoom1(top,left,width,height,url,txt) {
	var Img = new Image();
	Img.src = zoomImg;
	var str =  "height=" + height + ",innerHeight=" + height;
		str = str + ",width=" + width + ",innerWidth=" + width;
		str = str + ",left=" + left + ",screenX=" + left;
		str = str + ",top=" + top + ",screenY=" + top;
		str = str + ",scrollbars,status=NO,resible";
	var zoom1 = window.open("","zoom1",str);
	zoom1.document.write("<img border='0' src = " + Img.src + ">");
	zoom1.focus();
	}


function zoom2(top,left,zoomImg,txt) {
	var Img = new Image();
	Img.src = zoomImg;

	var width  = Img.width + 40;
	var height = Img.height + 40;

	var str =  "height=" + height + ",innerHeight=" + height;
		str = str + ",width=" + width + ",innerWidth=" + width;
		str = str + ",left=" + left + ",screenX=" + left;
		str = str + ",top=" + top + ",screenY=" + top;
		str = str + ",scrollbars,status=NO,resible";
	var zoom1 = window.open("","zoom1",str);
	zoom1.document.write("<img border='0' src = " + Img.src + ">");
	zoom1.focus();
	}
	
function table1(regular_price) {
	var price_us = Math.round(regular_price*100*dollarrate/1.21)/100;
	var price_eu = Math.round(regular_price*100)/100;
	document.write("<table border='0' cellpadding='0' cellspacing='0' width='100%' bgcolor='#E5E5E5'>"); 
	document.write("<tr><td width='40%'><p align='center'><b>US$ </b><font size='1'>(excl. VAT)</font></td>");
	document.write("<td width='20%'><p align='center'><font color='#FF0000'><b>PRICE</b></font></td><td width='40%'><p align='center'><b>€ </b><font size='1'>(incl. VAT)</font></td></tr>");
	document.write("<tr><td><p align='center'><b>");
	document.write(price_us);
	document.write("</b></td><td><p align='center'><font size='1'>exchange</font></td>");
	document.write("<td><p align='center'><b>");
	document.write(price_eu);
	document.write("</b></td></tr><tr><td></td><td></td><td></td></tr></table>");
	return;
	}

function table2(regular_price,bargain_price) {
	var price_us = Math.round(regular_price*100*dollarrate/1.21)/100;
	var price_eu = Math.round(regular_price*100)/100;
	var price_us_bargain = Math.round(bargain_price*100*dollarrate/1.21)/100;
	var price_eu_bargain = Math.round(bargain_price*100)/100;
	document.write("<table border='0' cellpadding='0' cellspacing='0' width='100%' bgcolor='#E5E5E5'><tr><td width='40%'><p align='center'><b>US$ </b><font size='1'>(excl. VAT)</font></td>");
	document.write("<td width='20%'><p align='center'><font color='#FF0000'><b>BARGAIN</b></font></td>");
	document.write("<td width='40%'><p align='center'><b>€ </b><font size='1'>(incl. VAT)</font></td></tr><tr><td><p align='center'><strike>");
	document.write(price_us);
	document.write("</strike></td><td><p align='center'><font size='1'>exchange</font></td><td><p align='center'><strike>");
	document.write(price_eu);
	document.write("</strike></td></tr><tr><td><p align='center'><b>")
	document.write(price_us_bargain);
	document.write("</b></td><td></td><td><p align='center'><b>");
	document.write(price_eu_bargain);
	document.write("</b></td></tr></table>");
	return;
	}

//-->
