/*----------------------------------------------------------------------------*\
     File:  menu_data.js   for the milonic menu system
  Written:  04-18-2005
  Revised:  09-20-2009

   <IMG BORDER=0 SRC=updated01.gif>
   <IMG BORDER=0 SRC=new7.gif>

\*----------------------------------------------------------------------------*/

//----- START GOOGLE SEARCH STUFF -----
// Enter domain of site to search.
var domainroot="www.feelmypain.net"

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

_menuCloseDelay=500;
_menuOpenDelay=250;
_subOffsetTop=-6;
_subOffsetLeft=-8;

// this is the bg color for links that are not current links
var offBgColor="#DCE9F0";

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

with(menuStyle=new mm_style()){
bordercolor="#296488";

borderstyle="solid";

borderwidth=2;

fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";

headerbgcolor="#ffffff";

headercolor="#000000";

offbgcolor=offBgColor;

offcolor="#000000";    // not selected mouse off text color

onbgcolor="#4F8EB6";

oncolor="#ffffff";    // text

outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=99);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;

// this is the bg color for the current selected link.
pagebgcolor="#82B6D7";

pagecolor="black";

separatorcolor="#2D729D";

separatorsize=1;
subimage="arrow.gif";
subimagepadding=3;
rawcss='padding-left:5px;padding-right:5px;font-weight:bold;';
}

//------------------------------------------------------------------------------
// this style is used to "size" the left cell of the page scrolling menu 
// only.  The background color must be the same as the background color of 
// the cell to make it disappear...

with(tableSpacerStyle=new mm_style())
{
bordercolor=MainBgColor;
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor=MainBgColor;
headercolor=MainBgColor;
offbgcolor=MainBgColor;
offcolor=MainBgColor;
onbgcolor=MainBgColor;
oncolor=MainBgColor;
padding=5;
pagebgcolor=MainBgColor;
pagecolor=MainBgColor;
separatorcolor=MainBgColor;
separatorsize=1;
subimagepadding=3;
rawcss='padding-left:5px;padding-right:5px;font-weight:bold;';
}

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

with(menuLeftSide=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;
rawcss='padding-left:5px;padding-right:5px;font-weight:bold;';
}


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

if(get_menu_setting() == 1)   // show menu
{
   first_menu = "Main Menu";
}
else    // hide menu
{
   first_menu = "NarrowStartMenu";

   with(milonic=new menuname("Main Menu"))
   {
   style=menuLeftSide;
   alwaysvisible=1;
   followscroll=50;
   left=0;
   top=50;
   orientation="vertical";
   overfilter="";
   itemheight=90;
   itemwidth=20;
   aI("showmenu=NarrowStartMenu;image=menu1.gif;");
   }

}

