function indent()
{
  {
    var myWidth = 0, myHeight = 0;
    if( typeof( window.innerWidth ) == 'number' ) {
      //Non-IE
      myWidth = window.innerWidth;
      myHeight = window.innerHeight;
    } else if( document.documentElement &&
        ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
      //IE 6+ in 'standards compliant mode'
      myWidth = document.documentElement.clientWidth;
      myHeight = document.documentElement.clientHeight;
    } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
      //IE 4 compatible
      myWidth = document.body.clientWidth;
      myHeight = document.body.clientHeight;
    } 
  }

  if (myWidth > 800)
  {
  //  padWidth = screen.width - 800
    padWidth = myWidth - 800
    padWidth = (padWidth/2)
    document.write("<DIV style='margin-left:" + padWidth + "'>") 
  }
}


function loadHomeMenuNew(thisMenu)
{
setThis = thisMenu
document.write("<TABLE border='0' cellspacing='0' cellpadding='0' width='800' height='73'>")
document.write(" <TR>")
document.write("     <TD width='130' height='73' rowspan='3'><A HREF='/'><IMG SRC='http://www.surveytracker.com/images/banner-ttilogo-teal.jpg' width='130' height='73' border=0></A></TD>")
document.write("     <TD width='670' height='43' align='left'><IMG SRC='http://www.surveytracker.com/images/banner-greengradesmaller.jpg' width='670' height='43'></TD>")
document.write(" </TR>")
document.write(" <TR>")
document.write("     <TD width='670' height='14' bgcolor='white' background='http://www.surveytracker.com/images/banner-white.jpg'>")
document.write("	<FONT COLOR='black' style='font-size:8pt;font-family:Verdana,arial,helvetica,sans-serif;padding-left:50px'>")
document.write("	&nbsp;&nbsp;<A class='menu2' ID='government' style='color:black' HREF='http://www.surveytracker.com/government/government.htm'>Government</A>&nbsp;&nbsp;|")
document.write("	&nbsp;&nbsp;<A class='menu2' ID='healthcare' style='color:black' HREF='http://www.surveytracker.com/healthcare/healthcare.htm'>Healthcare</A>&nbsp;&nbsp;|")
document.write("	&nbsp;&nbsp;<A class='menu2' ID='education' style='color:black' HREF='http://www.surveytracker.com/education/education.htm'>Education</A>&nbsp;&nbsp;|")
document.write("     </TD>")
document.write(" </TR>")
document.write(" <TR>")
document.write("     <TD width='651' height='16' background='http://www.surveytracker.com/images/banner-black.jpg'>")
document.write("	<FONT COLOR='white' style='font-size:8pt;font-family:Verdana,arial,helvetica,sans-serif'>")
document.write("	&nbsp;&nbsp;<A class='menu2' HREF='/'>Home</A>&nbsp;&nbsp;|")
document.write("	&nbsp;&nbsp;<A class='menu2' HREF='http://www.surveytracker.com/software/software.htm'>Products</A>&nbsp;&nbsp;|")
document.write("	&nbsp;&nbsp;<A class='menu2' HREF='http://www.surveytracker.com/services/services.htm'>Services</A>&nbsp;&nbsp;|")
document.write("	&nbsp;&nbsp;<A class='menu2' HREF='http://www.surveytracker.com/support/support.htm'>Training & Support Info</A>&nbsp;&nbsp;|")
document.write("	&nbsp;&nbsp;<A class='menu2' HREF='http://www.surveytracker.com/news/news.htm'>News</A>&nbsp;&nbsp;|")
document.write("	&nbsp;&nbsp;<A class='menu2' HREF='http://www.surveytracker.com/clubcar/clubcar.htm'>ClubCar</A>&nbsp;&nbsp;|")
document.write("	&nbsp;&nbsp;<A class='menu2' HREF='http://www.surveytracker.com/news/contact.htm'>Contact Us</A>&nbsp;&nbsp;|")
document.write("     </TD>")
document.write(" </TR>")
document.write(" <TR>")
document.write("     <TD height='1' bgcolor='black' colspan='3'></TD>")
document.write(" </TR>")
document.write("</TABLE>")

setMenu(setThis)

}


