var message="Copyright Van Dinter Orthopedie Den Haag BV";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

function showFlash(name, id, width, height, version, bgcolor, quality, wmode) {

  document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+version+'" width="'+width+'" height="'+height+'" id="'+id+'" align="middle">');
  document.write('<param name="allowScriptAccess" value="sameDomain" />');
  document.write('<param name="scale" value="noscale">');  
  document.write('<param name="wmode" value="'+wmode+'">');
  document.write('<param name="menu" value="false">');
  document.write('<param name="movie" value="'+name+'" /><param name="quality" value="'+quality+'" /><param name="bgcolor" value="#'+bgcolor+'" /><embed src="'+name+'" wmode="'+wmode+'" quality="'+quality+'" bgcolor="#'+bgcolor+'" width="'+width+'" menu="false" height="'+height+'" name="'+id+'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
  document.write('</object>');
  
}

function showFlashVars(name, id, width, height, align, version, bgcolor, quality, wmode, vars) {

  document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+version+'" width="'+width+'" height="'+height+'" id="'+id+'" align="'+align+'">');
  document.write('<param name="allowScriptAccess" value="always" />');
  document.write('<param name="scale" value="noscale" />');
  document.write('<param name="salign" value="lt" />');
  document.write('<param name="menu" value="false">');
  document.write('<param name="wmode" value="'+wmode+'">');
  document.write('<param name="FlashVars" value="'+vars+'">');
  document.write('<param name="movie" value="'+name+'" /><param name="quality" value="'+quality+'" /><param name="bgcolor" value="#'+bgcolor+'" /><embed FlashVars="'+vars+'" wmode="'+wmode+'" src="'+name+'" quality="'+quality+'" bgcolor="#'+bgcolor+'" menu="false" width="'+width+'" height="'+height+'" name="'+id+'" salign="lt" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
  document.write('</object>');
  
}
