﻿
/***********************************************
* AnyLink Drop Down Menu- � Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//Contents for menu 1
var menu1=new Array()
menu1[0]='<a class="nav" Title= "Sit back and enjoy our video introducing our inn and a look inside each of our exquisitely decorated rooms." href="video.php">Watch Our Video</a>'
menu1[1]='<a class="nav" Title= "Enjoy a look inside our inn with our virtual tour for a firsthand look at the beauty and elegance of our Appleton inn." href="vtour.php">Take a Virtual Tour</a>'
menu1[2]='<a class="nav" Title= "Enter as strangers & leave as friends.  Let us open our door of hospitality to you!  Resrve your next getaway at our inn.  Call 888-993-1711" href="innkeepers.php">Your Innkeepers</a>'
menu1[3]='<a class="nav" Title= "Planning a Wisconsin Winter getaway vacation in Appleton, WI?  Reserve your weekend getaway at our Franklin Inn on Durkee bed and breakfast." href="history.php">Inn History</a>'
menu1[4]='<a class="nav" Title= "Recently featured on Fox 11 Living with Amy show. Click here for more media information and the awards we have earned." href="awards.php">Media & Awards</a>'
menu1[5]='<a class="nav" Title= "Our inn is committed to preserving the environment. Travel Green Wisconsin offers guidelines for bed & breakfasts." href="green.php">Green Policy</a>'
menu1[6]='<a class="nav" Title= "Information on our inn policies. We have top notch amenities for special engagement celebrations" href="policies.php">Policies & Information</a>'
menu1[7]='<a class="nav" Title= "Print a copy of our rack sheet for an easy look at all we have to offer Appleton visitors." href="racksheetDurkee.pdf">Print Our Brochure</a>'


var menu2=new Array()
menu2[0]='<a class="nav" href="reviews.php" title = "Guest Reviews">Guest Reviews</a>'
menu2[1]='<a class="nav" href="testimonials.php">Customer Testimonials</a>'
menu2[2]='<a class="nav" href="http://www.tripadvisor.com/Hotel_Review-g30330-d1126122-Reviews-Franklin_Inn_on_Durkee-Appleton_Wisconsin.php">Trip Advisor Reviews</a>'




var menu3=new Array()

menu3[0]='<a class="nav" Title = "The highlight for your next Wisconsin vacation accomodations is to experience the comforts of home at the Franklin Inn on Durkee bed and breakfast located right by Appleton City Park." href="area.php">Area Information</a>'
menu3[1]='<a class="nav" Title = "Franklin Inn on Durkee offers discounts for corporate lodging for Wisconsin business travelers." href="map.php">Directions & Maps</a>'
menu3[2]='<a class="nav" Title = "Learn of events going on in our area including the latest on the Green Bay Packers" href="calendar.php">Events Calendar</a>'
menu3[3]='<a class="nav" Title = "Click here to view a map showing all of the exciting attractions so close and many within walking distance from our inn." href="areamap.php">Map of Area Attractions</a>'
menu3[4]='<a class="nav" Title = "Click here to enjoy a video tour of all of the excitement in Appleton and the Fox Cities." href="videotour.php">Video Tour of Our Area</a>'




var menu4=new Array()
menu4[0]='<a class="nav" Title = "Click here to see pictures of our award winning recipes which make a stay at the Franklin Inn on Durkee a very special experience."   href="recipes.php">Recipes</a>'




var menu5=new Array()

menu5[0]='<a class="nav" Title = "Our Franklin Inn on Durkee bed and breakfast, Appleton, WI offers a special romantic anniversary location." href="lastMinuteSpecials.php">Last Minute Specials</a>'
menu5[1]='<a class="nav" Title = "Click here to learn more of our year round specials" href="yearRoundSpecials.php">Year Round Specials</a>'
menu5[2]='<a class="nav" Title = "We sell Bed and Breakfast Gift Cerificates for the perfect gift for a friend or relative." href="giftshop.php">Gift Shop & Certificates</a>'
menu5[4]='<a class="nav" Title = "The innkeeper is a certified wedding planner.  She knows the best professionals in the area to assist you with your plans for your small Wisconsin wedding at the Franklin Inn on Durkee." href="weddings.php">Weddings</a>'
menu5[5]='<a class="nav" Title = "We have numerous murder mystery weekend events to offer to our guests.  Our unique parties make your next corporate event special." href="murderMystery.php">Murder Mystery</a>'


		
var menu7=new Array()
menu7[0]='<a class="nav" Title = "View pictures and a description of our rooms and suites." href="guestRooms.php">View All Rooms & Rates</a>'
menu7[1]='<a class="nav" Title = "Travel to the romantic city of love, Paris, in the Petit Chateau Suite. Experience your fantasy trip to France at the Franklin Inn on Durkee, Appleton, WI." href="petitChateau.php">Petit Chateau Suite</a>'
menu7[2]='<a class="nav" Title = "Enjoy a full floor spacious suite with a king bed, whirlpool, fireplace, complimentary room service for your full home cooked breakfast.  Reserve for your tropical romantic getaway in Appleton, Wisconsin." href="seaBreeze.php">Sea Breeze Suite</a>'
menu7[3]='<a class="nav" Title = "Sweet Dreams in your four poster bed on this romantic Italian getaway.  This room with a Tuscany wall mural and the Romeo & Juliet balcony has the ambiance to create just the right memories at this Appleton, WI bed and breakfast." href="primavera.php">Primavera Room</a>'
menu7[4]='<a class="nav" Title = "If you are searching for peace and tranquility, then you will find that this room at the Franklin Inn on Durkee, Appleton, WI will surely satisfy and be most comfortable!" href="shangriLa.php">Shangri-La Room</a>'
menu7[5]='<a class="nav" Title = "More rooms and suite options available at our sister property next door.  Check out www.franklinstreetinn.com" href="http://www.franklinstreetinn.com/">More rooms ...</a>'




var menuwidth='175px' //default menu width
var menubgcolor='#806517'  //menu bgcolor
var disappeardelay=550  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?

/////No further editting needed

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}


function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top="-500px"
if (menuwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
}
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}


function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents)

if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
}

return clickreturnvalue()
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}

if (hidemenu_onclick=="yes")
document.onclick=hidemenu

