From: <Saved by Windows Internet Explorer 7>
Subject: Browchure
Date: Mon, 21 Jun 2010 09:46:23 -0400
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0000_01CB1126.9C171920"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325

This is a multi-part message in MIME format.

------=_NextPart_000_0000_01CB1126.9C171920
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.browchure.com/brochure/code/VgCbtNA84Yp6t99z6i49Nf36y2EVB3

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Browchure</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"" name=3DDescription>
<META content=3D"browchure, brochure, " name=3DKeywords>
<SCRIPT =
src=3D"http://www.browchure.com/brochure/js/AC_RunActiveContent.js"=20
type=3Dtext/javascript></SCRIPT>

<SCRIPT src=3D"http://www.browchure.com/brochure/js/PopUpWin.js"=20
type=3Dtext/javascript></SCRIPT>

<STYLE type=3Dtext/css>BODY {
	MARGIN: 0px; BACKGROUND-COLOR: #d2d3d5
}
</STYLE>

<META content=3D"MSHTML 6.00.6000.17023" name=3DGENERATOR></HEAD>
<BODY><STRONG style=3D"DISPLAY: block; TEXT-ALIGN: center">
<SCRIPT src=3D"http://www.browchure.com/brochure/js/swfobject.js"=20
type=3Dtext/javascript></SCRIPT>

<DIV id=3Dmagazine><A=20
style=3D"PADDING-RIGHT: 1em; DISPLAY: block; PADDING-LEFT: 1em; =
PADDING-BOTTOM: 1em; MARGIN: 1em; COLOR: black; PADDING-TOP: 1em; =
BACKGROUND-COLOR: white; TEXT-ALIGN: center"=20
href=3D"http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=
=3DShockwaveFlash"=20
target=3D_blank>UW BROWSER HEEFT GEEN JUISTE FLASH ONDERSTEUNING<BR>Deze =
website=20
gebruikt Flash animaties, klik op deze tekst om de gratis Adobe Flash =
player te=20
downloaden.</A></DIV>
<SCRIPT type=3Dtext/javascript><!--=0A=
var so =3D new SWFObject("/brochure/swf/browchure.swf", "", "100%", =
"100%", "8", "d2d3d5");so.addParam("allowFullScreen", =
"true");so.addVariable("brc_code", =
"VgCbtNA84Yp6t99z6i49Nf36y2EVB3");so.addVariable("max_pages", =
"undefined");so.write("magazine");//--></SCRIPT>
</STRONG></BODY></HTML>

------=_NextPart_000_0000_01CB1126.9C171920
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.browchure.com/brochure/js/AC_RunActiveContent.js

//v1.0
//Copyright 2006 Adobe Systems, Inc. All rights reserved.
function AC_AddExtension(src, ext)
{
  if (src.indexOf('?') !=3D -1)
    return src.replace(/\?/, ext+'?');=20
  else
    return src + ext;
}

function AC_Generateobj(objAttrs, params, embedAttrs)=20
{=20
  var str =3D '<object ';
  for (var i in objAttrs)
    str +=3D i + '=3D"' + objAttrs[i] + '" ';
  str +=3D '>';
  for (var i in params)
    str +=3D '<param name=3D"' + i + '" value=3D"' + params[i] + '" /> =
';
  str +=3D '<embed ';
  for (var i in embedAttrs)
    str +=3D i + '=3D"' + embedAttrs[i] + '" ';
  str +=3D ' ></embed></object>';

  document.write(str);
}

function AC_FL_RunContent(){
  var ret =3D=20
    AC_GetArgs
    (  arguments, ".swf", "movie", =
"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
     , "application/x-shockwave-flash"
    );
  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
}

function AC_SW_RunContent(){
  var ret =3D=20
    AC_GetArgs
    (  arguments, ".dcr", "src", =
"clsid:166B1BCA-3F9C-11CF-8075-444553540000"
     , null
    );
  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
}