with(milonic=new menuname(first_menu))
{
style=menuStyle;
if(get_menu_setting() == 0)    // hidden menu
{
   // so the actual menu appears on the left over the menu image
   left="offset=-18px";
}
else   // show menu
{
   alwaysvisible=1;
   followscroll=1;
   top=0;
   left=0;
   orientation="vertical";
}
overfilter="";

aI("pagebgcolor=#DC132C;onbgcolor=#DC143C;offbgcolor=#DC143C;status=Back To Home Page;rawcss=padding-left:0px;text=<TABLE BORDER=0 BGCOLOR=BLACK WIDTH=100%><TR><TD><CENTER><FONT FACE=ARIAL COLOR=LIGHTGREEN><B>Feel My Pain</B></FONT></CENTER></TD></TR></TABLE>;url=#;"); 

   //aI("text=<B>Top of Page</B>;pagebgcolor=" + offBgColor + ";url=#;");

aI("text=The Horror...;url=" + Main_first + ";");
aI("text=Visual Horror...;url=main_screamers.php;");

//aI("text=Daily News <IMG BORDER=0 SRC=new7.gif><BR>11-07-2009;url=main_news.php;");
aI("text=The Daily News<BR>11-07-2009;url=main_news.php;");


aI("text=Is Winning More<BR>Important than<BR>Your Children?;url=main_news.php#2006_05_18;");

//aI("text=Is Winning <IMG BORDER=0 SRC=new7.gif><BR>or your Children<BR>more important?;url=main_news.php#2006_05_18;");

aI("text=FMP FAQ;url=main_faq.php;");
aI("showmenu=trampoline;text=Unsafe and<BR>Unsupervised<BR>Playground;url=main_unsafe.php;");
aI("text=Picture Gallery;url=main_gallery.php;pagematch=main_gallery.php;");

aI("showmenu=start;text=Main Menu;url=" + Main_first + ";");
aI("showmenu=gory_details;text=The Gory Details;url=" + Gory_first + ";");

//--------------------
aI("showmenu=current_events;text=Current Events<BR>06-15-2005;url=" + Current_first + ";");
//aI("showmenu=current_events;text=Current Events<BR>06-15-2005<BR><IMG BORDER=0 SRC=updated01.gif>;url=" + Current_last + ";");
//--------------------

aI("showmenu=protect_and_serve;text=Protect & Serve<BR>04-13-2005;url=" + Jeffco_first + ";");
aI("showmenu=misc;text=Miscellaneous;url=" + Misc_first + ";");

aI("showmenu=soapbox;text=Soapbox ...  ;");
//aI("showmenu=soapbox;text=Soapbox ...  <IMG BORDER=0 SRC=updated01.gif>;");


if(screen.width >= 1024)
{
   //aI("text=<B>Top of Page</B>;pagebgcolor=" + offBgColor + ";url=#;");
   aI("text=<center>Best viewed at a<BR>minimum screen<BR>resolution of<BR>1024 x 768</center>;status=GoTo End of Page;url=#END_OF_PAGE;oncolor=#000000;offcolor=#000000;pagebgcolor=#000000;onbgcolor=#ffffff;offbgcolor=#ffffff;");
}

}


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

with(milonic=new menuname("start"))
{
style=menuStyle;
overflow="scroll";
aI("text=Just the Facts;url=main_facts.php;pagematch=main_facts.php;");
aI("text=Excessive, Unnecessary and Unreasonable Noise;url=ce_illegal.php;pagematch=ce_illegal.php;");
aI("text=The Mercer Cheating Chronicles;url=main_cheating.php;pagematch=main_cheating.php;");
aI("text=Liars or Bad Parents? -- Both ???;url=main_decide.php;pagematch=main_decide.php;");
aI("text=Taking the High Road;url=main_high_road.php;pagematch=main_high_road.php;");
aI("text=Email to a Friend;clickfunction=emailFMP();");
aI("text=Corrections;url=main_corrections.php;pagematch=main_corrections.php;");
aI("text=Disclaimer;url=main_disclaimer.php;pagematch=main_disclaimer.php;");
}

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