function loadHomeNetscapeMenu()
{
document.write("<TABLE border='0' cellspacing='0' cellpadding='0' width='800' height='73'>")
document.write(" <TR>")
document.write("     <TD width='129' height='73' rowspan='2'><A HREF='/'><IMG SRC='/images/banner-ttilogo-teal.jpg' width='129' height='73' border=0></A></TD>")
document.write("     <TD width='62' height='57' align='left'><IMG SRC='/images/banner-greengradelarge.jpg' width='670' height='57'></TD>")
document.write(" </TR>")
document.write(" <TR>")
document.write("     <TD width='651' height='16' background='/images/banner-black.jpg' colspan='2'>")
document.write("	<FONT COLOR='white' style='font-size:8pt;font-family:Verdana,arial,helvetica,sans-serif'>")
document.write("	&nbsp;&nbsp;<A class='menu2' ID='home' HREF='/'>Home</A>&nbsp;&nbsp;|")
document.write("	&nbsp;&nbsp;<A class='menu2' ID='software' HREF='http://www.surveytracker.com/software/software.htm'>Products</A>&nbsp;&nbsp;|")
document.write("	&nbsp;&nbsp;<A class='menu2' ID='service' HREF='http://www.surveytracker.com/services/services.htm'>Services</A>&nbsp;&nbsp;|")
document.write("	&nbsp;&nbsp;<A class='menu2' ID='demo' HREF='#' onClick='window.open(\"http://www.surveytracker.com/info/info.htm?3\",\"\",\",width=500,top=50,left=50,resizable=no,toolbar=no,titlebar=no,scrollbars=yes\");'>Demos</A>&nbsp;&nbsp;|")
document.write("	&nbsp;&nbsp;<A class='menu2' ID='support' HREF='http://www.surveytracker.com/support/support.htm'>Training</A>&nbsp;&nbsp;|")
document.write("	&nbsp;&nbsp;<A class='menu2' ID='news' HREF='http://www.surveytracker.com/news/news.htm'>News</A>&nbsp;&nbsp;|")
document.write("	&nbsp;&nbsp;<A class='menu2' ID='clubcar' HREF='http://www.surveytracker.com/clubcar/clubcar.htm'>ClubCar</A>&nbsp;&nbsp;|")
document.write("	&nbsp;&nbsp;<A class='menu2' ID='contact' HREF='http://www.surveytracker.com/news/contact.htm'>Contact Us</A>&nbsp;&nbsp;")
document.write("     </TD>")
document.write(" </TR>")
document.write(" <TR>")
document.write("     <TD height='1' bgcolor='black' colspan='2'></TD>")
document.write(" </TR>")
document.write("</TABLE>")
}

function loadService()
{

document.write("<TABLE border=0 cellpadding=0 cellspacing=0 width='119'  height='100%' align='left' >")
document.write(" <TR valign='top'><TD width='120' bgcolor='#ECE9D8'>")
document.write("	<TABLE width='100%' border=0 cellpadding='0' cellspacing='0'>")
document.write("	   <TR height='25'>")
document.write("		<TD width='6'>&nbsp</TD><TD height='10' valign='bottom'><HR color='#709DD3' size=1 width='95%' align='left'></TD>")
document.write("	   </TR>")
document.write("	   <TR height='25'>")
document.write("		<TD>&nbsp</TD>")
document.write("		<TD><A HREF='http://www.surveytracker.com/services/corporate.htm'>Corporate Services</TD>")
document.write("	   </TR>")
document.write("	   <TR height='25'>")
document.write("		<TD>&nbsp</TD>")
document.write("		<TD><A HREF='http://www.surveytracker.com/services/tradeshow.htm'>Tradeshow</TD>")
document.write("	   </TR>")
document.write("	   <TR height='25'>")
document.write("		<TD>&nbsp</TD>")
document.write("		<TD><A HREF='http://www.surveytracker.com/services/educate.htm'>Education</TD>")
document.write("	   </TR>")
document.write("	   <TR height='25'>")
document.write("		<TD>&nbsp</TD>")
document.write("		<TD><A HREF='http://www.surveytracker.com/services/email.htm'>E-Mail Services</TD>")
document.write("	   </TR>")
document.write("	   <TR height='25'>")
document.write("		<TD>&nbsp</TD>")
document.write("		<TD><A HREF='http://www.surveytracker.com/services/web.htm'>Web Services</TD>")
document.write("	   </TR>")
document.write("	   <TR height='25'>")
document.write("		<TD>&nbsp</TD>")
document.write("		<TD><A HREF='#' onClick='window.open(\"http://www.surveytracker.com/info/info.htm?1\",\"\",\",width=500,top=50,left=50,resizable=no,toolbar=no,titlebar=no,scrollbars=yes\");'>RFP</TD>")
document.write("	   </TR>")
document.write("	   <TR height='25'>")
document.write("		<TD>&nbsp</TD>")
document.write("		<TD><A HREF='http://www.surveytracker.com/services/faq.htm'>FAQ</TD>")
document.write("	   </TR>")
document.write("	   <TR height='25'>")
document.write("		<TD>&nbsp</TD>")
document.write("		<TD><A HREF='http://www.surveytracker.com/news/contact.htm'>Contact Us</TD>")
document.write("	   </TR>")
document.write("	</TABLE>")
document.write("    </TD>")
document.write(" </TR>")
document.write("</TABLE>")

}


function changeColor(thisText,thisColor)
{
  if (parseInt(navigator.appVersion) < 5 && navigator.appName == "Netscape")
  {}
  else
  {
  thisText.style.color=thisColor
  }
}

function copyrightInformation()
{

  if(navigator.userAgent.indexOf("Mozilla" ) != -1 && navigator.appVersion >= "3.0") 
  {
    window.document.writeln;
    window.document.writeln("<HR color='purple' width='800' align='left'><TABLE width='800'><TR><TD><SPAN style='font-size:8pt'>(c) 2007  Training Technologies, Inc.  All Rights Reserved.</SPAN><SPAN style='font-size:7pt'><BR>SurveyTracker, SurveyTracker Plus, SurveyTracker E-Mail/Web, SurveyTracker Plus E-Mail/Web, Survey-by-Disk, & Training Technologies are registered trademarks of Training Technologies, Inc. iFeedback Online is a trademark of Training Technologies, Inc. All other trademarks are property of their respective holders. <BR><A HREF='/info/copyright.htm'>Terms of Use</A><BR><A HREF='/info/copyright.htm#tm'>Copyrights & Trademarks</A><BR><A HREF='/info/privacy.htm'>Privacy Policy</A></SPAN></TD></TR></TABLE>")
  }
}