// Images Preload

browserName = navigator.appName;   
         browserVer = parseInt(navigator.appVersion);
             if (browserName == "Netscape" && browserVer >= 3) browserVer = "1";
             else if (browserName == "Microsoft Internet Explorer" && browserVer == 4) browserVer = "1";
             else browserVer = "2";

if (browserVer == 1) {
  a1= new Image(129,80); 
  a1.src="http://www.overstock.com/img/linkshare/splash_auc_01.gif"; 

  a2= new Image(129,80); 
  a2.src="http://www.overstock.com/img/linkshare/splash_auc_over_01.gif"; 

  b1= new Image(198,80); 
  b1.src="http://www.overstock.com/img/linkshare/splash_auc_02.gif"; 
  
  b2= new Image(198,80); 
  b2.src="http://www.overstock.com/img/linkshare/splash_auc_over_02.gif"; 

  c1= new Image(89,80); 
  c1.src="http://www.overstock.com/img/linkshare/splash_auc_03.gif"; 

  c2= new Image(89,80); 
  c2.src="http://www.overstock.com/img/linkshare/splash_auc_over_03.gif"; 
  
  d1= new Image(126,80); 
  d1.src="http://www.overstock.com/img/linkshare/splash_auc_04.gif"; 

  d2= new Image(126,80); 
  d2.src="http://www.overstock.com/img/linkshare/splash_auc_over_04.gif"; 

  e1= new Image(101,80); 
  e1.src="http://www.overstock.com/img/linkshare/splash_auc_05.gif";

  e2= new Image(101,80); 
  e2.src="http://www.overstock.com/img/linkshare/splash_auc_over_05.gif";

  f1= new Image(158,80); 
  f1.src="http://www.overstock.com/img/linkshare/splash_auc_06.gif";

  f2= new Image(158,80); 
  f2.src="http://www.overstock.com/img/linkshare/splash_auc_over_06.gif";
  
  g1= new Image(140,40); 
  g1.src="http://www.overstock.com/img/linkshare/alliance_aucmoney.gif";

  g2= new Image(140,40); 
  g2.src="http://www.overstock.com/img/linkshare/alliance_aucmoney_over.gif";
}

function over(imgDocID,imgObjName) {
if (browserVer == 1) {
	document.images[imgDocID].src = eval(imgObjName + ".src")
}}