with(milonic=new menuname("gory_details"))
{
style=menuStyle;
overflow="scroll";
aI("text=Introduction;url=gd_introduction.php;pagematch=gd_introduction.php;");
aI("text=The Seeds of a Problem;url=gd_seeds.php;pagematch=gd_seeds.php;");
aI("text=The First Warning;url=gd_warning.php;pagematch=gd_warning.php;");
aI("text=04/05/2000 - The Pea Gravel Incident;url=gd_pea_gravel.php;pagematch=gd_pea_gravel.php;");
aI("text=The Problem Starts ...;url=gd_problem_starts.php;pagematch=gd_problem_starts.php;");
aI("text=Attempted HOA Relief;url=gd_hoa.php;pagematch=gd_hoa.php;");
aI("text=11/05/2000 - Proposed Solutions ???;url=gd_solutions.php;pagematch=gd_solutions.php;");
aI("text=It's Out of Their Way ...;url=gd_out_of_their_way.php;pagematch=gd_out_of_their_way.php;");
aI("text=05/13/2001 - They're Stoning My House!;url=gd_stoned1.php;pagematch=gd_stoned1.php;");
aI("text=The Second Warning - The Accusation;url=gd_accusation.php;pagematch=gd_accusation.php;");
aI("text=If I Only Had a Brain ...;url=gd_brain.php;pagematch=gd_brain.php;");
aI("text=05/22/2001 - Mediation 2001;url=gd_mediation1.php;pagematch=gd_mediation1.php;pagematch=gd_mediation1.php;");
aI("text=06/25/2001 - The Mercer Cheating Starts;url=gd_cheating1.php;;pagematch=gd_cheating1.php;");
aI("text=07/20/2002 - Stoned Again;url=gd_stoned2.php;;pagematch=gd_stoned2.php;");
aI("text=05/13/2003 - My Unilateral Offer;url=gd_unilateral.php;;pagematch=gd_unilateral.php;");
aI("text=07/20/2003 - The Mercer Cheating Continues;url=gd_cheating2.php;;pagematch=gd_cheating2.php;");
aI("text=05/06/2004 - Terminated;url=gd_terminated.php;;pagematch=gd_terminated.php;");
aI("text=Just 8.33% ...;url=gd_eight_percent.php;;pagematch=gd_eight_percent.php;");
aI("text=Conclusion;url=gd_conclusion.php;;pagematch=gd_conclusion;");
}

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

with(milonic=new menuname("current_events"))
{
style=menuStyle;
overflow="scroll";
aI("text=05/24/2004 - Be Quiet!;url=ce_quiet1.php;pagematch=ce_quiet1.php;");
aI("text=05/31/2004 - No-Screaming Signs Hung With Care;url=ce_signs_hung.php;pagematch=ce_signs_hung.php;");
aI("text=05/31/2004 - As Predicted, They Broke the Fence;url=ce_broken_fence.php;pagematch=ce_broken_fence.php;");
aI("text=05/31/2004 - Attempted Arson;url=ce_attempted_arson.php;pagematch=ce_attempted_arson.php;");
aI("text=06/06/2004 - No-Screaming Signs Removed;url=ce_signs_removed.php;pagematch=ce_signs_removed.php;");
aI("text=06/13/2004 - Email-Me Button Removed;url=ce_email_removed.php;pagematch=ce_email_remove.php;");
aI("text=06/14/2004 - Jeff Mercer, Will You Please...;url=ce_quiet2.php;pagematch=ce_quiet2.php;");
aI("text=06/16/2004 - Jeff Mercer Whines on Channel 7 News;url=ce_channel7.php;pagematch=ce_channel7.php;");
aI("text=06/21/2004 - The First SPL Measurement;url=ce_spl_measured.php;pagematch=ce_spl_measured.php;");
aI("text=06/23/2004 - Mediation 2004 - 1st Failure;url=ce_mediation2.php;pagematch=ce_mediation2.php;");
aI("text=06/28/2004 - Camera Shield Restored;url=ce_camera_shield_restored.php;pagematch=ce_camera_shield_restored.php;");
aI("text=07/02/2004 - Excessive, Unnecessary and Unreasonable Noise;url=ce_illegal.php;pagematch=ce_illegal.php;");
aI("text=07/03/2004 - The Sounds of Silence;url=ce_ambient.php;pagematch=ce_ambient.php;");
aI("text=08/04/2004 - Mediation 2004 - 2nd Failure;url=ce_mediation3.php;pagematch=ce_mediation3.php;");
aI("text=08/21/2004 - Just a Coincidence ???;url=ce_purpose.php;pagematch=ce_purpose.php;");
aI("text=08/23/2004 - The Court Order;url=ce_court_order.php;pagematch=ce_court_order.php;");
aI("text=10/06/2004 - Conspiracy Theory and the Cockroach;url=ce_theory.php;pagematch=ce_theory.php;");
aI("text=10/07/2004 - Back to Square One;url=ce_square1.php;pagematch=ce_square1.php;");
aI("text=10/26/2004 - E&M Disposal Steals My Trash Can(s);url=ce_trash.php;pagematch=ce_trash.php;");
aI("text=11/07/2004 - Fair and Balanced;url=ce_balanced.php;pagematch=ce_balanced.php;");
aI("text=11/16/2004 - Woody's Crumbling Web of Lies;url=ce_web_of_lies.php;pagematch=ce_web_of_lies.php;");
aI("text=11/19/2004 - Jeff Mercer Whines (again) on Talk Radio;url=ce_talk_radio.php;pagematch=cd_talk_radio.php;");
aI("text=06/15/2005 - Weapons of Mass \"Peace & Quiet\" Destruction;url=ce_wmd.php;pagematch=cd_wmd.php;");
}

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

