<!--
function goPage(form) {
    i = form.menu.selectedIndex;
    if (i != 0) {
    window.location.href = url[i];
    }
 }
 function makeArray()   {
    var args = makeArray.arguments ;
    for (var i = 0; i < args.length; i++)  {
    this[i] = args[i] ;
    }
    this.length = args.length;
  }
    
    var pages = new makeArray("Select a Fred Collins Painting",
    							"San Cayatano Sunset",
    							"Free Food",
    							"Wet",
    							"Horsing Around",
    							"Que Pasa ?",
    							"Good Hare DAy",
    							"For Any Reason",
    							"Zen Mood #7",
    							"Allazona",
    							"2&nbsp;1/2 Hours of Winter - San Cayatano Mountains",
								"Inside a Rainbow",
								"Zen Mood #17",
								"Future of Fresh Water",
                                "Summer Breeze",
                                "Stepping Out, Rio Rico Spring",
                                "Rio Rico Winter",
								"Rio Rico Winter 2",
								"Travels with a Drop of Water - Self Portrait",
								"Guess Who's Coming to Dinner",
								"The Trickster",
								"Stupid Motorist Law",
								"We've Got to Stop Meeting Like This",
                                "Zen Mood #12",
                                "Flower Power",
								"Zen Mood #1",
								"You and Me: Zen Mood #3",
								"Make a Splash",
								"Spirit of Cactus",
								"3  o'clock in the Morning",
								"Zen Mood #11",
								"Ordered Chaos",
								"Whoo!",
								"For Any Reason",
								"Yin &amp; Yang",
								"Zen Mood #2",
								"Zen Mood #5",
								"Sour Grapes");

    var url = new makeArray("",
    						"collins57.html",
    						"collins56.html",
    						"collins55.html",
    						"collins27.html",
    						"collins53.html",
    						"collins52.html",
    						"collins51.html",
                            "collins48.html",
                            "collins49.html",
                            "collins50.html",
                            "collins47.html",
                            "collins46.html",
                            "collins35.html",
                            "collins25.html",
                            "collins26.html",
                            "collins2.html",
                            "collins5.html",
                            "collins4.html",
                            "collins6.html",
                            "collins10.html",
                            "collins31.html",
                            "collins15.html",
                            "collins1.html",
                            "collins23.html",
                            "collins14.html",
                            "collins11.html",
                            "collins17.html",
                            "collins8.html",
                            "collins20.html",
                            "collins38.html",
                            "collins21.html",
                            "collins16.html",
                            "collins51.html",
                            "collins36.html",
                            "collins42.html",
                            "collins41.html",
                            "collins39.html");
//-->

