// JavaScript Document
    Event.observe(window, 'load', function() {
		$('mgd_homecol1').show();
		$('mgd_homecol2row2').show();
		$('mud_homecol1').hide();
		$('mud_homecol2row2').hide();
		$('thank_homecol1').hide();
		$('thank_homecol2row2').hide();
		$('extras_homecol1').hide();
		$('extras_homecol2row2').hide();
        $('L_bottom').update('<img src="images/mininav/L_bottom.gif" alt="" />');
        $('mgd').update('<img src="images/mininav/mgd_red2.gif" alt="MN Grey Duck" />');
        $('mud').update('<img src="images/mininav/mud_wht2.gif" alt="MN Ugly Duckling" />');
        $('thank').update('<img src="images/mininav/thank_wht2.gif" alt="Thank you" />');
        $('extras').update('<img src="images/mininav/extras_wht.gif" alt="Extras" />');
        $('R_bottom').update('<img src="images/mininav/R_bottom.gif" alt="" />');
		
		$('mgd').observe('mouseover', function(e){
			Event.element(e).setStyle({cursor:"pointer"});
		});
		$('mud').observe('mouseover', function(e){
			Event.element(e).setStyle({cursor:"pointer"});
		});
		$('thank').observe('mouseover', function(e){
			Event.element(e).setStyle({cursor:"pointer"});
		});
		$('extras').observe('mouseover', function(e){
			Event.element(e).setStyle({cursor:"pointer"});
		});
		
        Event.observe('mgd', 'click', function(){
            if($('mgd_homecol1').visible()){
				/*do nothing*/
            } else if($('mud_homecol1').visible()){
                $('mgd').update('<img src="images/mininav/mgd_red2.gif" alt="" />');
                $('mud').update('<img src="images/mininav/mud_wht2.gif" alt="" />');
				$('mud_homecol1').toggle();
				$('mud_homecol2row2').toggle();
				$('mgd_homecol1').toggle();
				$('mgd_homecol2row2').toggle();
			  } else if($('thank_homecol1').visible()){
                $('mgd').update('<img src="images/mininav/mgd_red2.gif" alt="" />');
                $('thank').update('<img src="images/mininav/thank_wht2.gif" alt="" />');
				$('thank_homecol1').toggle();
				$('thank_homecol2row2').toggle();
				$('mgd_homecol1').toggle();
				$('mgd_homecol2row2').toggle();
              } else if($('extras_homecol1').visible()){
                $('mgd').update('<img src="images/mininav/mgd_red2.gif" alt="" />');
                $('extras').update('<img src="images/mininav/extras_wht.gif" alt="" />');
				$('extras_homecol1').toggle();
				$('extras_homecol2row2').toggle();
				$('mgd_homecol1').toggle();
				$('mgd_homecol2row2').toggle();
                }
        });
		
		Event.observe('mud', 'click', function(){
            if($('mgd_homecol1').visible()){
                $('mgd').update('<img src="images/mininav/mgd_wht2.gif" alt="" />');
                $('mud').update('<img src="images/mininav/mud_red2.gif" alt="" />');
				$('mgd_homecol1').toggle();
				$('mgd_homecol2row2').toggle();
				$('mud_homecol1').toggle();
				$('mud_homecol2row2').toggle();
            } else if($('mud_homecol1').visible()){
				  /*do nothing*/
			  } else if($('thank_homecol1').visible()){
                $('mud').update('<img src="images/mininav/mud_red2.gif" alt="" />');
                $('thank').update('<img src="images/mininav/thank_wht2.gif" alt="" />');
				$('thank_homecol1').toggle();
				$('thank_homecol2row2').toggle();
				$('mud_homecol1').toggle();
				$('mud_homecol2row2').toggle();
              } else if($('extras_homecol1').visible()){
                $('mud').update('<img src="images/mininav/mud_red2.gif" alt="" />');
                $('extras').update('<img src="images/mininav/extras_wht.gif" alt="" />');
				$('extras_homecol1').toggle();
				$('extras_homecol2row2').toggle();
				$('mud_homecol1').toggle();
				$('mud_homecol2row2').toggle();
                }
        });
		
		Event.observe('thank', 'click', function(){
            if($('mgd_homecol1').visible()){
                $('mgd').update('<img src="images/mininav/mgd_wht2.gif" alt="" />');
                $('thank').update('<img src="images/mininav/thank_red2.gif" alt="" />');
				$('mgd_homecol1').toggle();
				$('mgd_homecol2row2').toggle();
				$('thank_homecol1').toggle();
				$('thank_homecol2row2').toggle();
            } else if($('mud_homecol1').visible()){
                $('mud').update('<img src="images/mininav/mud_wht2.gif" alt="" />');
                $('thank').update('<img src="images/mininav/thank_red2.gif" alt="" />');
				$('mud_homecol1').toggle();
				$('mud_homecol2row2').toggle();
				$('thank_homecol1').toggle();
				$('thank_homecol2row2').toggle();
			  } else if($('thank_homecol1').visible()){
				  /*do nothing*/
              } else if($('extras_homecol1').visible()){
                $('thank').update('<img src="images/mininav/thank_red2.gif" alt="" />');
                $('extras').update('<img src="images/mininav/extras_wht.gif" alt="" />');
				$('extras_homecol1').toggle();
				$('extras_homecol2row2').toggle();
				$('thank_homecol1').toggle();
				$('thank_homecol2row2').toggle();
			  }
        });
		
		Event.observe('extras', 'click', function(){
            if($('mgd_homecol1').visible()){
                $('mgd').update('<img src="images/mininav/mgd_wht2.gif" alt="" />');
                $('extras').update('<img src="images/mininav/extras_red.gif" alt="" />');
				$('mgd_homecol1').toggle();
				$('mgd_homecol2row2').toggle();
				$('extras_homecol1').toggle();
				$('extras_homecol2row2').toggle();
            } else if($('mud_homecol1').visible()){
                $('mud').update('<img src="images/mininav/mud_wht2.gif" alt="" />');
                $('extras').update('<img src="images/mininav/extras_red.gif" alt="" />');
				$('mud_homecol1').toggle();
				$('mud_homecol2row2').toggle();
				$('extras_homecol1').toggle();
				$('extras_homecol2row2').toggle();
			  } else if($('thank_homecol1').visible()){
                $('thank').update('<img src="images/mininav/thank_wht2.gif" alt="" />');
                $('extras').update('<img src="images/mininav/extras_red.gif" alt="" />');
				$('thank_homecol1').toggle();
				$('thank_homecol2row2').toggle();
				$('extras_homecol1').toggle();
				$('extras_homecol2row2').toggle();
			  } else if($('extras_homecol1').visible()){
				  /*do nothing*/
              }
        });
    });