/****************************************************************************************************************
***************************************************************************************************************
                     .o.                                      .o8     oooooooooo.   
                    .888.                                    "888     `888'   `Y8b  
                   .8"888.         .oooo.   ooo. .oo.    .oooo888      888      888 
                  .8' `888.       `P  )88b  `888P"Y88b  d88' `888      888      888 
                 .88ooo8888.       .oP"888   888   888  888   888      888      888 
                .8'     `888.     d8(  888   888   888  888   888      888     d88' 
               o88o     o8888o    `Y888""8o o888o o888o `Y8bod88P"    o888bood8P'   
                                                                                    
                                                                                    
                                                                                    
    .oooooo..o                                   .               ooooo            .         .o8  
   d8P'    `Y8                                 .o8               `888'          .o8        "888  
   Y88bo.      oo.ooooo.   .ooooo.  oooo d8b .o888oo  .oooo.o     888         .o888oo  .oooo888  
    `"Y8888o.   888' `88b d88' `88b `888""8P   888   d88(  "8     888           888   d88' `888  
        `"Y88b  888   888 888   888  888       888   `"Y88b.      888           888   888   888  
   oo     .d8P  888   888 888   888  888       888 . o.  )88b     888       o   888 . 888   888  
   8""88888P'   888bod8P' `Y8bod8P' d888b      "888" 8""888P'    o888ooooood8   "888" `Y8bod88P" 
                888                                                                              
               o888o                                                                             
   
   
   
   The code and works of the A and D Sports Ltd sites, including graphics, artwork, flash, dynamic scripting
   are all Copyright to A and D Sports Ltd 2009 and beyond.
   
   Fit-Equip, Fit-Box and other A and D Sports Ltd division sites and media content are copyright unless stated
   otherwise and not to be used elsewhere for commercial or non-commercial usage.
   
   sales@fit-equip.com
   
   KM 
   
****************************************************************************************************************
***************************************************************************************************************/

// ########     when the page loads put the cursor in search box
window.onload = function() {
document.getElementById('q').focus();	
}


// ########     preload nav images
var image1 = new Image();
image1.src = "../images/anim_bluestroke.gif";
var image2 = new Image();
image2.src = "../images/anim_graystroke.gif";
var image3 = new Image();
image3.src = "../images/anim_redstroke.gif'";

// ########     when the page loads place the cart box css for resolution settings
if ((screen.width<=1024) && (screen.height<=768))
{
 //window.location="highres.html";
 	document.write('<'+'link rel="stylesheet" type="text/css" href="http://www.fit-box.com/includes/css/smallcart.css" />');
}
else
{
  //window.location="lowres.html";
   document.write('<'+'link rel="stylesheet" type="text/css" href="http://www.fit-box.com/includes/css/bigcart.css" />'); 
}
