<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=75; // no quotes!!
staticYOffset=35; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.

menuBGColor="black"; // appears as an outline around the menu
menuIsStatic="yes"; // setting this to "no" freezes the menu at the top of page
menuWidth=130; // Must be a multiple of 10! no quotes!!

hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="16";

linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#ffffff";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="left";

barBGColor="#000099";
barFontFamily="arial, sans serif";
barFontSize="3";
barFontColor="#ffffff";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("MENU", "M E N U")
addItem("HOME PAGE", "../index.html", "");
addItem("Buy Stock Photos", "../buy-stock-photos.html", "");
addItem("Buy Fine Art Prints", "../buy-prints.html", "");
addItem("Contact By E-Mail", "mailto:scott@photohouston.com", "");
addHdr("TEXAS CITIES");
addItem("Houston Skyline", "../Houston-skylines_2/houston-skyline-photos.html", "");
addItem("Austin Skyline", "../austin-texas-skyline-pictures/austin-skyline-photos.html", "");
addItem("Dallas Skyline", "../dallas-texas-skyline-pictures/dallas-skyline-photos.html", "");
addItem("San Antonio", "../san-antonio-pictures/san-antonio-skyline-photos.html", "");
addItem("Galveston", "../galveston-texas-photos/Texas-gulf-coast-pictures.html", "");
addHdr("SCENIC TEXAS");
addItem("Landscape Photogaphy", "../texas-landscape-pictures/landscape-photography-texas.html", "");
addItem("Wildflowers", "../texas-wildflowers-photos/pictures-of-texas-wildflowers.html", "");
addItem("Bluebonnets", "../texas-bluebonnets-photos/bluebonnets-pictures-texas.html", "");
addItem("Flower Gardens", "../Texas-flowers/flower-garden-pictures.html", "");
addHdr("INDUSTRY");
addItem("Texas Oil Industry", "../texas-oil-derrick-photos-rigs/oil-well-pictures-texas.html", "");
addItem("Shipping Industry", "../port-of-houston-photos/cargo-shipping-oil-tanker-pictures.html", "");
addItem("Aerial Photography", "../aerial-photography-houston/aerial-photographer-texas.html", "");
addHdr("TEXAS THEMES");
addItem("Symbols of Texas", "../Texas-stock-photography/texas-stock-photos.html ", "");
addItem("Cowboy Photography ", "../texas-cattle-ranching/longhorn-cattle-photos.html", "");
addItem("Texas Courthouses", "../texas-courthouse-pictures/photos-of-old-courthouses-texas.html", "");
addItem("Texas Gulf Coast", "../galveston-texas-photos/Texas-gulf-coast-pictures.html", "");
addItem("Black & White Texas", "../black-and-white-photos/black-and-white-photography-texas.html", "");
endMenu()

//-->