function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

/*************************************************************************
  This code is from Dynamic Web Coding at dyn-web.com
  Copyright 2001-5 by Sharon Paine 
  See Terms of Use at www.dyn-web.com/bus/terms.html
  regarding conditions under which you may use this code.
  This notice must be retained in the code as is!
*************************************************************************/

// for preloading images
imageHandler.path = "images/";
// put images to preload here
imageHandler.preload("bannercash.jpg","bannerlexus1.jpg", "bannersaab.jpg", "bannerbmw.jpg", "banner.jpg","bannerlexus2.jpg", "banner1.jpg", "banner2.jpg", "bannermerc.jpg", "bannermotability.jpg");

function initBanner() {
    if ( !document.getElementById ) return;
    // arguments: id, delay (amount of time in milliseconds you linger on each item)
    // set up pause onmouseover and resume onmouseout? (boolean) 
    var ban1 = new dw_Banner('bannerDiv', 4500, true);
    // put your items here
	ban1.addItem('<a href="http://www.edinburghharley-davidson.co.uk/" target="_blank"><img src="images/bannercash.jpg" border="0" width="462" height="109" alt="Edinburgh Harley-Davidson"></a>');
	ban1.addItem('<a href="http://www.easternwestern.co.uk/motability.php"><img src="images/bannermotability.jpg" border="0" width="462" height="109" alt="Motability Offers"></a>');
	ban1.addItem('<a href="http://www.easternbmw.co.uk" target="_blank"><img src="images/bannerbmw.jpg" border="0" width="462" height="109" alt="Eastern BMW"></a>');
    ban1.addItem('<a href="http://www.easternmini.co.uk" target="_blank"><img src="images/banner1.jpg" border="0" width="462" height="109" alt="Eastern Mini"></a>');
	ban1.addItem('<a href="http://www.mercedes-benzofedinburgh.co.uk" target="_blank"><img src="images/bannermerc.jpg" border="0" width="462" height="109" alt="Mercedes-Benz of Edinburgh"></a>');
    
    ban1.rotate();  // Begin the rotation 
}