function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
  var ret =3D new Object();
  ret.embedAttrs =3D new Object();
  ret.params =3D new Object();
  ret.objAttrs =3D new Object();
  for (var i=3D0; i < args.length; i=3Di+2){
    var currArg =3D args[i].toLowerCase();   =20

    switch (currArg){=09
      case "classid":
        break;
      case "pluginspage":
        ret.embedAttrs[args[i]] =3D args[i+1];
        break;
      case "src":
      case "movie":=09
        args[i+1] =3D AC_AddExtension(args[i+1], ext);
        ret.embedAttrs["src"] =3D args[i+1];
        ret.params[srcParamName] =3D args[i+1];
        break;
      case "onafterupdate":
      case "onbeforeupdate":
      case "onblur":
      case "oncellchange":
      case "onclick":
      case "ondblClick":
      case "ondrag":
      case "ondragend":
      case "ondragenter":
      case "ondragleave":
      case "ondragover":
      case "ondrop":
      case "onfinish":
      case "onfocus":
      case "onhelp":
      case "onmousedown":
      case "onmouseup":
      case "onmouseover":
      case "onmousemove":
      case "onmouseout":
      case "onkeypress":
      case "onkeydown":
      case "onkeyup":
      case "onload":
      case "onlosecapture":
      case "onpropertychange":
      case "onreadystatechange":
      case "onrowsdelete":
      case "onrowenter":
      case "onrowexit":
      case "onrowsinserted":
      case "onstart":
      case "onscroll":
      case "onbeforeeditfocus":
      case "onactivate":
      case "onbeforedeactivate":
      case "ondeactivate":
      case "type":
      case "codebase":
        ret.objAttrs[args[i]] =3D args[i+1];
        break;
      case "width":
      case "height":
      case "align":
      case "vspace":=20
      case "hspace":
      case "class":
      case "title":
      case "accesskey":
      case "name":
      case "id":
      case "tabindex":
        ret.embedAttrs[args[i]] =3D ret.objAttrs[args[i]] =3D args[i+1];
        break;
      default:
        ret.embedAttrs[args[i]] =3D ret.params[args[i]] =3D args[i+1];
    }
  }
  ret.objAttrs["classid"] =3D classid;
  if (mimeType) ret.embedAttrs["type"] =3D mimeType;
  return ret;
}
------=_NextPart_000_0000_01CB1126.9C171920
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.browchure.com/brochure/js/PopUpWin.js

function PopUp(theURL,winName,features, myWidth, myHeight, isCenter) { =
//v3.0
  if(window.screen)if(isCenter)if(isCenter=3D=3D"true"){
	var myLeft =3D (screen.width-myWidth)/2;
    var myTop =3D (screen.height-myHeight)/2;
    features+=3D(features!=3D'')?',':'';
    features+=3D',left=3D'+myLeft+',top=3D'+myTop;
  }
  =
window.open(theURL,winName,features+((features!=3D'')?',':'')+'width=3D'+=
myWidth+',height=3D'+myHeight);
}
------=_NextPart_000_0000_01CB1126.9C171920
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.browchure.com/brochure/js/swfobject.js

/**=0A=
 * SWFObject v1.4.4: Flash Player detection and embed - =
http://blog.deconcept.com/swfobject/=0A=
 *=0A=
 * SWFObject is (c) 2006 Geoff Stearns and is released under the MIT =
License:=0A=
 * http://www.opensource.org/licenses/mit-license.php=0A=
 *=0A=
 * **SWFObject is the SWF embed script formerly known as FlashObject. =
The name was changed for=0A=
 *   legal reasons.=0A=
 */=0A=
