<!--
	var testing=""
	//var basedir="http://localhost/"+testing;	//Base directory
	//var basedir="http://nehemiahcrc.org/"+testing;	//Base directory
	var day = new Date()
	var colorovr="#293F70"
	var colorout="white"		//"#F3EAB9"

/*********************************************************************
					BEGIN CONTACT VARIABLES
 *********************************************************************/
	var busName="Nehemiah Community Revitalization Corporation"
	var addr1="6 Sevier Street"
	var addr2="P. O. Box 8958"
	//var addr=addr1
	var city="Greenville"
	var state="SC"
	var zip="29604-8958"
	var located=""
	var brpoint="<br>"
	//var vemail="ipn@sofstrat.com"
	var busemail="customerservice@nehemiahcrc.org"
	var vemail="info@nehemiahcrc.org"
	var vphone="(864) 235-0534"
	var vfax="(864) 235 0556"
	var vcell=""
	var votherphone=""
/*********************************************************************
					END CONTACT VARIABLES
 *********************************************************************/
	

/*********************************************************************
					BEGIN MARQUEE CODING VARIABLES
 *********************************************************************/
//Specify the marquee's width (in pixels)
var marqueewidth="320px";
//Specify the marquee's height
var marqueeheight="15px";
//Specify the marquee's marquee speed (larger is faster 1-10)
var marqueespeed=1;
//configure background color:
var marqueebgcolor="#628080";
//Pause marquee onMousever (0=no. 1=yes)?
var pauseit=1;
//Interval between each frame speed
var intrv=20;
//font size for marquee text
var fsize=15;

//Specify the marquee's content (don't delete <nobr> tag)
//Keep all content on ONE line, and backslash any single quotations (ie: that\'s great):
var marqueecontent='<nobr><font face="Arial" style="font-size:'+fsize+';color:#C5E7E8;">"The God of heaven Himself will prosper us; therefore we His servants will arise and build..." <a href="http://bible.gospelcom.net/bible?language=english&version=NKJV&passage=Nehemiah+2:20" target="_blank">Nehemiah 2:20</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></nobr>';

////NO NEED TO EDIT BELOW THIS LINE////////////
marqueespeed=(document.all)? marqueespeed : Math.max(1, marqueespeed-1) //slow speed down by 1 for NS
var copyspeed=marqueespeed
var pausespeed=(pauseit==0)? copyspeed: 0
var iedom=document.all||document.getElementById
var actualwidth=''
var cross_marquee, ns_marquee
/*********************************************************************
					END MARQUEE CODING VARIABLES
 *********************************************************************/


/*********************************************************************
					BEGIN FONT HIGHLIGHT VARIABLES
 *********************************************************************/
	var dhtml = 'NO', no = 0, enlarge_font = 1;
	var colorovr="#293F70"
	var colorout="white"		//"#F3EAB9"

	if (document.layers)
	    dhtml = 'NN'; // Netscape 4+ feature detected
	if (document.all) 
	    dhtml = 'IE'; // IE 4+ feature detected
/*********************************************************************
					END FONT HIGHLIGHT VARIABLES
 *********************************************************************/

/*********************************************************************
					BEGIN TEMPORARILY DISPLAY SOMETHING FUNCTION
 *********************************************************************/

function expnew(when, what, isimage) {
	//expnew("July 7, 2005", "THIS IS A TEST")
	//expnew("July 7, 2005", null, true)
	//expnew("July 7, 2005", "", null)
	var image = basedir+"images/common/new1.gif"
	
	if (typeof isimage == 'undefined' || isimage=='' || isimage == null) isimage=false;
	
	if (! typeof isimage == 'undefined') {
		if (typeof what == 'undefined' || what=='' || what == null) what=image;
		else what=basedir+what;
		what="<img src="+what+">"
	}	//if(isimage)

	when = new Date(when)
	date1 = new Date()
	if (when.getTime() > date1.getTime()) {
		document.write(what)
	}	//if (when.getTime() > date.getTime())
}	//function expnew(when, what, isimage=false) 

