<!--
var myimages=new Array()
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}
preloadimages("/graphics/buttons/bFreshSalmon_on.gif","/graphics/buttons/bFreshSalmon_off.gif","/graphics/buttons/bSmokedSalmon_on.gif","/graphics/buttons/bSmokedSalmon_off.gif","/graphics/buttons/bCrab_on.gif","/graphics/buttons/bCrab_off.gif","/graphics/buttons/bFreshShellfish_on.gif","/graphics/buttons/bFreshShellfish_off.gif","/graphics/buttons/bFreshFish_on.gif","/graphics/buttons/bFreshFish_off.gif","/graphics/buttons/bCaviar_on.gif","/graphics/buttons/bCaviar_off.gif","/graphics/buttons/bCanned_on.gif","/graphics/buttons/bCanned_off.gif","/graphics/buttons/bGiftBoxes_on.gif","/graphics/buttons/bGiftBoxes_off.gif","/graphics/buttons/bSpecials_on.gif","/graphics/buttons/bSpecials_off.gif","/graphics/buttons/bRecipes_on.gif","/graphics/buttons/bRecipes_off.gif","/graphics/buttons/bLogin_on.gif","/graphics/buttons/bLogin_off.gif","/graphics/buttons/bWeeklySpecials_on.gif","/graphics/buttons/bWeeklySpecials_off.gif","/graphics/buttons/bForum_on.gif","/graphics/buttons/bForum_off.gif");
//-->