/**
 * Ask Us Tab
 */
alwaysOnTop.init({
targetid: 'ajaxdiv',
orientation: 1,
position: [0, 210],
hideafter: 0,
externalsource: 'http://www.fittrackingsolutions.com/askus.html'
})

function clearText(field)
{
if (field.defaultValue == field.value) field.value = '';
else if (field.value == '') field.value = field.defaultValue;
}

function echeck(str)
{
    var at="@"
    var dot="."
    var lat=str.indexOf(at)
    var lstr=str.length
    var ldot=str.indexOf(dot)

    if (str.indexOf(at)==-1){
        alert("Invalid email format")
        return false
    }

    if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
        alert("Invalid email format")
        return false
    }

    if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
        alert("Invalid email format")
        return false
    }

    if (str.indexOf(at,(lat+1))!=-1){
        alert("Invalid email format")
        return false
    }

    if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
        alert("Invalid email format")
        return false
    }

    if (str.indexOf(dot,(lat+2))==-1){
        alert("Invalid email format")
        return false
    }

    if (str.indexOf(" ")!=-1){
        alert("Invalid email format")
        return false
    }

    return true
}

function checkEmail()
{
    var emailID=document.trialForm.email1

    if ((emailID.value==null)||(emailID.value=="")){
        alert("Please format your email properly")
        emailID.focus()
        return false
    }

    if (echeck(emailID.value)==false){
        emailID.value=""
        emailID.focus()
        return false
    }

    return true
}

function checkTrialName()
{
    var request = 'http://launch.trial.fittrackingsolutions.com/?checkExistingTrialName=1&formattedResponse=1' +
                  '&page=alcea.internal.launcher.LaunchUtils' +
                  '&makeUniqueUrl=' +  (new Date().valueOf()) +
                  '&url=' + encodeURIComponent(document.trialForm.url.value);

    var iframe = document.getElementById("checkTrialIframe");

    iframe.src=request;
}

/**
 * Dynamic Anchor Links
 */
function dynamicAnchor(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
 
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
 
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

/**
 * Jump Menu
 */
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}

/**
 * Accordian Links
 */
