<!-- $Id: cindex.htt,v 1.10 2006/07/19 21:40:31 ddoughty Exp $ -->
<HTML>
<HEAD>
	<TITLE> Pitman Golf Course -  Pitman Golf Course Survey Center</TITLE>
	</HEAD><BODY BACKGROUND="" BGCOLOR="#C6A06D"
	TEXT="#000000" LINK="#980517"
	VLINK="#810541" ALINK="#CCFB5D"><BASEFONT FACE="Arial">
<STYLE>
<!--
BUTTON {font-size: 10px;}
SELECT {font-size: 10px;}
INPUT {font-size: 10px;height: 20;}
-->
</STYLE>
<SCRIPT language="JavaScript">
<!--

// $Id: global.js,v 1.2 2005/04/27 23:57:35 ddoughty Exp $

function right(event) {	
    if ("1" == 0) { 
        return true;
    }	
    if ("" == "gadmin") { 
        return true;
    }	
    alert("The source and all graphics on this page are proprietary and may not be viewed or copied.");
    return false;	
}

// This function captures the keys pressed one at a time
//  We disallow some characters because they are used as delimiters in
//  the text data files.  This can be removed when we move to an RDBMS
//  or change the delimiters.
function checkKeys(e) {
	var kc;
	if (!e) { 
		e=event;
		kc=e.keyCode;
	} else {
		kc=e.which;
	}
    	// Disallowed characters:  '&', ';'
    	if (kc == 38 || kc == 59 ) {
        	alert("'" + String.fromCharCode(kc) + "' may not be used, this character is reserved for internal use only.");
        	return false;
	}
	return true;
}

document.oncontextmenu=right;
document.onkeypress=checkKeys;

//-->
</SCRIPT>
	<SCRIPT language="JavaScript">
<!--
function wdw_onLoad() {
	var browserName = navigator.appName;
	var browserVersion = navigator.appVersion;
	var sbrowser, nOffset, nVersion;

	nOffset = browserName.indexOf("Microsoft",0);
	nVersion = parseInt(browserVersion,10);
	if (nOffset == -1) {
		nOffset = browserName.indexOf("Netscape",0);
		if (nOffset == -1) {
			document.form1.browser.value = "NSCC/"+nVersion;
		} else {
			document.form1.browser.value = "NSNV/"+nVersion;
		}
	} else {
		document.form1.browser.value = "MSIE/"+nVersion;
	}
	window.document.form1.uid.focus();
}

function validate_forgot(objForm) {
	objForm.selfregister.value="";
	if (objForm.uid.value == "") {
		alert("You must enter your assigned Login ID");
		objForm.uid.focus();
		return false;
	} else {
		objForm.action="/cgi-bin/forgot.pl";
		objForm.submit();
		return true;
	}
}

function validate_form(objForm) {
	objForm.selfregister.value="";
	if ((objForm.uid.value == "") || (objForm.pwd.value == "")) {
		alert("You must Enter your assigned Login ID and Password");
		objForm.uid.focus();
		return false;
	} else {
		return true;
	}
}

function login_click(oForm) {
	if (validate_form(oForm)) {
		oForm.submit();
		return true;
	} else {
		return false;
	}
}
function getalogin(){
	document.form1.selfregister.value="Y";
	document.form1.submit();
	return true;
}
function language_select(sLang) {
	var sURL;
	sURL = "/cgi-bin/visitor.pl?clid=pitman&lang="+sLang;
	window.document.location.replace(sURL);
	return false;
}

window.onload=wdw_onLoad;
//	-->
	</SCRIPT>



	<FORM NAME="form1" METHOD=POST ACTION="/cgi-bin/login.pl"
		 onSubmit="return validate_form(this)">
	<CENTER>
	<INPUT TYPE=HIDDEN NAME="home" VALUE="client">
	<INPUT TYPE=HIDDEN NAME="browser" SIZE=10 VALUE="">
	<INPUT TYPE=HIDDEN NAME="lang" VALUE="enu">
	<INPUT TYPE=HIDDEN NAME="tempseconds" VALUE="">
	<INPUT TYPE=HIDDEN NAME="selfregister" VALUE="">
	<TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0>
	<TR>
		<TD ALIGN="center" VALIGN="top">
			<FONT SIZE=1 COLOR="#150567">
			Pitman Golf Course <BR>
			<IMG SRC="/graphic/pitman.jpg" BORDER=0><BR>
			<BR>
			</FONT>
		</TD>
	</TR>
	<TR>
		<TD ALIGN="center" VALIGN="top">
			<FONT SIZE=4 COLOR="#150567">
			<B><I> Pitman Golf Course <br>Customer Satisfaction Survey</I></B><BR><br>
			</FONT>
		</TD>
	</TR>
	<TR>
		<TD ALIGN="center" VALIGN="middle">
			&nbsp;<BR><a href="http://surveymgr.com/cgi-bin/login.pl?clid=pitman&uid=customer&pwd=_____&cnd=Login&testid=custsat">Click Here to Start Survey</a> and be sure your browser <br>is set to disable Pop-up blocker (allow Pop-up windows for this site).<BR>
			<FONT SIZE=2 COLOR="#150567">
						</FONT>
		</TD>
	</TR>
	<TR>
			<NOSCRIPT>
			<TR>
				<TD COLSPAN=2 ALIGN="center" VALIGN="top">
					<BR>
					<FONT  COLOR="#6C2DC7">
					<B>ERROR: You will not be able to login to this system because Javascript is not enabled in your browser.<br>Please change your browser settings to enable Javascript from this site and refresh this page to continue.</B>
					</FONT>
				</TD>
			</TR>
			</NOSCRIPT>
		<TD ALIGN="center" VALIGN="top" NOWRAP>
			<TABLE CELLSPACING=1 CELLPADDING=1 BORDER=0>
			<TR>
				<TD COLSPAN=2 ALIGN="center" VALIGN="top">
					<FONT  COLOR="#6C2DC7">
					<CENTER>
					<B></B><BR>
					</CENTER>
					</FONT>
				</TD>
			</TR>
			
			<TR>
				<TD ALIGN="right" VALIGN="top" NOWRAP>
					<FONT COLOR="#FFFF00">
					&nbsp;
					</FONT>
				</TD>
			</TR>
			<TR>
				<TD ALIGN="right" VALIGN="top" NOWRAP>
					<FONT size=1>&nbsp;</FONT>
				</TD>
			</TR>
			</TABLE>
		</TD>
	</TR>
	</TABLE>
   
    
    <br>
    <TABLE CELLSPACING=1 CELLPADDING=1 BORDER=1>
		<TR>
			<TD ALIGN="center" VALIGN="middle" NOWRAP>
				<FONT SIZE=1>
&nbsp;Click Below to Select Language&nbsp;<BR>
<SELECT NAME="sellang" onChange="return language_select(this.value)">
	<OPTION VALUE="enu" SELECTED>English (U.S.)</OPTION>
</SELECT>
				</FONT>
			</TD>
		</TR>
	</TABLE>
	<FONT SIZE=1 COLOR="#806F6C">
	This site powered by <i>TestManager</i> and <i>SurveyManager</i> from
	<A HREF="http://www.actscorp.com/softwareoverview.htm">ACTS Corporation</A>.<BR>
	Copyright &copy; 2001-2008,<br>ACTS Corporation.<br>All Rights Reserved.<BR>
	</FONT>
	</center>
	</FORM>
</BODY>
</HTML>