<!--

//do browser detect stuff

wd = screen.width;
if (wd == 1280)
{var x = 50;  z=800; layer1=35; layer2=218; layer3=600;}

if (wd == 1024)
{var x = 850;  z=800; layer1=155; layer2=286;}

if (wd == 800)
{var x = 850;  z=800; layer1=155; layer2=286;}

if (wd == 640)
{var x = 850;  z=800; layer1=155; layer2=286;}

var isNS = (navigator.appName == "Netscape");
var isMacIE = ( (navigator.userAgent.indexOf("IE 4")  > -1) && (navigator.userAgent.indexOf("Mac")  > -1) );
var layerRef = (isNS) ? "document" : "document.all";
var styleRef = (isNS) ? "" : ".style";
var isDynamic = ( (document.layers || document.all) && !isMacIE );

//track which menu is active
var activeMenu = 0;


//display a selected menu
function activateMenu(menuLayerRef, offset, voffset) {

        if (isDynamic && activeMenu != menuLayerRef) {

                if (activeMenu) hideMenu("menu" + activeMenu);

                menuID = "menu" + menuLayerRef;
                activeMenu = menuLayerRef;

if(offset=='x')
{offset = x;}
if(offset=='y')
{offset = y;}
if(offset=='z')
{offset = z;}
if(menuLayerRef==1)
{
offset=layer1;
}
if(menuLayerRef==2)
{
offset=layer2;
}
if(menuLayerRef==3)
{
offset=layer3;
}
if(menuLayerRef==4)
{
offset=layer4;
}
if(menuLayerRef==5)
{
offset=layer5;
}
if(menuLayerRef==6)
{
offset=layer6;
}
if(menuLayerRef==7)
{
offset=layer7;
}
if(menuLayerRef==8)
{
offset=layer8;
}
if(menuLayerRef==9)
{
offset=layer9;
}
if(menuLayerRef==10)
{
offset=layer10;
}



		//alert(hn);
                hmenuoff = offset;
                vmenuoff = voffset;
                if (isNS) {
                        document[menuID].top = 16 + voffset;
                        document[menuID].left = offset;
                } else {
                        document.all[menuID].style.pixelTop = 25 + voffset;
                        document.all[menuID].style.pixelLeft = offset;
                } // if is NS else

                showMenu(menuID)
        } // if is dynamic and new menu needed
        // kill menu if browser is IE
        if (isDynamic && !isNS) window.event.cancelBubble = true;
} // activateMenu

function showMenu(layerID) {
        eval(layerRef + '["' + layerID + '"]' + styleRef + '.visibility = "visible"');
}


function hideMenu(layerID) {
        eval(layerRef + '["' + layerID + '"]' + styleRef + '.visibility = "hidden"');
}


// get rid of menus when outside menu or button
function killMenu(e) {
  //check if theres a menu active
  if (activeMenu) {
    menuID = "menu" + activeMenu;
    if (isNS) {
	// top menus
        if (activeMenu <=7) {
	  menuX1 = document[menuID].left;
	  menuX2 = menuX1 + document[menuID].clip.right;
	  menuY1 = document[menuID].top - 25;
	  menuY2 = menuY1 + document[menuID].clip.bottom + 15;
	} // if menu 1 through 4
	// side menus
        if (activeMenu >=8) {
 	  menuX1 = 0;
          menuX2 = 1;
	  menuY1 = document[menuID].top;
	  menuY2 = menuY1 + document[menuID].clip.bottom;
        } // if menu 5 or greater
        if ((e.pageX < menuX1) || (e.pageX > menuX2) ||
             (e.pageY < menuY1) || (e.pageY > menuY2)) {
             hideMenu(menuID);
	     activeMenu = 0;
        } // if in menu
    } else { // if not NS
	hideMenu(menuID);
	activeMenu = 0;
    }  //if isNS else
  }  //if activeMenu
}  //function

// initialize the menu system
function init() {
  if (isDynamic) {
    if (isNS) {
	document.captureEvents(Event.MOUSEOUT);
	document.onmouseout = killMenu;
    } else {
	document.onmouseover = killMenu;
    } // if NS else

  } // if dynamic
} // init


