<!--


var fileName, ext


if (navigator.appName=='Netscape')
{
  ;
}
if (navigator.appName=='Microsoft Internet Explorer')
{

 var tr = window.location.pathname
 // alert( window.location.pathname )
 len = tr.length
 rs = 0
 for (i = len; i > 0; i--) {
    vb = tr.substring(i,i+1)
    if (vb == "." && rs == 0) {
       // document.write('<hr>' + tr.substring(i+1,len))
       ext  = tr.substring(i+1,len)
       rs = 1
    }
  }
  // document.write( ext + "<hr>")


if (ext == "htm") {

 //alert( window.location.pathname )
 document.write( tr + "*** ")
 tr = "aaa" + tr
 len = tr.length
 rs = 0
 for (i = len; i > 0; i--) {
    vb = tr.substring(i,i+1)
    if (vb == "/" && rs == 0) {
       // document.write('<hr>' + tr.substring(i+1,len))
       fileName  = tr.substring(i+1,len)
       rs = 1
    }
  }

  // alert( window.location.pathname )
  //document.write( fileName + " ")
  // replace .htm with .asp
   len = fileName.length

   for (i = len; i > 0; i--) {
    vb = fileName.substring(i,i+1)
    if (vb == "." ) {

       fileName  =  fileName.substring(0,i)

       // document.write( len)

    }
  }
  fileName = fileName + ".asp"
  // document.write( fileName )
  location.href = fileName


} // if

}



function MM_swapImgRestore() { //v2.0
  if (document.MM_swapImgData != null)
    for (var i=0; i<(document.MM_swapImgData.length-1); i+=2)
      document.MM_swapImgData[i].src = document.MM_swapImgData[i+1];
    // alert("OUT")
    // document.bgColor = "#666"
}

function MM_preloadImages() { //v2.0
  if (document.images) {
    var imgFiles = MM_preloadImages.arguments;
    if (document.preloadArray==null) document.preloadArray = new Array();
    var i = document.preloadArray.length;
    with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){
      preloadArray[i] = new Image;
      preloadArray[i++].src = imgFiles[j];
  } }
}

function MM_swapImage() { //v2.0
  var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.MM_swapImgData;
  for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) {
    objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1];
    if ((objStr.indexOf('document.layers[')==0 && document.layers==null) ||
        (objStr.indexOf('document.all[')   ==0 && document.all   ==null))
      objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length);
    obj = eval(objStr);
    if (obj != null) {
      swapArray[j++] = obj;
      swapArray[j++] = (oldArray==null || oldArray[j-1]!=obj)?obj.src:oldArray[j];
      obj.src = MM_swapImage.arguments[i+2];
  } }
  document.MM_swapImgData = swapArray; //used for restore
}


function showHide(pSection, pShow){
		var cal = document.getElementById(pSection);
		if (navigator.userAgent.indexOf("Netscape6")!=-1){
			if (pShow==null)
				{if (cal.style.visibility=="visible")
					{pShow=false}
					else
					{pShow=true};
				};
			if (pShow==false ) {
				cal.style.visibility = "hidden";
			} else {
				cal.style.visibility = "visible";
			};
		} else {
			if (pShow==null)
				{if (cal.style.display=="none")
						{pShow=true}
					else {pShow=false};
				};
			if (pShow==true){
				cal.style.display="";
			} else {
				cal.style.display="none";
			}
		};
	};



   //  Suggest adding the following to this JS include file:


 function custom_print() {
    if (document.all) {
        if (navigator.appVersion.indexOf("5.0") == -1) {
            var OLECMDID_PRINT = 6;
            var OLECMDEXECOPT_DONTPROMPTUSER = 2;
            var OLECMDEXECOPT_PROMPTUSER = 1;
            var WebBrowser = "<OBJECT ID=\"WebBrowser1\" WIDTH=0 HEIGHT=0 CLASSID=\"CLSID:8856F961-340A-11D0-A96B-00C04FD705A2\"></OBJECT>";
            document.body.insertAdjacentHTML("beforeEnd", WebBrowser);
            WebBrowser1.ExecWB(6, 2);
            WebBrowser1.outerHTML = "";
        } else {
            self.print();
        }
    } else {
        self.print();
    }
  }



function getMenuHeight(whichTime) {

}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


function Help()
{
}



function returnOUTPUT(){
      myoutput =  MyDisplayName();
      return myoutput;
}



function display_menu(y){
  var x
  x = y;
   if(x==1){   
    showHide('ProdOv', false);
    showHide('ComOv', false);
    showHide('SERVICES', false);
    showHide('CRMF', false);
    //showHide('APPROACH', false);
    showHide('CUSTOMERS', false);
   }
   else if(x==2){  
    showHide('ComOv', true);    
    showHide('ProdOv', false);    
    showHide('SERVICES', false);
    showHide('CRMF', false);
    //showHide('APPROACH', false);
    showHide('CUSTOMERS', false);
   }
   else if(x==3){  
    showHide('ComOv', false); 
    showHide('ProdOv', true);   
    showHide('SERVICES', false);
    showHide('CRMF', false);
    //showHide('APPROACH', false);
    showHide('CUSTOMERS', false);
   }
   else if(x==4){  
    showHide('ComOv', false);
    showHide('ProdOv', false);
    showHide('SERVICES', false);
    showHide('CRMF', false);
    //showHide('APPROACH', false);
    showHide('CUSTOMERS', true);
   }
   else if(x==5){  
    showHide('ComOv', false); 
    showHide('ProdOv', false); 
    showHide('SERVICES', true);  
    showHide('CRMF', false);
    //showHide('APPROACH', false);
    showHide('CUSTOMERS', false);
   }
   else if(x==6){  
    showHide('ComOv', false); 
    showHide('ProdOv', false);   
    showHide('SERVICES', false);
    showHide('CRMF', true);
    //showHide('APPROACH', false);
    showHide('CUSTOMERS', false);
   }
   else if(x==7){  // mouse over body, want menu to disappear
    showHide('ComOv', false);
    showHide('ProdOv', false);    
    showHide('SERVICES', false);
    showHide('CRMF', false);
    //showHide('APPROACH', false);
    showHide('CUSTOMERS', false);
   }
   else if(x==8){  
    showHide('ComOv', false);
    showHide('ProdOv', false);
    showHide('SERVICES', false);
    showHide('CRMF', false);
    //showHide('APPROACH', true);
    showHide('CUSTOMERS', false);
   }
  }


