<!--
bereadyon=new Image (246,24)
bereadyon.src = "https://www.readymeal.com/images/beready2.gif"
bereadyoff=new Image (246,24)
bereadyoff.src = "https://www.readymeal.com/images/beready1.gif"

productinfoon=new Image (246,24)
productinfoon.src = "https://www.readymeal.com/images/productinfo2.gif"
productinfooff=new Image (246,24)
productinfooff.src = "https://www.readymeal.com/images/productinfo1.gif"

howtoheaton=new Image (246,24)
howtoheaton.src = "https://www.readymeal.com/images/howtoheat2.gif"
howtoheatoff=new Image (246,24)
howtoheatoff.src = "https://www.readymeal.com/images/howtoheat1.gif"

questionson=new Image (246,24)
questionson.src = "https://www.readymeal.com/images/questions2.gif"
questionsoff=new Image (246,24)
questionsoff.src = "https://www.readymeal.com/images/questions1.gif"

ourhistoryon=new Image (246,24)
ourhistoryon.src = "https://www.readymeal.com/images/ourhistory2.gif"
ourhistoryoff=new Image (246,24)
ourhistoryoff.src = "https://www.readymeal.com/images/ourhistory1.gif"

contactuson=new Image (246,24)
contactuson.src = "https://www.readymeal.com/images/contactus2.gif"
contactusoff=new Image (246,24)
contactusoff.src = "https://www.readymeal.com/images/contactus1.gif"
// -->

<!--
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("https://www.readymeal.com/images/beready2.gif","https://www.readymeal.com/images/productinfo2.gif","https://www.readymeal.com/images/howtoheat2.gif","https://www.readymeal.com/images/questions2.gif","https://www.readymeal.com/images/ourhistory2.gif","https://www.readymeal.com/images/contactus2.gif");
//-->