/*********************************************************************
					END TEMPORARILY DISPLAY SOMETHING FUNCTION
 *********************************************************************/

/*********************************************************************
					BEGIN MARQUEE functionS
 *********************************************************************/

function scrollmarquee(){
	if (iedom){
		if (parseInt(cross_marquee.style.left)>(actualwidth*(-1)+8))
		cross_marquee.style.left=parseInt(cross_marquee.style.left)-copyspeed+"px"
		else
		cross_marquee.style.left=parseInt(marqueewidth)+8+"px"
	}	//if (iedom)
	else if (document.layers){
		if (ns_marquee.left>(actualwidth*(-1)+8))
		ns_marquee.left-=copyspeed
		else
		ns_marquee.left=parseInt(marqueewidth)+8
	}	//else if (document.layers)
}	//function scrollmarquee()

function populate(){
	if (iedom){
		cross_marquee=document.getElementById? document.getElementById("iemarquee") : document.all.iemarquee
		cross_marquee.style.left=parseInt(marqueewidth)+8+"px"
		cross_marquee.innerHTML=marqueecontent
		actualwidth=document.all? temp.offsetWidth : document.getElementById("temp").offsetWidth
	}	//if (iedom)
	else if (document.layers){
		ns_marquee=document.ns_marquee.document.ns_marquee2
		ns_marquee.left=parseInt(marqueewidth)+8
		ns_marquee.document.write(marqueecontent)
		ns_marquee.document.close()
		actualwidth=ns_marquee.document.width
	}	//else if (document.layers)
	lefttime=setInterval("scrollmarquee()",intrv)
}	//function populate()

function startMarquee(){

	if (iedom)
	document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-100px;left:-9000px">'+marqueecontent+'</span>')
	
	if (iedom||document.layers){
		with (document){
			document.write('<table border="0" cellspacing="0" cellpadding="0"><td>')
			if (iedom){
				write('<div style="position:relative;width:'+marqueewidth+';height:'+marqueeheight+';overflow:hidden">')
				write('<div style="position:absolute;width:'+marqueewidth+';height:'+marqueeheight+';background-color:'+marqueebgcolor+'" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed">')
				write('<div id="iemarquee" style="position:absolute;left:0px;top:0px"></div>')
				write('</div></div>')
			}
			else if (document.layers){
				write('<ilayer width='+marqueewidth+' height='+marqueeheight+' name="ns_marquee" bgColor='+marqueebgcolor+'>')
				write('<layer name="ns_marquee2" left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed"></layer>')
				write('</ilayer>')
			}	//else if (document.layers)
			document.write('</td></table>')
		}	//with (document)
	}	//if (iedom||document.layers)
}	//function startMarquee()

/*********************************************************************
					BEGIN MARQUEE functionS
 *********************************************************************/

 


/*********************************************************************
					BEGIN GENERAL NOTICE function
 *********************************************************************/
function successmessage(){
	document.writeln(topleftmenutext);
}
/*********************************************************************
					END GENERAL NOTICE function
 *********************************************************************/

/*********************************************************************
					BEGIN CONTACT function
 *********************************************************************/
function mailAdr(nm){
	if(!nm) {nm=""}
	else {
		document.writeln("<b>"+busName+"</b>"+brpoint);
	}
	
	document.writeln(addr1+brpoint);
	document.writeln(addr2+brpoint);
	document.writeln(city +", " + state + " " + zip);
}

function phone(txt){
	if(!txt){}
	else {document.writeln(txt);}
	document.writeln(vphone);
}

function fax(txt){
	if(!txt){}
	else {document.writeln(txt);}
	document.writeln(vfax);
}

function cell(txt){
	if(!txt){}
	else {document.writeln(txt);}
	document.writeln(vcell);
}

