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 = "Banners/";
// put images to preload here
imageHandler.preload("osmo-banner1.gif", "osmo-banner2.gif","osmo-banne31.gif", "osmo-banner4.gif","osmo-banner5.gif", "osmo-banner6.gif");

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('productsTxt', 6500, true);
    // put your items here
    //ban1.addItem('<a href="http://www.westernmercedes.co.uk"><img src="images/banner.jpg" border="0" width="462" height="109" alt="Eastern BMW"></a>');
    ban1.addItem('<img src="Banners/osmo-banner1.gif" border="0" width="430" height="118" alt="Osmo Styling Products">');
    ban1.addItem('<img src="Banners/osmo-banner2.gif" border="0" width="430" height="118" alt="Osmo Styling Products">');
	ban1.addItem('<img src="Banners/osmo-banner3.gif" border="0" width="430" height="118" alt="Osmo Styling Products">');
    ban1.addItem('<img src="Banners/osmo-banner4.gif" border="0" width="430" height="118" alt="Osmo Styling Products">');
	ban1.addItem('<img src="Banners/osmo-banner5.gif" border="0" width="430" height="118" alt="Osmo Styling Products">');
    ban1.addItem('<img src="Banners/osmo-banner6.gif" border="0" width="430" height="118" alt="Osmo Styling Products">');
    
    ban1.rotate();  // Begin the rotation 
}
