/*   All Javascript code is Copyright 2010 HunterGD @ HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

/* Preloading the arrow hover images. */

naviHover = new Image();
naviHover.src = "/images/bg-navi-hover.gif";

naviDown = new Image();
naviDown.src = "/images/bg-navi-down.gif";