function hidestatus(){
window.status=''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus

if (document.images) {
recept1 = new Image
recept2 = new Image
recept3 = new Image
recept4 = new Image
recept5 = new Image
recept6 = new Image
recept7 = new Image
recept8 = new Image
recept9 = new Image
recept10 = new Image
recept11 = new Image
recept12 = new Image
recept13 = new Image
recept14 = new Image
recept15 = new Image
recept16 = new Image
recept17 = new Image
recept18 = new Image
recept19 = new Image
recept20 = new Image



recept1.src = "recept.gif"
recept2.src = "../oriental/sambal-goreng-kentang-s.jpg"
recept3.src = "../diversen/applefritter-s.jpg"
recept4.src = "../diversen/oilballs-s.jpg"
recept5.src = ""
recept6.src = ""
recept7.src = ""
recept8.src = ""
recept9.src = ""
recept10.src = ""
recept11.src = ""
recept12.src = ""
recept13.src = ""
recept14.src = ""
recept15.src = ""
recept16.src = ""
recept17.src = ""
recept18.src = ""
recept19.src = ""
recept20.src = ""
}