function otherphone(txt){
	if(!txt){}
	else {document.writeln(txt);}
	document.writeln(votherphone);
}

function locatedText(txt){
	if(txt){document.writeln(txt);}
	document.writeln(located);
}

function email(txt,otxt){
	if(!txt){
		document.writeln("<a href='mailto:"+vemail+"'>"+vemail+"</a>");
	}
	else {
		if(!otxt){}
		else {document.writeln(otxt);}
		document.writeln("<a href='mailto:"+txt+"'>"+txt+"</a>");
	}	//if(txt){
}	//function emailaddress(txt,otxt)

function emailaddress(txt,wrdtxt){
	if(!txt){}
	else {
		/*
		if(!otxt){}
		else {document.writeln(otxt);}
		*/
		if(!wrdtxt){wrdtxt=txt;}
		//else {document.writeln(wrdtxt);}
		document.writeln("<a href='mailto:"+txt+"'>"+wrdtxt+"</a>");
	}	//if(txt){
}	//function emailaddress(txt,otxt)

/*********************************************************************
					END CONTACT function
 *********************************************************************/

/*********************************************************************
					BEGIN WINDOW FUNCTIONS
 *********************************************************************/
function winOpen(url,winName,h,w,l,t){
	/*
	alert("success"+window.onblur);
	return false;
	*/
	//if (url && winName && h && w && l && t) {
		msg=window.open(url,winName,"height="+h+",width="+w+",left="+l+",top="+t+"");
		//if(!document.body.onblur){
		msg.window.onblur="window.close()";
		msg.focus();
		//alert("success "+document.body.onblur);
	//}
	//return true;
}	//function winOpen(){

/*********************************************************************
					END WINDOW FUNCTIONS
 *********************************************************************/


 
/*********************************************************************
					BEGIN HEADER/FOOTER FUNCTIONS
 *********************************************************************/
