/*************************
DISCLAIMER & COPYRIGHT
This script has been created for specific
use by - 
Using this script by any other company/individual without permission and payment
is strictly prohibited and will be treated as violation of copyright law.
For further information please contact Steve M at kathy@ccip.com
OR admin@3rdmstudio.com
*************************/



function cOn(tr){
tr.style.backgroundColor="#EEE6CD";
}

function cOut(tr){
tr.style.backgroundColor="#E6D5BD";
}


var bordcolor="white"
var cellcolor="#E6D5BD"
var tabwide="130"
var bordwid="2"
var cspace="0"
var cpad="1"

var links1="<table  "+"WIDTH=\""+tabwide+"\" "+"BORDER=\""+bordwid+"\" "+"BORDERCOLOR=\""+bordcolor+"\" "+"CELLPADDING=\""+cpad+"\" "+" CELLSPACING=\""+cspace+"\" "+"BGCOLOR=\""+cellcolor+"\"> <tr onMouseOver='cOn(this);' onMouseOut='cOut(this);'> <td><font size=2>&nbsp;&nbsp;<a href='yardage.html' target='_top' onMouseOver='clearTimeout(timer1);return true;' onMouseOut='timer1=setTimeout(remIt1,1000);return true'>Yardage Guide </a></td> </tr> <tr onMouseOver='cOn(this);' onMouseOut='cOut(this);'> <td><font size=2>&nbsp;&nbsp;<a href='layout.html' target='_top' onMouseOver='clearTimeout(timer1);return true;' onMouseOut='timer1=setTimeout(remIt1,1000);return true'>Course Layout </a></td> </tr> <tr onMouseOver='cOn(this);' onMouseOut='cOut(this);'> <td><font size=2>&nbsp;&nbsp;<a href='scorecard.html' target='_top' onMouseOver='clearTimeout(timer1);return true;' onMouseOut='timer1=setTimeout(remIt1,1000);return true'>Scorecard </a></td> </tr> <tr onMouseOver='cOn(this);' onMouseOut='cOut(this);'> <td><font size=2>&nbsp;&nbsp;<a href='photo.html' target='_top' onMouseOver='clearTimeout(timer1);return true;' onMouseOut='timer1=setTimeout(remIt1,1000);return true'>Photo Gallery </a></td> </tr> <tr onMouseOver='cOn(this);' onMouseOut='cOut(this);'> <td><font size=2>&nbsp;&nbsp;<a href='design.html' target='_top' onMouseOver='clearTimeout(timer1);return true;' onMouseOut='timer1=setTimeout(remIt1,1000);return true'>Course Design </a></td> </tr> </table> ";

var links2="<table  "+"WIDTH=\""+tabwide+"\" "+"BORDER=\""+bordwid+"\" "+"BORDERCOLOR=\""+bordcolor+"\" "+"CELLPADDING=\""+cpad+"\" "+" CELLSPACING=\""+cspace+"\" "+"BGCOLOR=\""+cellcolor+"\"> <tr onMouseOver='cOn(this);' onMouseOut='cOut(this);'> <td><font size=2>&nbsp;&nbsp;<a href='proshop.html' target='_top' onMouseOver='clearTimeout(timer2);return true;' onMouseOut='timer2=setTimeout(remIt2,1000);return true'>Pro Shop </a></td> </tr> <tr onMouseOver='cOn(this);' onMouseOut='cOut(this);'> <td><font size=2>&nbsp;&nbsp;<a href='cafe.html' target='_top' onMouseOver='clearTimeout(timer2);return true;' onMouseOut='timer2=setTimeout(remIt2,1000);return true'>Cafe </a></td> </tr> </table> ";