/*function hotelname(hname)
{
	hn=hname;
	return hn;

}*/


document.write("</head>\
<body marginwidth=\"0\" marginheight=\"0\" topmargin=\"0\" leftmargin=\"0\" onload=\"init();\">");

if (isDynamic) {
document.write("<DIV id=\"menu1\" class=\"menu\" onMouseover=\"activateMenu(1,190,175)\">\
<table WIDTH=\"175\" BORDER=\"0\" BGCOLOR=\"#e0a230\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
<tr><TD>\
<table WIDTH=\"175\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"1\">\
<tr>\
<TD BGCOLOR=\"#1a1a1a\" CLASS=\"tbl\" HEIGHT=\"16\"> <a href\=\"/ladies-footwear.html\">&nbsp; &nbsp;<b>&#187;</b>&nbsp;Ladies Fashion Footwear</A></TD>\
</tr>\
<tr>\
<TD BGCOLOR=\"#1a1a1a\" CLASS=\"tbl\" HEIGHT=\"16\"> <a href\=\"/ladies-clogs.html\">&nbsp; &nbsp;<b>&#187;</b>&nbsp;Ladies Clogs</A></TD>\
</tr>\
<tr>\
<TD BGCOLOR=\"#1a1a1a\" CLASS=\"tbl\" HEIGHT=\"16\"> <a href\=\"/ladies-bedroom-slippers.html\">&nbsp; &nbsp;<b>&#187;</b>&nbsp;Ladies Bedroom Slippers</A></TD>\
</tr>\
<tr>\
<TD BGCOLOR=\"#1a1a1a\" CLASS=\"tbl\" HEIGHT=\"16\"> <a href\=\"/ladies-beach-slippers.html\">&nbsp; &nbsp;<b>&#187;</b>&nbsp;Ladies Beach Slippers</A></TD>\
</tr>\
</table>\
</TD></tr></table>\
</DIV>");
document.write("<DIV id=\"menu2\" class=\"menu\" onMouseover=\"activateMenu(2,190,175)\">\
<table WIDTH=\"175\" BORDER=\"0\" BGCOLOR=\"#e0a230\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
<tr><TD>\
<table WIDTH=\"175\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"1\">\
<tr>\
<TD BGCOLOR=\"#1a1a1a\" CLASS=\"tbl\" HEIGHT=\"16\"> <a href\=\"/mens-sandals.html\">&nbsp; &nbsp;<b>&#187;</b>&nbsp;Men&#39;s Sandals</A></TD>\
</tr>\
<tr>\
<TD BGCOLOR=\"#1a1a1a\" CLASS=\"tbl\" HEIGHT=\"16\"> <a href\=\"/mens-slippers.html\">&nbsp; &nbsp;<b>&#187;</b>&nbsp;Men&#39;s Slippers</A></TD>\
</tr>\
<tr>\
<TD BGCOLOR=\"#1a1a1a\" CLASS=\"tbl\" HEIGHT=\"16\"> <a href\=\"/mens-clogs.html\">&nbsp; &nbsp;<b>&#187;</b>&nbsp;Men&#39;s Clogs</A></TD>\
</tr>\
<tr>\
<TD BGCOLOR=\"#1a1a1a\" CLASS=\"tbl\" HEIGHT=\"16\"> <a href\=\"/mens-footwears.html\">&nbsp; &nbsp;<b>&#187;</b>&nbsp;Men&#39;s Rubber Footwears</A></TD>\
</tr>\
<tr>\
<TD BGCOLOR=\"#1a1a1a\" CLASS=\"tbl\" HEIGHT=\"16\"> <a href\=\"/mens-beach-slippers.html\">&nbsp; &nbsp;<b>&#187;</b>&nbsp;Men&#39;s Beach Slippers</A></TD>\
</tr>\
<tr>\
<TD BGCOLOR=\"#1a1a1a\" CLASS=\"tbl\" HEIGHT=\"16\"> <a href\=\"/mens-leather-slippers.html\">&nbsp; &nbsp;<b>&#187;</b>&nbsp;Men&#39;s Leather Slippers</A></TD>\
</tr>\
</table>\
</TD></tr></table>\
</DIV>");
}
//-->