$(function() {
$( "#accordion1" ).accordion({
header: "h3",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordion2" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ1" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ2" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ3" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ4" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ5" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ6" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ7" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ8" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ9" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ10" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ11" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ12" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ13" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ14" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ15" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ16" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ17" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ18" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ19" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ20" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ21" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ22" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ23" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ24" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ25" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ26" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ27" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ28" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ29" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ30" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ31" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ32" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ33" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ34" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
$(function() {
$( "#accordionQ35" ).accordion({
header: "h4",
collapsible: true,
active: false,
autoHeight: false
});
});
jQuery(document).ready(function(){
$('.accordion .head').click(function() {
$(this).next().toggle('slow');
return false;
}).next().hide();
});

/**
 * Company Scroller
 */
/*Example message arrays for the two demo scrollers*/
/*var pausecontent=new Array()
pausecontent[0]='<a href="http://www.javascriptkit.com">JavaScript Kit</a><br />Comprehensive JavaScript tutorials and over 400+ free scripts!'
pausecontent[1]='<a href="http://www.codingforums.com">Coding Forums</a><br />Web coding and development forums.'
pausecontent[2]='<a href="http://www.cssdrive.com" target="_new">CSS Drive</a><br />Categorized CSS gallery and examples.'*/
var pausecontent2=new Array()
pausecontent2[0]='<a href="http://www.fittrackingsolutions.com/company/customers.html" alt="View our customers"><img src="/images/logos_banner.jpg" width="800" height="24" border="0" /></a>'
pausecontent2[1]='<a href="http://www.fittrackingsolutions.com/company/customers.html" alt="View our customers"><img src="/images/logos_banner2.jpg" width="800" height="24" border="0" /></a>'
pausecontent2[2]='<a href="http://www.fittrackingsolutions.com/company/customers.html" alt="View our customers"><img src="/images/logos_banner3.jpg" width="800" height="24" border="0" /></a>'
pausecontent2[3]='<a href="http://www.fittrackingsolutions.com/company/customers.html" alt="View our customers"><img src="/images/logos_banner4.jpg" width="800" height="24" border="0" /></a>'
pausecontent2[4]='<a href="http://www.fittrackingsolutions.com/company/customers.html" alt="View our customers"><img src="/images/logos_banner5.jpg" width="800" height="24" border="0" /></a>'
function pausescroller(content, divId, divClass, delay){
this.content=content //message array content
this.tickerid=divId //ID of ticker div to display information
this.delay=delay //Delay between msg change, in miliseconds.
this.mouseoverBol=0 //Boolean to indicate whether mouse is currently over scroller (and pause it if it is)
this.hiddendivpointer=1 //index of message array for hidden div
document.write('<div id="'+divId+'" class="'+divClass+'" style="position: relative; overflow: hidden"><div class="innerDiv" style="width: 100%" id="'+divId+'1">'+content[0]+'</div><div class="innerDiv" style="width: 100%; visibility: hidden" id="'+divId+'2">'+content[1]+'</div></div>')
var scrollerinstance=this
if (window.addEventListener) //run onload in DOM2 browsers
window.addEventListener("load", function(){scrollerinstance.initialize()}, false)
else if (window.attachEvent) //run onload in IE5.5+
window.attachEvent("onload", function(){scrollerinstance.initialize()})
else if (document.getElementById) //if legacy DOM browsers, just start scroller after 0.5 sec
setTimeout(function(){scrollerinstance.initialize()}, 500)
}
pausescroller.prototype.initialize=function(){
this.tickerdiv=document.getElementById(this.tickerid)
this.visiblediv=document.getElementById(this.tickerid+"1")
this.hiddendiv=document.getElementById(this.tickerid+"2")
this.visibledivtop=parseInt(pausescroller.getCSSpadding(this.tickerdiv))
//set width of inner DIVs to outer DIV's width minus padding (padding assumed to be top padding x 2)
this.visiblediv.style.width=this.hiddendiv.style.width=this.tickerdiv.offsetWidth-(this.visibledivtop*2)+"px"
this.getinline(this.visiblediv, this.hiddendiv)
this.hiddendiv.style.visibility="visible"
var scrollerinstance=this
document.getElementById(this.tickerid).onmouseover=function(){scrollerinstance.mouseoverBol=1}
document.getElementById(this.tickerid).onmouseout=function(){scrollerinstance.mouseoverBol=0}
if (window.attachEvent) //Clean up loose references in IE
window.attachEvent("onunload", function(){scrollerinstance.tickerdiv.onmouseover=scrollerinstance.tickerdiv.onmouseout=null})
setTimeout(function(){scrollerinstance.animateup()}, this.delay)
}
pausescroller.prototype.animateup=function(){
var scrollerinstance=this
if (parseInt(this.hiddendiv.style.top)>(this.visibledivtop+5)){
this.visiblediv.style.top=parseInt(this.visiblediv.style.top)-5+"px"
this.hiddendiv.style.top=parseInt(this.hiddendiv.style.top)-5+"px"
setTimeout(function(){scrollerinstance.animateup()}, 70)
}
else{
this.getinline(this.hiddendiv, this.visiblediv)
this.swapdivs()
setTimeout(function(){scrollerinstance.setmessage()}, this.delay)
}
}
pausescroller.prototype.swapdivs=function(){
var tempcontainer=this.visiblediv
this.visiblediv=this.hiddendiv
this.hiddendiv=tempcontainer
}
pausescroller.prototype.getinline=function(div1, div2){
div1.style.top=this.visibledivtop+"px"
div2.style.top=Math.max(div1.parentNode.offsetHeight, div1.offsetHeight)+"px"
}
pausescroller.prototype.setmessage=function(){
var scrollerinstance=this
if (this.mouseoverBol==1) //if mouse is currently over scoller, do nothing (pause it)
setTimeout(function(){scrollerinstance.setmessage()}, 100)
else{
var i=this.hiddendivpointer
var ceiling=this.content.length
this.hiddendivpointer=(i+1>ceiling-1)? 0 : i+1
this.hiddendiv.innerHTML=this.content[this.hiddendivpointer]
this.animateup()
}
}
pausescroller.getCSSpadding=function(tickerobj){ //get CSS padding value, if any
if (tickerobj.currentStyle)
return tickerobj.currentStyle["paddingTop"]
else if (window.getComputedStyle) //if DOM2
return window.getComputedStyle(tickerobj, "").getPropertyValue("padding-top")
else
return 0
}

/**
 * Logo Scroller
 */
var sliderwidth="600px" //Specify the slider's width (in pixels)
var sliderheight="70px" //Specify the slider's height
var slidespeed=2 //Specify the slider's slide speed (larger is faster 1-10)
var slidebgcolor="#FFFFFF" //configure background color:
var leftrightslide=new Array() //Specify the slider's images
var finalslide=''
var imagegap="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" //Specify gap between each image (use HTML):
var slideshowgap=5 //Specify pixels gap between each slideshow rotation (use integer):
var copyspeed=slidespeed
var iedom=document.all||document.getElementById
var actualwidth=''
var cross_slide, ns_slide
function fillup(){
if (iedom){
cross_slide=document.getElementById? document.getElementById("test2") : document.all.test2
cross_slide2=document.getElementById? document.getElementById("test3") : document.all.test3
cross_slide.innerHTML=cross_slide2.innerHTML=leftrightslide
actualwidth=document.all? cross_slide.offsetWidth : document.getElementById("temp").offsetWidth
cross_slide2.style.left=actualwidth+slideshowgap+"px"
}
else if (document.layers){
ns_slide=document.ns_slidemenu.document.ns_slidemenu2
ns_slide2=document.ns_slidemenu.document.ns_slidemenu3
ns_slide.document.write(leftrightslide)
ns_slide.document.close()
actualwidth=ns_slide.document.width
ns_slide2.left=actualwidth+slideshowgap
ns_slide2.document.write(leftrightslide)
ns_slide2.document.close()
}
lefttime=setInterval("slideleft()",30)
}
function slideleft(){
if (iedom){
if (parseInt(cross_slide.style.left)>(actualwidth*(-1)+8))
cross_slide.style.left=parseInt(cross_slide.style.left)-copyspeed+"px"
else
cross_slide.style.left=parseInt(cross_slide2.style.left)+actualwidth+slideshowgap+"px"
if (parseInt(cross_slide2.style.left)>(actualwidth*(-1)+8))
cross_slide2.style.left=parseInt(cross_slide2.style.left)-copyspeed+"px"
else
cross_slide2.style.left=parseInt(cross_slide.style.left)+actualwidth+slideshowgap+"px"
}
else if (document.layers){
if (ns_slide.left>(actualwidth*(-1)+8))
ns_slide.left-=copyspeed
else
ns_slide.left=ns_slide2.left+actualwidth+slideshowgap
if (ns_slide2.left>(actualwidth*(-1)+8))
ns_slide2.left-=copyspeed
else
ns_slide2.left=ns_slide.left+actualwidth+slideshowgap
}
}
function doSlider(){
leftrightslide[0]='<img src="/images/logos/1st source bank.gif" width="152" height="50" alt="1st Source Bank" />'
leftrightslide[1]='<img src="/images/logos/280px-Rogers.png" width="189" height="50" alt="Rogers" />'
leftrightslide[2]='<img src="/images/logos/ADP.jpg" width="111" height="50" alt="ADP" />'
leftrightslide[3]='<img src="/images/logos/aerossystems.gif" width="125" height="50" alt="AeroSystems International" />'
leftrightslide[4]='<img src="/images/logos/Agilent.gif" width="240" height="50" alt="Agilent" />'
leftrightslide[5]='<img src="/images/logos/anritsu_logo_with_tagline.jpg" width="114" height="50" alt="Anritsu" />'
leftrightslide[6]='<img src="/images/logos/Apple-logo.jpg" width="41" height="50" alt="Apple" />'
leftrightslide[7]='<img src="/images/logos/arinc_logo_corp.gif" width="181" height="50" alt="Arinc" />'
leftrightslide[8]='<img src="/images/logos/bearingPoint.jpg" width="126" height="50" alt="BearingPoint" />'
leftrightslide[9]='<img src="/images/logos/bluecross.gif" width="106" height="62" alt="Blue Cross" />'
leftrightslide[10]='<img src="/images/logos/bureauOFPublicDebt.gif" width="140" height="50" alt="Bureau of the Public Debt" />'
leftrightslide[11]='<img src="/images/logos/logo_cornerbank1.gif" width="232" height="44" alt="CornerBank" />'
leftrightslide[12]='<img src="/images/logos/company-i.gif" width="98" height="49" alt="Company i" />'
leftrightslide[13]='<img src="/images/logos/corrigo.jpg" width="161" height="50" alt="Corrigo" />'
leftrightslide[14]='<img src="/images/logos/craiglogo.jpg" width="149" height="50" alt="Craig" />'
leftrightslide[15]='<img src="/images/logos/CUnibig.png" width="237" height="50" alt="University of Cambridge" />'
leftrightslide[16]='<img src="/images/logos/deloitte_touche_logo.gif" width="124" height="50" alt="Deloitte and Touche" />'
leftrightslide[17]='<img src="/images/logos/domtar_logo.jpg" width="152" height="50" alt="Domtar" />'
leftrightslide[18]='<img src="/images/logos/ebscoPublishing.gif" width="71" height="50" alt="EBSCO" />'
leftrightslide[19]='<img src="/images/logos/ericsson_logo_black.gif" width="244" height="50" alt="Ericsson" />'
leftrightslide[20]='<img src="/images/logos/fednylogo.gif" width="76" height="50" alt="New York Feds" />'
leftrightslide[21]='<img src="/images/logos/General_Electric_logo.jpg" width="50" height="50" alt="General Electric" />'
leftrightslide[22]='<img src="/images/logos/generaldynamics.gif" width="221" height="50" alt="General Dynamics" />'
leftrightslide[23]='<img src="/images/logos/genetech1.jpg" width="164" height="50" alt="Genetech" />'
leftrightslide[24]='<img src="/images/logos/gimmeecoffee.gif" width="113" height="50" alt="Gimme Coffee" />'
leftrightslide[25]='<img src="/images/logos/habitat.jpg" width="120" height="50" alt="Habitat for Humanity" />'
leftrightslide[26]='<img src="/images/logos/healthmedia_logo.gif" width="164" height="50" alt="Health Media" />'
leftrightslide[27]='<img src="/images/logos/IBM_Logo1.jpg" width="79" height="50" alt="IBM" />'
leftrightslide[28]='<img src="/images/logos/idera_logo.gif" width="223" height="50" alt="idera" />'
leftrightslide[29]='<img src="/images/logos/Jpmorgan_logo.gif" width="190" height="50" alt="JP Morgan" />'
leftrightslide[30]='<img src="/images/logos/kpmg.jpg" width="100" height="50" alt="KPMG" />'
leftrightslide[31]='<img src="/images/logos/l3.jpg" width="67" height="50" alt="L3 Communications" />'
leftrightslide[32]='<img src="/images/logos/logica.gif" width="181" height="50" alt="Logica CMG" />'
leftrightslide[33]='<img src="/images/logos/logicare_logo.jpg" width="48" height="50" alt="Logicare Corporation" />'
leftrightslide[34]='<img src="/images/logos/logo_fujitsu.gif" width="99" height="50" alt="fujitsu" />'
leftrightslide[35]='<img src="/images/logos/logo_provade.gif" width="185" height="50" alt="Provade" />'
leftrightslide[36]='<img src="/images/logos/LogoHQ_Noir.jpg" width="157" height="50" alt="Hydro Quebec" />'
leftrightslide[37]='<img src="/images/logos/lsi.gif" width="128" height="50" alt="LSI Logic" />'
leftrightslide[38]='<img src="/images/logos/mast_creaustgovt.gif" width="271" height="50" alt="Australian Gov.: Transportation" />'
leftrightslide[39]='<img src="/images/logos/McG_logo.jpg" width="213" height="50" alt="McGill University" />'
leftrightslide[40]='<img src="/images/logos/mmist.gif" width="224" height="50" alt="MMIST" />'
leftrightslide[41]='<img src="/images/logos/nafta_logo.gif" width="115" height="50" alt="NAFTA" />'
leftrightslide[42]='<img src="/images/logos/nasa.gif" width="58" height="50" alt="NASA" />'
leftrightslide[43]='<img src="/images/logos/nokia-logo.jpg" width="142" height="50" alt="Nokia" />'
leftrightslide[44]='<img src="/images/logos/city_ottawa.gif" width="129" height="50" alt="City of Ottawa" />'
leftrightslide[45]='<img src="/images/logos/pace.gif" width="160" height="40" alt="PACE" />'
leftrightslide[46]='<img src="/images/logos/pitney_bowes_logo.gif" width="195" height="50" alt="Pitney Bowes" />'
leftrightslide[47]='<img src="/images/logos/QualcommLogo.png" width="212" height="50" alt="Qualcomm" />'
leftrightslide[48]='<img src="/images/logos/RCMP_logo.gif" width="50" height="50" alt="RCMP" />'
leftrightslide[49]='<img src="/images/logos/Reuters.jpg" width="206" height="50" alt="Reuters" />'
leftrightslide[50]='<img src="/images/logos/siemens-acuson-logo.jpg" width="62" height="50" alt="SEIMENS ACUSON" />'
leftrightslide[51]='<img src="/images/logos/snc06.gif" width="111" height="50" alt="SNC Lavallin" />'
leftrightslide[52]='<img src="/images/logos/spamArrest.gif" width="185" height="50" alt="Spam Arrest" />'
leftrightslide[53]='<img src="/images/logos/stanford_1.gif" width="396" height="46" alt="Stanford University" />'
leftrightslide[54]='<img src="/images/logos/sun.jpg" width="113" height="50" alt="Sun Mycrosystems" />'
leftrightslide[55]='<img src="/images/logos/UAF_logo.jpg" width="64" height="50" alt="University of Alaska - Fairbanks" />'
leftrightslide[56]='<img src="/images/logos/UAF_logo.jpg" width="64" height="50" alt="University of Alaska - Fairbanks" />'
leftrightslide[57]='<img src="/images/logos/UCdavis.png" width="177" height="50" alt="University of California" />'
leftrightslide[58]='<img src="/images/logos/usda.gif" alt="Forest Service - Dept. of Agriculture" width="43" height="50" />'
leftrightslide[59]='<img src="/images/logos/vendor_philips_logo.gif" width="112" height="50" alt="Philips Lighting" />'
leftrightslide[60]='<img src="/images/logos/ymca_logo2.gif" width="47" height="50" alt="YMCA" />'
leftrightslide='<nobr>'+leftrightslide.join(imagegap)+'</nobr>'
if (iedom)
document.write('<span id="temp" style="visibility:hidden;top:-100px;left:-9000px">'+leftrightslide+'</span>')
window.onload=fillup
if (iedom||document.layers){
with (document){
document.write('<table border="0" cellspacing="0" cellpadding="0"><td>')
if (iedom){
write('<div style="position:relative;width:'+sliderwidth+';height:'+sliderheight+';overflow:hidden">')
write('<div style="width:'+sliderwidth+';height:'+sliderheight+';background-color:'+slidebgcolor+'" onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed">')
write('<div id="test2" style="left:0px;top:0px"></div>')
write('<div id="test3" style="left:-1000px;top:0px"></div>')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+sliderwidth+' height='+sliderheight+' name="ns_slidemenu" bgColor='+slidebgcolor+'>')
write('<layer name="ns_slidemenu2" left=0 top=0 onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed"></layer>')
write('<layer name="ns_slidemenu3" left=0 top=0 onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed"></layer>')
write('</ilayer>')
}
document.write('</td></table>')
}
}
}