function templateHeader(whpage){
	document.writeln("	<STYLE TYPE=\"text/javascript\"><!--");
	document.writeln("		classes.different.A.color = \""+colorovr+"\";");
	document.writeln("	    if (enlarge_font == 1){");
	document.writeln("	       classes.different.A.fontSize = \"120%\";");
	document.writeln("	    classes.normal.A.color = \""+colorout+"\";}");
	document.writeln("	//--></STYLE>");
	document.writeln("<script type='text/javascript'>");
	document.writeln("//HV Menu- by Ger Versluis (http://www.burmees.nl/)");
	document.writeln("//Submitted to Dynamic Drive (http://www.dynamicdrive.com)");
	document.writeln("//Visit http://www.dynamicdrive.com for this script and more");
	document.writeln("function Go(){return}");
	document.writeln("</script>");
	document.writeln("<script type='text/javascript' src='"+basedir+"functions/exmplmenu_var.js'></script>");
	document.writeln("<script type='text/javascript' src='"+basedir+"functions/menu_com.js'></script>");
	document.writeln("<noscript>Your browser does not support script</noscript>");
	document.writeln("<TABLE BORDER='0' CELLPADDING='0' CELLSPACING='0' WIDTH='739' HEIGHT='100%' align='center' background='"+basedir+"images/common/background.gif'>");
	document.writeln("");
	document.writeln("	<TR>");
	document.writeln("	<TD ROWSPAN='1' COLSPAN='5' WIDTH='739' HEIGHT='27' align='center' style=\"font-family:Arial;font-size:13;font-weight:bold;\">");
	document.writeln("	<script>aMenu('','','#293F70','#FFFF99',100,100,'"+whpage+"')</script>");
	document.writeln("	</TD>");
	document.writeln("	<TD WIDTH='1' HEIGHT='27' background='"+basedir+"images/subpages/blank.gif'>");
	document.writeln("	</TD>");
	document.writeln("	</TR>");
	document.writeln("	<TR>");
	document.writeln("		<TD ROWSPAN='7' COLSPAN='1' WIDTH='21' HEIGHT='127' background='"+basedir+"images/subpages/Template_2x1.jpg'>");
	document.writeln("		</TD>");
	document.writeln("		<TD ROWSPAN='1' COLSPAN='1' WIDTH='231' HEIGHT='12' background='"+basedir+"images/subpages/Template_2x2.jpg'>");
	document.writeln("		</TD>");
	document.writeln("		<TD class=\"InnerLabel\" ROWSPAN='2' COLSPAN='1' WIDTH='300' HEIGHT='30' background='"+basedir+"images/subpages/Template_2x3.jpg' align='right'>");
	document.writeln("			Good "+timeofday()+", the date is &nbsp;");
	document.writeln("		</TD>");
	document.writeln("		<TD class=\"InnerLabel\" ROWSPAN='2' COLSPAN='1' WIDTH='168' HEIGHT='30' background='"+basedir+"images/subpages/Template_2x4.jpg'>");
	document.writeln("			"+gettheDate("")+".");
	document.writeln("		</TD>");
	document.writeln("		<TD ROWSPAN='2' COLSPAN='1' WIDTH='19' HEIGHT='30' background='"+basedir+"images/subpages/Template_2x5.jpg'>");
	document.writeln("		</TD>");
	document.writeln("		<TD WIDTH='1' HEIGHT='12' background='"+basedir+"images/subpages/blank.gif'>");
	document.writeln("		</TD>");
	document.writeln("	</TR>");
	document.writeln("	");
	document.writeln("	<TR>");
	document.writeln("	<TD ROWSPAN='3' COLSPAN='1' WIDTH='231' HEIGHT='63' background='"+basedir+"images/subpages/Template_3x1.jpg' ");
	document.writeln("	 valign='middle' title='Software Integrators'>");
	document.writeln("		<IMG height=58 alt='Software Integrator' src='"+basedir+"images/common/logo.gif' width=207 border=0 >");
	document.writeln("	</TD>");
	document.writeln("	<TD WIDTH='1' HEIGHT='18' background='"+basedir+"images/subpages/blank.gif'>");
	document.writeln("	</TD>");
	document.writeln("	</TR>");
	document.writeln("	");
	document.writeln("	<TR>");
	document.writeln("		<TD id='menu' ROWSPAN='1' COLSPAN='3' WIDTH='487' HEIGHT='30' background='"+basedir+"images/subpages/Template_4x1.jpg' align=\"left\">");
	document.writeln("		<script>manualMenu();</script>");
	document.writeln("		</TD>");
	document.writeln("		<TD WIDTH='1' HEIGHT='30' background='"+basedir+"images/subpages/blank.gif'>");
	document.writeln("		</TD>");
	document.writeln("	</TR>");
	document.writeln("	");
	document.writeln("	<TR>");
	document.writeln("		<TD ROWSPAN='3' COLSPAN='3' WIDTH='487' HEIGHT='63' background='"+basedir+"images/subpages/Template_5x1.jpg'>");
	document.writeln("		</TD>");
	document.writeln("		<TD WIDTH='1' HEIGHT='15' background='"+basedir+"images/subpages/blank.gif'>");
	document.writeln("		</TD>");
	document.writeln("	</TR>");
	document.writeln("	");
	document.writeln("	<TR>");
	document.writeln("		<TD ROWSPAN='1' COLSPAN='1' WIDTH='231' HEIGHT='24' background='"+basedir+"images/subpages/Template_6x1.jpg'>");
	document.writeln("		</TD>");
	document.writeln("		<TD WIDTH='1' HEIGHT='24' background='"+basedir+"images/subpages/blank.gif'>");
	document.writeln("		</TD>");
	document.writeln("	</TR>");
	document.writeln("	");
	document.writeln("	<TR>");
	document.writeln("		<TD ROWSPAN='1' COLSPAN='1' WIDTH='231' HEIGHT='24' background='"+basedir+"images/subpages/Template_7x1.jpg'>");
	document.writeln("		</TD>");
	document.writeln("		<TD WIDTH='1' HEIGHT='24' background='"+basedir+"images/subpages/blank.gif'>");
	document.writeln("		</TD>");
	document.writeln("	</TR>");
	document.writeln("	");
	document.writeln("	<TR>");
	document.writeln("		<TD ROWSPAN='1' COLSPAN='2' WIDTH='531' HEIGHT='4' background='"+basedir+"images/subpages/Template_8x1.jpg'>");
	document.writeln("		</TD>");
	document.writeln("		<TD ROWSPAN='1' COLSPAN='1' WIDTH='168' HEIGHT='4' background='"+basedir+"images/subpages/Template_8x2.jpg'>");
	document.writeln("		</TD>");
	document.writeln("		<TD ROWSPAN='1' COLSPAN='1' WIDTH='19' HEIGHT='4' background='"+basedir+"images/subpages/Template_8x3.jpg'>");
	document.writeln("		</TD>");
	document.writeln("		<TD WIDTH='1' HEIGHT='4' background='"+basedir+"images/subpages/blank.gif'>");
	document.writeln("		</TD>");
	document.writeln("	</TR>");
	document.writeln("	");
	document.writeln("	<TR>");
	document.writeln("		<TD WIDTH='21' HEIGHT='1' background='"+basedir+"images/subpages/blank.gif'></TD>");
	document.writeln("		<TD WIDTH='231' HEIGHT='1' background='"+basedir+"images/subpages/blank.gif'></TD>");
	document.writeln("		<TD WIDTH='300' HEIGHT='1' background='"+basedir+"images/subpages/blank.gif'></TD>");
	document.writeln("		<TD WIDTH='168' HEIGHT='1' background='"+basedir+"images/subpages/blank.gif'></TD>");
	document.writeln("		<TD WIDTH='1' HEIGHT='1' background='"+basedir+"images/subpages/blank.gif'></TD>");
	document.writeln("	</TR>");
	document.writeln("	<tr>");
	document.writeln("		<td width='20'>&nbsp;</TD>");
	document.writeln("		<td id='body' colspan='3' align='center' valign='top'>");
	document.writeln("			<!-- Begin Body -->");
}	//function templateHeader()