<!--old code -->
// This script and many more are available free online at -->
// The JavaScript Source!! http://javascript.internet.com -->

// Begin
//slider's width
var swidth=500

//slider's height
var sheight=38

//slider's speed
var sspeed=1

//messages: change to your own; use as many as you'd like; 
//set up Hyperlinks to URLs as you normally do: <a target=... href="... URL ...">..message..</a>
var singletext=new Array()

singletext[0]='<div align="left"><p class="news"> ' +
         '   The Power of Simplicity.       <br><br>' +

         ' </p>  </div>';

singletext[1]='<div align="left"> <p class="news">  ' +

         '   Quick: Implemented in days.        <br><br>' +

         '  </p>  </div>';

 singletext[2]='<div align="left"> <p class="news">  ' +

         '   Qlear: Integrated dashboards & reporting.            <br><br><br>' +

         ' </p>  </div>';
         
 singletext[3]='<div align="left"> <p class="news">  ' +

         '   Qool: A fun, simple, visually interactive experience.            <br><br><br>' +

         ' </p>  </div>';
         

if (singletext.length>1)
i=1
else
i=0
function start(){
if (document.all){
ieslider1.style.top=sheight
iemarquee(ieslider1)
}
else if (document.layers){
document.ns4slider.document.ns4slider1.top=sheight
document.ns4slider.document.ns4slider1.visibility='show'
ns4marquee(document.ns4slider.document.ns4slider1)
}
else if (document.getElementById&&!document.all){
document.getElementById('ns6slider1').style.top=sheight
ns6marquee(document.getElementById('ns6slider1'))
}
}
function iemarquee(whichdiv){
iediv=eval(whichdiv)
if (iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){
iediv.style.pixelTop=0
setTimeout("iemarquee(iediv)",100)
}
if (iediv.style.pixelTop>=sheight*-1){
iediv.style.pixelTop-=sspeed
setTimeout("iemarquee(iediv)",100)
}
else{
iediv.style.pixelTop=sheight
iediv.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
if (ns4layer.top>0&&ns4layer.top<=sspeed){
ns4layer.top=0
setTimeout("ns4marquee(ns4layer)",100)
}
if (ns4layer.top>=sheight*-1){
ns4layer.top-=sspeed
setTimeout("ns4marquee(ns4layer)",100)
}
else{
ns4layer.top=sheight
ns4layer.document.write(singletext[i])
ns4layer.document.close()
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
if (parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){
ns6div.style.top=0
setTimeout("ns6marquee(ns6div)",100)
}
if (parseInt(ns6div.style.top)>=sheight*-1){
ns6div.style.top=parseInt(ns6div.style.top)-sspeed
setTimeout("ns6marquee(ns6div)",100)
}
else{
ns6div.style.top=sheight
ns6div.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}







//   v ticker scroller by   Paul Hayden    ******************************************************


function run_vScroller(){

}


function nextstep(){

  if (cursor=="\\"){
     cursor="|" ;
   }
  else if (cursor=="|"){
     cursor="-";}
  else if (cursor=="-"){
     cursor="-";}
  else if (cursor=="*"){
     cursor="\\";
  }

  nextchar++;
  temp+=line[nextline].charAt(nextchar);
  document.bannerform.banner.value=temp+cursor
  setTimeout("animate()",100)

}


function animate(){
if (temp==line[nextline] & temp.length==line[nextline].length & nextline!=lines){
nextline++;
nextchar=-1;
document.bannerform.banner.value=temp;
temp="";
setTimeout("nextstep()",4000)}
else if (nextline==lines & temp==line[nextline] & temp.length==line[nextline].length){
nextline=1;
nextchar=-1;
document.bannerform.banner.value=temp;
temp="";
setTimeout("nextstep()",4000)}
else{
 nextstep()
 }
}





function PopupImage(image_name,X,Y)
{
	var WinWidth = X;
	var WinHeight = Y;
	
	var awnd = getWindow('',image_name,WinWidth,WinHeight,0,0,0);
	awnd.focus();
}

function getWindow(pName,pUrl,pWidth,pHeight,pResize,pScroll,pStatus)
{
//pName - window name [string]
//pWidth - window width [int]
//pHeight - window width [int]
//pUrl - page url to open [string]
//pResize - resizeable [0 1]
//pScroll - scrollbars [0 1]
//pStatus - windows status [0 1]

  var leftcorner  = (self.screen.availWidth / 2) - pWidth/2;
  var rightcorner = (self.screen.availHeight / 2) - pHeight/2;
  var args="width=" + pWidth + ",height=" + pHeight + ",resizable=" + pResize + ",scrollbars=" + pScroll + ",status=" + pStatus + ", left=" + leftcorner + ", top=" + rightcorner ;
  var remote = window.open(pUrl,pName,args);


  // if ( pName == "ContactList")  alert(pUrl)


  if (remote != null)
  {
    if (remote.opener == null)
      remote.opener = self;
  }
  return remote;
}

-->