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 = "../bread/breadpizza-s.jpg"
recept3.src = "pizza-basic-s.jpg"
recept4.src = "pizza-mini-s.jpg"
recept5.src = "pizza-mushroom-s.jpg"
recept6.src = "pizza-cheese-1-s.jpg"
recept7.src = "pizza-mozzarella-s.jpg"
recept8.src = "pizza-margherita-s.jpg"
recept9.src = "pizza-cheese-3-s.jpg"
recept10.src = "pizza-tomatosauce-1-s.jpg"
recept11.src = "pizza-tomatosauce-2-s.jpg"
recept12.src = ""
recept13.src = ""
recept14.src = ""
recept15.src = ""
recept16.src = ""
recept17.src = ""
recept18.src = ""
recept19.src = ""
recept20.src = ""
}


