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 = "../fish/shrimpsgarlic-s.jpg"
recept3.src = "../bbc/souvlakia-s.jpg"
recept4.src = "../puff-pastry/onion-butterflies-s.jpg"
recept5.src = "../party-food/mini-skewers-s.jpg"
recept6.src = "../vegetables/tomatostuffedprawns-2-s.jpg"
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 = " "
}


