<!--

function email() {
document.write('<a href=mailto:perkinstheroost&#64;btinternet.com?subject=website_enquiry>email us perkinstheroost&#64;btinternet.com</a>')
}

function footer() {
document.write('<div align=center class=.footer>')
document.write(': <a href=index.html>Home Page</a> :: <a href=tariff.html>B &amp; B Tariff</a> :: <a href=photos.html>Local Pictures</a> :: <a href=places.html>Places to Visit</a> :: <a href=links.html>Links</a> :<br>')
document.write('Janet and Alan Perkins,<br>THE ROOST Leiston Road (B1125), Middleton, Suffolk, IP17 3NS, (Sat Nav N 52.25073&deg;, E 1.56615&deg;) <br>')
document.write('Phone: +44 (0)1728 648112,  <script>email()</script><br>')
document.write('&copy; 2009 www.theroostbandb.co.uk web design:<a href=mailto:theroost&#64;wilsonit.co.uk?theroost_site>WilsonIT</a><br>')
document.write('</div>')
}
function twinroom() {
top.location="twinroom.html";
}

function diningroom() {
top.location="diningroom.html";
}

function roost(name) { 
content = "<html><head><title>THE ROOST CLOSE UP</title></head>"+"<body topmargin=0 leftmargin=0 bgcolor=#B0FFB5>"+"<img src="+name+" alt=THE_ROOST_CLOSE_UP title=THE_ROOST_CLOSE_UP></body></html>";   
pop = window.open("","","scrollbars=0,toolbar=0,width=779,height=423");
pop.document.open();  pop.focus();   pop.document.write(content);  pop.document.close();
}

function twin(name) { 
content = "<html><head><title>THE ROOST CLOSE UP</title></head>"+"<body topmargin=0 leftmargin=0 bgcolor=#B0FFB5>"+"<img src="+name+" alt=Twin_Room title=Twin_Room ></body></html>";   
pop = window.open("","","scrollbars=0,toolbar=0,width=779,height=519");
pop.document.open();  pop.focus();   pop.document.write(content);  pop.document.close();
}
//-->
