var shownav = 'on';
var showsty = '';
if (typeof(getParm) != "undefined") {
	var shownav = getParm('nav');
	var showsty = getParm('sty');
}
if (shownav != 'off') {
document.write('     <!-- golfstat logo cell --> \
    <td width=175 align=right><a href="../index.html"><img border="0" src="../images/gslogo_menu.jpg" width="175" height="75" alt="Golfstat logo"></a></td> \
    <!-- golfstat banner cell --> \
    <td width=600 align=left><img border="0" src="../images/gs_banner.jpg" width="600" height="75" alt="The official source for college golf scores and statistics!"></td> ');
}