with(milonic=new menuname("protect_and_serve"))
{
style=menuStyle;
overflow="scroll";
aI("text=Jeffco Law Enforcement Failures;url=jeffco_failure.php;pagematch=ce_jeffco_failure.php;");
aI("text=02/01/2005 - Prosecutorial Discretion;url=jeffco_pd.php;pagematch=jeffco_pd.php;");
aI("text=Noise Abatement;url=jeffco_noise.php;pagematch=jeffco_noise.php;");
aI("text=Harassment;url=jeffco_harassment.php;pagematch=ce_harassment.php;");
aI("text=Theft;url=jeffco_theft.php;pagematch=jeffco_theft.php;");
aI("text=02/02/2005 - Jeffco Open Government;url=jeffco_commish.php;pagematch=jeffco_commish.php;");
aI("text=Passing the Buck - Avoiding the Issues;url=jeffco_passing_the_buck.php;pagematch=jeffco_passing_the_buck.php;");
}

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

with(milonic=new menuname("misc"))
{
style=menuStyle;
overflow="scroll";
aI("text=How To ... Navigate This Site;url=misc_navigate.php;pagematch=misc_navigate.php;");

aI("showmenu=trampoline;text=Dangerous Trampoline Webpages;");

aI("showmenu=nfh;text=More Neighbor From Hell (NFH) Webpages;");

aI("showmenu=links;text=Noise Links;");

aI("showmenu=search;pagebgcolor=" + offBgColor + ";text=Search: FeelMyPain.net;");

aI("text=05/18/2001 - The Mediated Agreement;url=misc_agreement.php;pagematch=misc_agreement.php;");

aI("text=06/26/2004 - National TV;url=misc_national_tv.php;pagematch=misc_national_tv.php;");

aI("text=Colorado Noise Law;url=misc_jeffco.php;pagematch=misc_jeffco.php;");

aI("text=07/01/2004 - SPL Meter Setup;url=misc_spl_setup.php;pagematch=misc_spl_setup.php;");

aI("text=07/02/2004 - SPL Meter Pix;url=misc_meter_pix.php;pagematch=misc_meter_pix.php;");

aI("text=11/16/2004 - Woody's Complaint ...;url=misc_complaint.php;pagematch=misc_complaint.php;");

aI("text=Why Our Kids Are Out of Control;target=_blank;url=http://www.psychologytoday.com/articles/pto-20010901-000027.html;");

aI("text=The Bad Neighbor Kid;target=_blank;url=http://childrentoday.com/resources/articles/bully.htm;");

aI("text=Obnoxious Kids: Sparing the Rod?;target=_blank;url=http://www.reviewjournal.com/lvrj_home/2002/Nov-11-Mon-2002/living/20038432.html;");

aI("text=Is Your Family Out of Control<BR>&nbsp;&nbsp;Experts say bringing back discipline<BR>&nbsp;&nbsp;is key to getting well-behaved kids.;target=_blank;url=http://foxnews.webmd.com/content/Article/100/105844.htm?src=rss_foxnews;");

aI("text=Screamers Anonymous;target=_blank;url=http://www.parenting-advice.net/Screamers.html;");

aI("text=Vocal Abuse In Children;target=_blank;url=http://www.cslot.com/children/vocal_abuse.htm;");

aI("text= You Owe Me -- Children of Entitlement;target=_blank;url=http://members.aol.com/AngriesOut/teach9.htm;");

aI("text=Are You Guilty of Lying?<BR>Lying vs. Truth: What does the Bible Teach?;target=_blank;url=http://www.biblestudylessons.com/cgi-bin/topics/lying.php;");

aI("text=DHTML Menu by Milonic;url=http://www.milonic.com/;");
}

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

