function Recipes() 

{

window.open('recipes/index.html','EANITHING', 'toolbar=yes, location=no, directories=no, status=no, menubar=no, resizable=no, copyhistory=no, scrollbars=yes, width=800, height=600');

}

function ContactUs() 

{

window.open('contactus.html','EANITHING', 'toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=yes, copyhistory=no, scrollbars=no, width=800, height=450');

}

function OrderForm() 

{

window.open('/orderform/orderform.html','EANITHING', 'toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=no, copyhistory=no, scrollbars=no, width=650, height=400');

}
