document.write('
Call now for reservations or more information: (716) 833-8766
')
document.write('')
document.write('')
document.write('')
document.write('')
document.write('
')
function showpage(form)
{ var item = form.list.selectedIndex;
choice = form.list.options[item].value;
if (choice!="x")
top.location.href=(choice);
};