with(milonic=new menuname("soapbox"))
{
style=menuStyle;
overflow="scroll";
aI("text=Mile High Aeration Sucks;url=soapbox_mha.php;pagematch=soapbox_mha.php;");
aI("text=No Soliciting;url=soapbox_no_soliciting.php;pagematch=soapbox_no_soliciting.php;");
aI("text=Neighborhood Spammers;url=soapbox_spam.php;pagematch=soapbox_spam.php;");

aI("text=Paying for Sex;url=soapbox_paying_for_sex.php;pagematch=soapbox_paying_for_sex.php;");


aI("text=Pushers;url=soapbox_pushers.php;pagematch=soapbox_pushers.php;");
aI("text=Entitlements?;url=soapbox_entitlements.php;pagematch=soapbox_entitlements.php;");
aI("text=Put the Receipt in the Bag?;url=soapbox_in_the_bag.php;pagematch=soapbox_in_the_bag.php;");
}

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

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

aI("text=`<TABLE BORDER=0 CELLPADDING=5><TR><TD>Search www.feelmypain.net</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=;"); 

}

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

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

aI("text=Jeffco and Colorado Noise Abatement Regulations;url=misc_jeffco.php;target=_blank;");

aI("text=Protecting the Common Air Space;url=http://www.nonoise.org/commons.htm;target=_blank;");

aI("text=The Noise FAQ;url=http://www.quiet.org/faq.htm;target=_blank;");

aI("text=Noise, Sovereignty, and Civility;url=http://www.lhh.org/hrq/25-1/noise.htm;target=_blank;");

aI("text=Noise Free America;url=http://www.noisefree.org/;target=_blank;");

aI("text=Noise Primer;url=http://airandnoise.com/NoisePrimer.html;target=_blank;");

aI("text=Being a Good Neighbor - Tips for Daycare Providers;url=good_neighbor.pdf;target=_blank;");

aI("text=Strategies for Dealing with Nightmare Neighbors;url=http://www.finetuning.com/articles/p0-148-strategies-for-dealing-with-nightmare-neighbors.html;target=_blank;");

aI("text=How to Deal with a Noisy Neighbor;url=http://www.lendingexpo.net/article-20000114_noise.htm;target=_blank;");

aI("text=Noisy Nuisances: What are Your Rights?;url=http://www.rentnet.com/apartments/fyp/reading_room/quality_life/noise_RT_1.jhtml;target=_blank;");

aI("text=Outshouting the Neighborhood Noise;url=http://www.nolo.com/lawcenter/auntie/questions.cfm/ObjectID/D68B9600-1E8F-4375-A82F9F03A137A63D/catID/B21C6122-6654-468C-83A6D0B4B74D37CD;target=_blank;");
}

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

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

aI("text=The Neighbors From Hell;target=_blank;url=http://www.theneighborsfromhell.com/;");

aI("text=CNNMoney Neighbors From Hell;target=_blank;url=http://money.cnn.com/2005/03/30/pf/neighborsfromhell/index.htm/popup;");

aI("text=Neighbors From Hell;target=_blank;url=http://www.neighborsfromhell.com/intro.html;");

aI("text=RichardsFault: Sounds of the Cul-De-Sac;target=_blank;url=http://www.richardsfault.com/sounds%20of%20the%20cul-de-sac/;");

