if (document.layers) {
	document.write('<link rel="stylesheet" type="text/css" href="clib/css/23rdstreet.css">');
} else if (document.getElementById) {
	
	if (navigator.appName == "Netscape") {
		document.write('<link rel="stylesheet" type="text/css" href="clib/css/23rdstreet.css">');
 	} else {
		document.write('<link rel="stylesheet" type="text/css" href="clib/css/23rdstreet.css">');
	}
	
} else {
	document.write('<link rel="stylesheet" type="text/css" href="clib/css/23rdstreet/iga.css">');
}

function change_page() {
	
var thispage = eval("document.chapters.thispage.options[document.chapters.thispage.selectedIndex].value");
var gohere = thispage+".asp"
location.replace(gohere);
}
	
function todayIs() {
var days = new Array(8);
days[1] = "Sunday";
days[2] = "Monday";
days[3] = "Tuesday";
days[4] = "Wednesday";
days[5] = "Thursday";
days[6] = "Friday";
days[7] = "Saturday";

var months = new Array(13);
months[1] = "January";
months[2] = "February";
months[3] = "March";
months[4] = "April";
months[5] = "May";
months[6] = "June";
months[7] = "July";
months[8] = "August";
months[9] = "September";
months[10] = "October";
months[11] = "November";
months[12] = "December";

var dateObj = new Date()
var wday = days[dateObj.getDay() + 1]
var lmonth = months[dateObj.getMonth() + 1]
var date = dateObj.getDate()
var fyear = dateObj.getYear()

if (fyear < 1000) { fyear+=1900 }

document.write(wday + ", " + lmonth + " " + date + ", " + fyear);
}

function displayFooter() {
document.writeln('<img src="/images/onepixel.gif" width="100%" height="1"><p class="TSize8pt">&nbsp;');
document.writeln('<font color="#006030"><b>&nbsp;<br>&nbsp;&nbsp;');
todayIs();
document.writeln('</b></font><p><img src="/images/onepixel.gif" width="100%" height="1"><p>');
document.writeln('<center><table border="0" cellpadding="0" cellspacing="0">');
document.writeln('<tr valign="top"><td class="smalltext">International Golf Associates Inc.,<br>');
document.writeln('Tel / Fax: (41) (1) 274.2548 (Switzerland)<br>');
document.writeln('Tel / Fax: (44) (020) 7691.7993 (United Kingdom)<br>');
document.writeln('Email: <a href="/contact_form.asp" OnMouseOver="window.status='+"'Contact IGA directly with your comments and questions'; return true"+'"  OnMouseOut="self.status='+"' '; return true"+'">Contact Us</a></td>');
document.writeln('<td width=200 align=center><a href="/index.asp"><img src="/images/iga-logo-61.gif" border="0" width="51" height="61" alt="International Golf Associates - IGA"></a></td>');
document.writeln('<td class="smalltext">International Golf Associates Inc.,<br>');
document.writeln('4370 La Jolla Village Dr, 4th Floor<br>');
document.writeln('San Diego, 92122 CA - USA<br>');
document.writeln('Tel: (858) 546 4737<br>');
document.writeln('Fax: (858) 615 2083<br>');
document.writeln('Email: <a href="/contact_form.asp" OnMouseOver="window.status='+"'Contact IGA directly with your comments and questions'; return true"+'"  OnMouseOut="self.status='+"' '; return true"+'">Contact Us</a></td></tr>');
document.writeln('<tr><td class="smalltext" align="center" colspan="3"><p>&nbsp;<p>This site is administered by <a href="mailto:Scott Austin<scott@iga-fs.com>?subject=IGA Site Franco-Suisse Admin Matters" OnMouseOver="window.status='+"'Email Scott directly with your comments or questions'; return true"+'" OnMouseOut="self.status='+"' '; return true"+'">Scott Austin</a> of International Golf Associates.<p>');
document.writeln('</td></tr></table></center></font>');
document.writeln('<p>&nbsp;');
}

function displayHeader(Chapter,FS_Member, mHcp, mRenewal) {
document.writeln('<table border="0" cellpadding="2" cellspacing="2">');
document.writeln('<tr valign="top">');
document.writeln('<td rowspan="3"><a href="/index.asp"><img src="/images/iga-logo-61.gif" border="0" width="51" height="61" alt="International Golf Associates - IGA"></a></td>');
document.writeln('<td class="smalltext"><table border="0" cellpadding="1" cellspacing="0">')
document.writeln('<tr valign="top"><td align="right" class="ebtext">&nbsp;Club:&nbsp;</td><td class="smalltext">&nbsp;<b><font color="#005a2d">International Golf Associates '+Chapter+'</font></b></td>');
document.writeln('</tr></table></td></tr>');
document.writeln('<tr valign="top"><td class="smalltext" colspan="2"><table border="0" cellpadding="1" cellspacing="0">')
document.writeln('<tr valign="top"><td align="right" class="ebtext">&nbsp;User:&nbsp;</td><td class="smalltext">&nbsp;'+FS_Member+'&nbsp;</td>');
if (eval(mHcp) > 0) {
	document.write('<td class="ebtext" align="left" width="30">&nbsp;Hcp:&nbsp;</td><td class="smalltext" width="30">&nbsp;'+mHcp+'&nbsp;</td>');
}
if (mRenewal != "none") {
	document.write('<td class="ebtext" align="left" width="30">&nbsp;Renewal:&nbsp;</td><td class="smalltext" width="30">&nbsp;'+mRenewal+'&nbsp;</td>');
}
document.writeln('</tr></table></td></tr>');
document.writeln('<tr><td align="right">&nbsp;</td></tr>');
document.writeln('</table>');
document.writeln('<img src="/images/3color.gif" border="0" width="100%" height="5" alt=""><br>');
}

function tHeader() {
	
document.writeln('<table border=0 cellpadding=2 cellspacing=2>');
document.writeln('<tr valign="top">');
document.writeln('<td><img src="/images/iga-logo-61.gif" border="0" width="51" height="61" alt="IGA Franco-Suisse" align="left">');
document.writeln('<font color="#005a2d" style="font-size: 10pt"><b>International Golf Associates</b></font><br>');
document.writeln('<font style="font-size: 10pt"><b>Making a World of Golfing Difference</b></font></td></tr></table>');
document.writeln('<img src="/images/onepixel.gif" width=100% height=1><br>');
}