if(typeof deconcept=3D=3D"undefined"){var deconcept=3Dnew Object();}=0A=
if(typeof deconcept.util=3D=3D"undefined"){deconcept.util=3Dnew =
Object();}=0A=
if(typeof =
deconcept.SWFObjectUtil=3D=3D"undefined"){deconcept.SWFObjectUtil=3Dnew =
Object();}=0A=
deconcept.SWFObject=3Dfunction(_1,id,w,h,_5,c,_7,_8,_9,_a,_b){if(!documen=
t.getElementById){return;}=0A=
this.DETECT_KEY=3D_b?_b:"detectflash";=0A=
this.skipDetect=3Ddeconcept.util.getRequestParameter(this.DETECT_KEY);=0A=
this.params=3Dnew Object();=0A=
this.variables=3Dnew Object();=0A=
this.attributes=3Dnew Array();=0A=
if(_1){this.setAttribute("swf",_1);}=0A=
if(id){this.setAttribute("id",id);}=0A=
if(w){this.setAttribute("width",w);}=0A=
if(h){this.setAttribute("height",h);}=0A=
if(_5){this.setAttribute("version",new =
deconcept.PlayerVersion(_5.toString().split(".")));}=0A=
this.installedVer=3Ddeconcept.SWFObjectUtil.getPlayerVersion();=0A=
if(c){this.addParam("bgcolor",c);}=0A=
var q=3D_8?_8:"high";=0A=
this.addParam("quality",q);=0A=
this.addParam("wmode","transparent");=0A=
this.setAttribute("wmode","transparent");=0A=
this.setAttribute("useExpressInstall",_7);=0A=
this.setAttribute("doExpressInstall",false);=0A=
var _d=3D(_9)?_9:window.location;=0A=
this.setAttribute("xiRedirectUrl",_d);=0A=
this.setAttribute("redirectUrl","");=0A=
if(_a){this.setAttribute("redirectUrl",_a);}};=0A=
deconcept.SWFObject.prototype=3D{setAttribute:function(_e,_f){=0A=
this.attributes[_e]=3D_f;=0A=
},getAttribute:function(_10){=0A=
return this.attributes[_10];=0A=
},addParam:function(_11,_12){=0A=
this.params[_11]=3D_12;=0A=
},getParams:function(){=0A=
return this.params;=0A=
},addVariable:function(_13,_14){=0A=
this.variables[_13]=3D_14;=0A=
},getVariable:function(_15){=0A=
return this.variables[_15];=0A=
},getVariables:function(){=0A=
return this.variables;=0A=
},getVariablePairs:function(){=0A=
var _16=3Dnew Array();=0A=
var key;=0A=
var _18=3Dthis.getVariables();=0A=
for(key in _18){_16.push(key+"=3D"+_18[key]);}=0A=
return _16;},getSWFHTML:function(){var _19=3D"";=0A=
if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){=0A=
if(this.getAttribute("doExpressInstall")){=0A=
this.addVariable("MMplayerType","PlugIn");}=0A=
_19=3D"<embed type=3D\"application/x-shockwave-flash\" =
src=3D\""+this.getAttribute("swf")+"\" =
width=3D\""+this.getAttribute("width")+"\" =
height=3D\""+this.getAttribute("height")+"\"";=0A=
_19+=3D" id=3D\""+this.getAttribute("id")+"\" =
name=3D\""+this.getAttribute("id")+"\" ";=0A=
var _1a=3Dthis.getParams();=0A=
for(var key in _1a){_19+=3D[key]+"=3D\""+_1a[key]+"\" ";}=0A=
var _1c=3Dthis.getVariablePairs().join("&");=0A=
if(_1c.length>0){_19+=3D"flashvars=3D\""+_1c+"\"";}_19+=3D"/>";=0A=
}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplaye=
rType","ActiveX");}=0A=
_19=3D"<object id=3D\""+this.getAttribute("id")+"\" =
classid=3D\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" =
width=3D\""+this.getAttribute("width")+"\" =
height=3D\""+this.getAttribute("height")+"\">";=0A=
_19+=3D"<param name=3D\"movie\" value=3D\""+this.getAttribute("swf")+"\" =
/>";=0A=
var _1d=3Dthis.getParams();=0A=
for(var key in _1d){_19+=3D"<param name=3D\""+key+"\" =
value=3D\""+_1d[key]+"\" />";}=0A=
var _1f=3Dthis.getVariablePairs().join("&");=0A=
if(_1f.length>0){_19+=3D"<param name=3D\"flashvars\" value=3D\""+_1f+"\" =
/>";}_19+=3D"</object>";}=0A=
return _19;=0A=
},write:function(_20){=0A=
if(this.getAttribute("useExpressInstall")){=0A=
var _21=3Dnew deconcept.PlayerVersion([6,0,65]);=0A=
if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsVal=
id(this.getAttribute("version"))){=0A=
this.setAttribute("doExpressInstall",true);=0A=
this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl"=
)));=0A=
document.title=3Ddocument.title.slice(0,47)+" - Flash Player =
Installation";=0A=
this.addVariable("MMdoctitle",document.title);}}=0A=
if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installed=
Ver.versionIsValid(this.getAttribute("version"))){=0A=
var n=3D(typeof _20=3D=3D"string")?document.getElementById(_20):_20;=0A=
n.innerHTML=3Dthis.getSWFHTML();return true;=0A=
}else{if(this.getAttribute("redirectUrl")!=3D""){document.location.replac=
e(this.getAttribute("redirectUrl"));}}=0A=
return false;}};=0A=
deconcept.SWFObjectUtil.getPlayerVersion=3Dfunction(){=0A=
var _23=3Dnew deconcept.PlayerVersion([0,0,0]);=0A=
if(navigator.plugins&&navigator.mimeTypes.length){=0A=
var x=3Dnavigator.plugins["Shockwave Flash"];=0A=
if(x&&x.description){_23=3Dnew =
deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replac=
e(/(\s+r|\s+b[0-9]+)/,".").split("."));}=0A=
}else{try{var axo=3Dnew =
ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}=0A=
catch(e){try{var axo=3Dnew =
ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");=0A=
_23=3Dnew =
deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess=3D"always";}=0A=
catch(e){if(_23.major=3D=3D6){return _23;}}try{axo=3Dnew =
ActiveXObject("ShockwaveFlash.ShockwaveFlash");}=0A=
catch(e){}}if(axo!=3Dnull){_23=3Dnew =
deconcept.PlayerVersion(axo.GetVariable("$version").split(" =
")[1].split(","));}}=0A=
return _23;};=0A=
deconcept.PlayerVersion=3Dfunction(_27){=0A=
this.major=3D_27[0]!=3Dnull?parseInt(_27[0]):0;=0A=
this.minor=3D_27[1]!=3Dnull?parseInt(_27[1]):0;=0A=
this.rev=3D_27[2]!=3Dnull?parseInt(_27[2]):0;=0A=
};=0A=
deconcept.PlayerVersion.prototype.versionIsValid=3Dfunction(fv){=0A=
if(this.major<fv.major){return false;}=0A=
if(this.major>fv.major){return true;}=0A=
if(this.minor<fv.minor){return false;}=0A=
if(this.minor>fv.minor){return true;}=0A=
if(this.rev<fv.rev){=0A=
return false;=0A=
}return true;};=0A=
deconcept.util=3D{getRequestParameter:function(_29){=0A=
var q=3Ddocument.location.search||document.location.hash;=0A=
if(q){var _2b=3Dq.substring(1).split("&");=0A=
for(var i=3D0;i<_2b.length;i++){=0A=
if(_2b[i].substring(0,_2b[i].indexOf("=3D"))=3D=3D_29){=0A=
return _2b[i].substring((_2b[i].indexOf("=3D")+1));}}}=0A=
return "";}};=0A=
deconcept.SWFObjectUtil.cleanupSWFs=3Dfunction(){if(window.opera||!docume=
nt.all){return;}=0A=
var _2d=3Ddocument.getElementsByTagName("OBJECT");=0A=
for(var i=3D0;i<_2d.length;i++){_2d[i].style.display=3D"none";for(var x =
in _2d[i]){=0A=
if(typeof _2d[i][x]=3D=3D"function"){_2d[i][x]=3Dfunction(){};}}}};=0A=
deconcept.SWFObjectUtil.prepUnload=3Dfunction(){__flash_unloadHandler=3Df=
unction(){};=0A=
__flash_savedUnloadHandler=3Dfunction(){};=0A=
if(typeof window.onunload=3D=3D"function"){=0A=
var _30=3Dwindow.onunload;=0A=
window.onunload=3Dfunction(){=0A=
deconcept.SWFObjectUtil.cleanupSWFs();_30();};=0A=
}else{window.onunload=3Ddeconcept.SWFObjectUtil.cleanupSWFs;}};=0A=
if(typeof window.onbeforeunload=3D=3D"function"){=0A=
var oldBeforeUnload=3Dwindow.onbeforeunload;=0A=
window.onbeforeunload=3Dfunction(){=0A=
deconcept.SWFObjectUtil.prepUnload();=0A=
oldBeforeUnload();};=0A=
}else{window.onbeforeunload=3Ddeconcept.SWFObjectUtil.prepUnload;}=0A=
if(Array.prototype.push=3D=3Dnull){=0A=
Array.prototype.push=3Dfunction(_31){=0A=
this[this.length]=3D_31;=0A=
return this.length;};}=0A=
var getQueryParamValue=3Ddeconcept.util.getRequestParameter;=0A=
var FlashObject=3Ddeconcept.SWFObject;=0A=
var SWFObject=3Ddeconcept.SWFObject;=0A=

------=_NextPart_000_0000_01CB1126.9C171920--