function templateFooter(whpage){
	document.writeln("			<!-- End Body -->");
	document.writeln("		</td>");
	document.writeln("		<td width='20'>&nbsp;</TD>");
	document.writeln("	</tr>");
	document.writeln("	<tr>");
	document.writeln("		<td id='footer' colspan='5' align='center' class='content'>");
	document.writeln("		<script>");
	document.writeln("			aMenu('Yes','nopic','#FFFF99','#293F70','100','100','"+whpage+"');");
	document.writeln("		</script>");
	document.writeln("		</td>");
	document.writeln("	</tr>");
	document.writeln("</TABLE>");
}	//function templateFooter()

function header(){
	document.writeln ("<TABLE BORDER=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\" WIDTH=\"698\" HEIGHT=\"86\">");
	document.writeln ("");
	document.writeln ("<TR>");
	document.writeln ("	<TD ROWSPAN=\"2\" COLSPAN=\"1\" WIDTH=\"213\" HEIGHT=\"61\" background=\""+basedir+"images/subpages/myownsub_1x1.jpg\">");
	document.writeln ("	</TD>");
	document.writeln ("	<TD ROWSPAN=\"1\" COLSPAN=\"2\" WIDTH=\"485\" HEIGHT=\"31\" background=\""+basedir+"images/subpages/myownsub_1x2.jpg\">");
	document.writeln ("	</TD>");
	document.writeln ("</TR>");
	document.writeln ("");
	document.writeln ("<TR>");
	document.writeln ("	<TD ROWSPAN=\"1\" COLSPAN=\"2\" WIDTH=\"485\" HEIGHT=\"30\" background=\""+basedir+"images/subpages/myownsub_2x1.jpg\">");
	document.writeln ("	</TD>");
	document.writeln ("</TR>");
	document.writeln ("");
	document.writeln ("<TR>");
	document.writeln ("	<TD ROWSPAN=\"1\" COLSPAN=\"1\" WIDTH=\"213\" HEIGHT=\"19\" background=\""+basedir+"images/subpages/myownsub_3x1.jpg\">");
	document.writeln ("	</TD>");
	document.writeln ("	<TD ROWSPAN=\"1\" COLSPAN=\"2\" WIDTH=\"485\" HEIGHT=\"19\" background=\""+basedir+"images/subpages/myownsub_3x2.jpg\">");
	document.writeln ("	</TD>");
	document.writeln ("</TR>");
	document.writeln ("");
	document.writeln ("<TR>");
	document.writeln ("<TD ROWSPAN=\"1\" COLSPAN=\"1\" WIDTH=\"213\" HEIGHT=\"5\" background=\""+basedir+"images/subpages/myownsub_4x1.jpg\">");
	document.writeln ("</TD>");
	document.writeln ("<TD ROWSPAN=\"1\" COLSPAN=\"2\" WIDTH=\"485\" HEIGHT=\"5\" background=\""+basedir+"images/subpages/myownsub_4x2.jpg\">");
	document.writeln ("</TD>");
	document.writeln ("</TR>");
	document.writeln ("");
	document.writeln ("<TR>");
	document.writeln ("<TD ROWSPAN=\"1\" COLSPAN=\"2\" WIDTH=\"583\" HEIGHT=\"1\" background=\""+basedir+"images/subpages/myownsub_5x1.jpg\">");
	document.writeln ("</TD>");
	document.writeln ("<TD ROWSPAN=\"1\" COLSPAN=\"1\" WIDTH=\"115\" HEIGHT=\"1\" background=\""+basedir+"images/subpages/myownsub_5x2.jpg\">");
	document.writeln ("</TD>");
	document.writeln ("</TR>");
	document.writeln ("");
	document.writeln ("<TR>");
	document.writeln ("	<TD WIDTH=\"213\" HEIGHT=\"1\" background=\""+basedir+"images/subpages/blank.gif\">");
	document.writeln ("	</TD>");
	document.writeln ("	<TD WIDTH=\"370\" HEIGHT=\"1\" "+basedir+"images/subpages/blank.gif>");
	document.writeln ("	</TD>");
	document.writeln ("	<TD WIDTH=\"115\" HEIGHT=\"1\" background=\""+basedir+"images/subpages/blank.gif\">");
	document.writeln ("	</TD>");
	document.writeln ("	</TR>");
	document.writeln ("</TABLE>");
}	//function header()

