//----- START GOOGLE SEARCH STUFF -----
// Enter domain of site to search.
var domainroot="kauger.com"

function Gsitesearch(curobj)
{ curobj.q.value="site:kauger.com " + curobj.qfront.value; }
//----- FINISH GOOGLE SEARCH STUFF -----

_menuCloseDelay=500;
_menuOpenDelay=250;
_subOffsetTop=2;
_subOffsetLeft=-2;

//------------------------------------------------------------------------------
// this style is the main style for the visible left menu

with(menuStyle=new mm_style()){
bordercolor="white";
borderstyle="solid";
borderwidth=4;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#0060ff";
headercolor="white";
offbgcolor="#0060ff";
offcolor="white";    // not selected mouse off text color
onbgcolor="white";
oncolor="#0060ff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=99);Shadow(color=black', Direction=135, Strength=5)";
padding=5;
pagebgcolor="white";
pagecolor="#0060ff";
separatorcolor="white";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=3;
}

//------------------------------------------------------------------------------
// this style is the main style for the visible left menu

with(menuLeftSide=new mm_style()){
bordercolor="#0060ff";
borderstyle="solid";
borderwidth=4;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#0060ff";
headercolor="white";
offbgcolor="#0060ff";
offcolor="#ffffff";    // not selected mouse off text color
onbgcolor="white";
oncolor="#0060ff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=99);Shadow(color=black', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#0060ff";
pagecolor="white";
separatorcolor="white";
separatorsize=1;
}

//------------------------------------------------------------------------------

with(milonic=new menuname("Main Menu"))
{
style=menuLeftSide;
alwaysvisible=1;
followscroll=1;
top=0;
left=0;
orientation="vertical";
overfilter="";

aI("showmenu=begin;text=<B>M<BR>E<BR>N<BR>U</B>;");
}

//------------------------------------------------------------------------------

with(milonic=new menuname("begin"))
{
style=menuStyle;
overflow="scroll";

aI("pagebgcolor=#0060ff;onbgcolor=white;offbgcolor=#0060ff;status=Back To Home Page;rawcss=padding-left:0px;text=<TABLE BORDER=0 BGCOLOR=#0060ff WIDTH=100%><TR><TD><CENTER><FONT FACE=ARIAL COLOR=white><B>MainMenu</B></FONT></CENTER></TD></TR></TABLE>;url=/index.html;"); 

aI("text=<B>HOME</B>;url=http://kauger.com/index.html;");
aI("showmenu=Weather;text=<B>Weather</B>;");
aI("showmenu=MiniCam;text=<B>MiniCam</B>;");
aI("showmenu=Local Webs & Info.;text=<B>Local Webs & Info.</B>;");
aI("showmenu=Photos & Links;text=<B>Photos & Links</B>;");

aI("text=<B>About This Website</B>;url=/where_am_i.html;");
aI("text=<B>AT&T Retiree Page</B>;url=http://att-luncheon.com;");
aI("text=<B>CWA Retired members</B>;url=http://cwa-rmc7750.org;");
aI("text=<B>Wednesday Evening <BR>Trap League</B>;url=http://trapleague.org;");

aI("text=<center><B>Best viewed at a<BR>minimum screen<BR>resolution of<BR>1024 x 768</B></center>;url=#END_OF_PAGE;oncolor=#0060ff;offcolor=white;pagebgcolor=#0060ff;onbgcolor=white;offbgcolor=#0060ff;");
}

//------------------------------------------------------------------------------

with(milonic=new menuname("Weather"))
{
style=menuStyle;
overflow="scroll";
aI("text=<B>&nbsp;Main Weather Page</B>;url=/all_weather.shtml;");
aI("text=<B>&nbsp;Live Weather Display</B>;url=/live_weather.shtml;");
// aI("text=<B>&nbsp;Live Weather Map</B>;url=/weather/mesomap.html;");
aI("text=<B>&nbsp;Fire Weather Index</B>;url=/weather/FWI.htm;");
aI("text=<B>&nbsp;AccuWeather</B>;url=http://wwwa.accuweather.com/radar-large.asp?partner=netweather&traveler=0&level=state&site=CO_&type=rs&anim=1&large=1;");
// aI("text=<B>&nbsp;7 Day Forecast</B>;TARGET='_blank';url=/forecast.cgi ;");

}

//------------------------------------------------------------------------------

with(milonic=new menuname("MiniCam"))
{
style=menuStyle;
overflow="scroll";
aI("text=<B>&nbsp;LiveCam</B>;url=/push_pull.html;");
aI("text=<B>&nbsp;Last 24 Pictures</B>;url=/last.html;");

}

//------------------------------------------------------------------------------

with(milonic=new menuname("Local Webs & Info."))
{
style=menuStyle;
overflow="scroll";
aI("text=<B>&nbsp;Morrison Area Lodging</B>;url=/lodging.html;");
aI("text=<B>&nbsp;City of Morrison Web</B>;url=http://town.morrison.co.us;");
aI("text=<B>&nbsp;Hilldale Pines Web</B>;url=http://hilldalepines.com;");

}

//------------------------------------------------------------------------------

with(milonic=new menuname("Photos & Links"))
{
style=menuStyle;
overflow="scroll";
aI("text=<B>&nbsp;Photo Pages</B>;url=/picture.html;");
aI("text=<B>&nbsp;Link Page</B>;url=/links.html;");
aI("text=<B>&nbsp;Robert Wogrin's Fine Art</B>;url=http://wogrin-art.com;");

}


//------------------------------------------------------------------------------

with(milonic=new menuname("search"))
{
style=menuStyle;
overflow="scroll";

aI("text=`<TABLE BORDER=0 CELLPADDING=5><TR><TD><B>Search kauger.com</B></TD></TR><TR><TD><form action='http://www.google.com/search' method='get' onSubmit='Gsitesearch(this)'><input name='q' type='hidden' /><input name='qfront' type='text' style='width: 250px' /><input type='submit' value='Search' /></form></TD></TR></TABLE>`;type=form;align=center;onbgcolor=;onborder=;"); 

}

//------------------------------------------------------------------------------


drawMenus();

//------------------------------------------------------------------------------