aI("text=Neighbor From Hell;target=_blank;url=http://neighborfromhell.com/index.html;");

aI("text=Neighbor From Hell in Australia;target=_blank;url=http://www.geocities.com/quietaus/nfh.html;");

aI("text=Why I Hate My Neighbor;target=_blank;url=http://stupidneighbour.blogspot.com/;");

aI("text=Rude Neighbor;target=_blank;url=http://www.rudeneighbor.com/;");

aI("text=Annoying Neighbors;target=_blank;url=http://www.annoyingneighbors.com/;");

aI("text=Redneck Neighbor;target=_blank;url=http://www.joespc.com/carlos/redneck.htm;");

aI("text=Top 10 Neighbors From Hell;target=_blank;url=http://www.annoyingneighbors.com/;");

aI("text=Neighbours From Hell in Britain;target=_blank;url=http://www.nfh.org.uk/;");

aI("text=Nixing Neighborhood Nastiness;target=_blank;url=http://surf.atlantic.net/features/neighbors.htm;");

aI("text=NEWS4 Investigates: Bad Neighbors;target=_blank;url=http://news4colorado.com/investigates/local_story_315143013.html;");

aI("text=When Neighbors Go Bad;target=_blank;url=http://archive.parade.com/2004/0711/0711_neighbors.html;");

aI("text=Plea For a Little Human Respect;target=_blank;url=http://www.noisefree.org/soundoffplea.html;");

aI("text=The York Stage - Let the Show Commence ...;target=_blank;url=http://homepage.ntlworld.com/thornyside/mainindex.html;");
}

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

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

aI("text=<BR>The Mercers Unsafe and Unsupervised Playground<BR><BR>;url=main_unsafe.php;");
 
aI("text=American Academy of Pediatrics (AAP):<BR>&nbsp;&nbsp;Warning Against Dangers of Home Trampolines;target=_blank;url=http://www.aap.org/advocacy/archives/maytra.htm;");

aI("text=Consumer Product Safety Commission:<BR>&nbsp;&nbsp;Trampoline Safety Alert;target=_blank;url=http://www.cpsc.gov/cpscpub/pubs/085.html;");


aI("text=HealthLink: Is the fun worth the risk?;target=_blank;url=http://www.ynhh.org/healthlink/pediatrics/pediatrics_7_99.html;");

aI("text=University of Michigan Health:<BR>&nbsp;&nbsp;Should I Buy a Trampoline?;target=_blank;url=http://www.med.umich.edu/1libr/pa/pa_trampinj_hhg.htm;");

aI("text=KeepKidsHealthy: Trampoline Safety;target=_blank;url=http://www.keepkidshealthy.com/welcome/safety/trampoline_safety.html;");

aI("text=SecurityWorld: Are they Safe?;target=_blank;url=http://www.securityworld.com/library/travelrec/trampolinesafety.html;");

aI("text=Is a Trampoline in Your Yard a Reason for your<BR>&nbsp;&nbsp;Homeowners Insurance Company to Cancel You?;target=_blank;url=http://www.faqfarm.com/Q/Why_is_a_trampoline_in_your_yard_a_reason_for_your_homeowners_insurance_company_to_cancel_you;");

aI("text=Your Homeowners' Insurance<BR>&nbsp;&nbsp;Could Forbid Trampolines;target=_blank;url=http://www.nbc10.com/consumeralertarchive/4541550/detail.html;");

aI("text=Trampolines Pose Insurance and Safety Risks;target=_blank;url=http://www.vafb.com/magazines/2003/may/0503_3.htm;");

aI("text=Bouncing Into the Emergency Room:<BR>&nbsp;&nbsp;With Injuries on the Rise, Parental Supervision<BR>&nbsp;&nbsp;and Strict Rules are Important;target=_blank;url=http://www.sltrib.com/outdoors/ci_2818273;");



}


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


//drawMenus();

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

