// JavaScript Document
function ImageLoader() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=ImageLoader.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
window.onload = function() {
	ImageLoader('./images/arrow.gif','./images/arrow-over.gif','./images/bei.jpg','./images/bei-over.jpg','./images/insurance.jpg','./images/insurance-over.jpg','./images/logo-bar.jpg','./images/mvbex.jpg','./images/mvbex-over.jpg','./images/nnybex.jpg','./images/nnybex-over.jpg','./images/robex-over.jpg','./images/robex.jpg','./images/syrabex.jpg','./images/syrabex-over.jpg');}