function footer(){
}	//function footer()

function footertag(){
	document.writeln("<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
	//document.writeln("<a style='text-decoration: none;'>");
	document.writeln("Sofstrat Technology &copy 2003 - "+day.getYear());
	//document.writeln("</a>");
	document.writeln("&nbsp;&#183&nbsp;");
	dLink(basedir+'policies/privacypolicy.htm','Privacy Policy','#404040','#FFFF99',100,100);
	//document.writeln("Privacy Policy");
	//document.writeln("</a>");
	document.writeln("&nbsp;&#183&nbsp;");
	dLink(basedir+'policies/servicelevelagreement.htm','Terms of Use','#404040','#FFFF99',100,100);
	/*
	document.writeln("<a href='"+basedir+"policies/servicelevelagreement.htm' style='text-decoration: none;'>");
	document.writeln("Terms of Use");
	document.writeln("</a>");
	*/
}	//function footertag()
/*********************************************************************
					BEGIN HEADER/FOOTER FUNCTIONS
 *********************************************************************/

/*********************************************************************
					BEGIN FONT HIGHLIGHT FUNCTIONS
 *********************************************************************/
function mover(object,afr,aclr) {
    //alert ("Can we win mover???");
	if (dhtml == 'IE') {
        eval(object + '.style.color = "'+aclr+'"');
        if (enlarge_font==1)
           eval(object + '.style.fontSize = "'+afr+'%"');
        }	//if (dhtml == 'IE')
    else if (dhtml == 'NN') {
        eval('document.layers["' + object +
             'b"].moveBelow(document.layers["' + object + 'a"])');
        eval('document.layers["' + object + 'b"].visibility="hide"');
        eval('document.layers["' + object + 'a"].visibility="show"');
        }	//else if (dhtml == 'NN')
}	//function mover(object)

function mout(object,bfr,bclr) {
    //alert ("Can we win???");
	if (dhtml == 'IE') {
        eval(object + '.style.color = "'+bclr+'"');
        eval(object + '.style.fontSize = "'+bfr+'%"');
        }
    else if (dhtml == 'NN') {
        eval('document.layers["' + object +
            'a"].moveBelow(document.layers["' + object + 'b"])');
        eval('document.layers["' + object + 'a"].visibility="hide"');
        eval('document.layers["' + object + 'b"].visibility="show"');
        }
}	//function mout(object)

function dLink(href,text,bclr,aclr,bfr,afr) {
    //check is any of the variables are left out and set them
    if (bfr == undefined || bfr == "undefined") {bfr='100';}
	if (afr == undefined || afr == "undefined") {afr='100';}
    if (bclr == undefined || bclr == "undefined") {bclr='white';}
	if (aclr == undefined || aclr == "undefined") {aclr='blue';}
	/*
	ts='" onMouseOut="mout(\'link'+no;
    ts+='\','+bfr+',\''+bclr+'\')" onMouseOver="mover(\'link';	
	alert ("Can we win???   " +bclr);
	return 0;*/
	if (dhtml == 'IE') {
        document.write('<A  STYLE="text-decoration : none; color:'+bclr+'" HREF="'+href);
        document.write('" onMouseOut="mout(\'link'+no);
        document.write('\','+bfr+',\''+bclr+'\')" onMouseOver="mover(\'link');
        document.write(no+'\','+afr+',\''+aclr+'\')" ID="link'+no+'">'+text);
        document.write('<\/A>');
        }	//if (dhtml == 'IE')
    else if (dhtml == 'NN') {
        document.write('<LAYER NAME="link'+no);
        document.write('a" VISIBILITY="hide"><A  STYLE="text-decoration : none; color:'+bclr+'" HREF="');
        document.write(href);
        document.write('" onMouseOut="mout(\'link'+no);
        document.write('\','+bfr+',\''+bclr+'\')" CLASS="different">'+text);
        document.write('<\/A><\/LAYER><LAYER NAME="link');
        document.write(no+'b"><A HREF="'+href);
        document.write('" onMouseOver="mover(\'link'+no);
        document.write('\','+afr+',\''+aclr+'\')" CLASS="normal">'+text);
        document.write('<\/A><\/LAYER>');
        }	// else if (dhtml == 'NN')
    else {
        document.write('<A HREF="'+href);
        document.write('" STYLE="text-decoration : none; color:'+bclr+'">'+text+'<\/A>');
        }
     no+=1;
}	//function dLink(href,text)
/*********************************************************************
					END FONT HIGHLIGHT FUNCTIONS
 *********************************************************************/

 
/*********************************************************************
					BEGIN VALIDATE FUNCTIONS
 *********************************************************************/

function writeChkFrm(one,two,three,four,five){
	document.writeln("<script>");
	document.writeln("	function checkForm(theForm) {");
	document.writeln("	    var why = '';");
	document.writeln("	");
	if (one) document.writeln("		why += isEmpty(theForm.name.value,'"+one+"');");
	if (two) document.writeln("		why += isEmpty(theForm.email.value,'"+two+"');");
	if (three) document.writeln("		why += isEmpty(theForm.subject.value,'"+three+"');");
	document.writeln("		why += isEmpty(theForm.feedback.value,'Feedback Note');");
	//document.writeln("		why += isEmpty(theForm.state.value,'State');");
	//document.writeln("		why += isEmpty(theForm.zip.value,'Zip'); ");
	document.writeln("		");
	document.writeln("		/*  ");
	document.writeln("		alert(phone+' is phone#.');");
	document.writeln("		return false;");
	document.writeln("		");
	document.writeln("		//Check area code and phone number");
	document.writeln("			ph =isEmpty(theForm.areacode.value,'Area Code');");
	document.writeln("			ph +=isEmpty(theForm.phone.value,'Phone Number');");
	document.writeln("			if (!ph){ ");
	document.writeln("				phone='('+theForm.areacode.value+')'+theForm.phone.value;");
	document.writeln("				why += checkPhone(phone,'Phone Number');");
	document.writeln("			}");
	document.writeln("			else {");
	document.writeln("				//alert(ph);");
	document.writeln("				why +=ph;");
	document.writeln("			}");
	document.writeln("	");
	document.writeln("			ph =isEmpty(theForm.workareacode.value,'Work Area Code');");
	document.writeln("			ph +=isEmpty(theForm.workphone.value,'Work Phone Number');");
	document.writeln("			if (!ph){ ");
	document.writeln("				phone='('+theForm.workareacode.value+')'+theForm.workphone.value;");
	document.writeln("				why += checkPhone(workphone,'Work Phone Number');");
	document.writeln("			}");
	document.writeln("			else {");
	document.writeln("				//alert(ph);");
	document.writeln("				why +=ph;");
	document.writeln("			}");
	document.writeln("	");
	document.writeln("		//");
	document.writeln("		*/  ");
	document.writeln("	    why += checkEmail(theForm.email.value,'Email Address');");
	document.writeln("	    //why += isEmpty(theForm.ssn.value,'SS #');");
	document.writeln("	");
	document.writeln("	    if (why != '') {");
	document.writeln("		   alert(why);");
	document.writeln("	       return false;");
	document.writeln("	    }");
	document.writeln("		return true;");
	document.writeln("	}	//function checkForm(theForm)");
	document.writeln("</script>");
}

function sendEmailFrm(path,col,row,nm,em,subj){
	//
	//Write the validate form script in memory
	writeChkFrm(nm,em,subj);

	if (!path) pth="."; else pth=path;
	if (!col) cl=27; else cl=col;
	if (!row) rw=3; else rw=row;
	document.writeln("<script type=\"text/javascript\" src=\"./functions/validateform.js\"></script>");
	document.writeln("<form name='custInfo' method=post action=\""+pth+"/functions/processfeedback.php\" class=\"SmContent\" onsubmit=\"return checkForm(this)\">");
	document.writeln("<input type=hidden name=\"toemail\" value=\""+vemail+"\"><br>");
	if (nm) {
		document.writeln(nm+": <br>");
		document.writeln("<input type=text name=\"name\" size="+cl+"><br>");
	}
	if (em) {
		document.writeln(em+": <br>");
		document.writeln("<input type=text name=\"email\" size="+cl+"><br>");
	}
	if (subj) {
		document.writeln(subj+": <br>");
		document.writeln("<input type=text name=\"subject\" size="+cl+"><br>");
	}
	document.writeln("Your feedback:<br>");
	cl=cl+170;
	document.writeln("<textarea name=\"feedback\" rows="+rw/6+" cols="+cl/6+">");
	document.writeln("</textarea><br><br>");
	document.writeln("&nbsp;&nbsp;<input type=submit value=\"Send feedback\">");
	document.writeln("<input type=\"hidden\" name=\"to\" value=\""+vemail+"\">");
	document.writeln("</form>");
}	//function sendEmailFrm(path,col,row,nm,em,subj)

/*********************************************************************
					END VALIDATE FUNCTIONS
 *********************************************************************/

-->
