/*panavista.eu dynamic string inserts and menu defs*/
var menuname="<div><span class=\"menuname\">",choices="<span class=\"choice\">menu choices</span>",loader="<div><span class=\"menuname\">loading new menu</span></div>",mailurl="?subject=This is a panagram, sent by a visitor to panavista.eu.&body=",click="%0a%0aPanavista picture link... ",guide="%0a%0aPanavista dynamically displays panoramic pictures of Bristol, England.%0aTry out the controls; choose different menus and pick pictures from the lists.%0aSee what the display mode controls do: - \"mini\", \"spin\" and \"dice\".%0aSend a panagram, like this one, by opening a picture and then clicking \"mail\".";
var Files=[["<big>home menu</big><small> &amp; sampler</small>","sets/front.js",0,[]],["St Mary Redcliffe","sets/smr.js",0,[1]],["Bristol Cathedral","sets/bc.js",0,[-1]],["City Museum &amp; Art Gallery","sets/museum.js",0,[]],["Steamship Great Britain","sets/brunel.js",0,[]],["Floating Harbour","sets/fh.js",0,[]],["Landscapes and Views","sets/views.js",0,[]],["Clifton Suspension Bridge","sets/csb.js",0,[]],["Interiors","sets/rooms.js",0,[]],["Dawn Streets","sets/dawn.js",0,[]],["Bristol Central Library","sets/bls.js",0,[]],["Au Temp Perdu","sets/atp.js",0,[]],["Miscellany","sets/odds01.js",0,[]]];
function SayBye(){var tone=97,Bye=Make("div");Bye.id="Bye";Bye.innerHTML='<div id="t1">I hope that you</div><div id="b1">enjoyed your visit</div>';Get("wrap").appendChild(Bye);Jiggle();function Jiggle(){if(tone<192){setTimeout(Jiggle,20);tone+=1;Bye.style.color="rgb("+tone+","+tone+","+tone+")"}else{setTimeout(function(){Get("wrap").removeChild(Bye);history.back()},2000)}}}
function Inner(){var innergram=['<form id="gram">','<div class="menuname"><big><i>send a panagram</i></big></div>','<label>Enter the email address into the box below<br /><small>the default is the website author</small></label>','<input id="who" type="text" value="web@w3a2z.net" onfocus="select()"></input>','<label>Type your message into the text area <small>(optional)</small></label>','<textarea id="text"></textarea>','<label>The panagram link to the current picture will<br />be included in the email message body automatically.<br />Tip: set the <i><b>mode</b></i> to <i><b>spin</b></i> - open a picture -<br />compose a message... don\'t forget to <b>send</b> the email !</label>','<a id="send"class="knob"href="javascript:Send()"title="Post this panagram, don\'t forget to send it.">post</a>','<img id="icon3"src="hugin.gif" /></form>'];return innergram.join("")}