
<!-- <SCRIPT LANGUAGE="JavaScript"> -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
//slider's width
var swidth=350

//slider's height
var sheight=180

//slider's speed
var sspeed=5

//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"><font face=Arial size=3 color="brown"><b>SAVE TIME</font><font face=Arial size=2 color="brown"> - this RFP Master<sup>&#153</sup> provides <u>thousands</u> of questions and criteria to query  vendors about the systems they can provide. Simply delete what you do not need. No need to re-invent the wheel! </b></font></div>'

singletext[1]='<div align="left"><font face=Arial size=3 color="brown"><b>ACCURATE RESPONSE EVALUATION -</font><font face=Arial size=2 color="brown">Feature <u>Comparison Charts</u>, Delivery Method Analysis, Financial Ratio Calculation, Weighted Scoring, and System Supportability Analysis enable more accurate system evaluation and selection. </b></font></div>'

singletext[2]='<div align="left"><font face=Arial size=3 color="brown"><b>UNLIMITED FREE SUPPORT </font><font face=Arial size=2 color="brown">- Receive <u>unlimited</u> LIVE telephone support from a staff member with expertise in your application area.  If you have questions we have answers!</b></font></div>'

singletext[3]='<div align="left"><font face=Arial size=3 color="brown"><b>IN-DEPTH FINANCIAL ANALYSIS</font><font face=Arial size=2 color="brown"> - these RFP templates <u> automatically</u> calculates sixteen (16) industry standard Response RATIOS to make Vendor Response Evaluation Easier and More Accurate! See details available at the bottom of this page!</b></font></div>'

singletext[4]='<div align="left"><font face=Arial size=3 color="brown"><b>COMPLETELY CUSTOMIZABLE </font><font face=Arial size=2 color="brown"> - this RFP Master<sup>&#153</sup> may be Modified quickly and easily using Cut and Paste techniques.  Add NEW Questions, or Change or Delete as needed.  All Scoring formulas Change AUTOMATICALLY!</b></font></div>'

singletext[5]='<div align="left"><font face=Arial size=3 color="brown"><b>FASTER PROPOSAL EVALUATION -</font><font face=Arial size=2 color="brown">Highly Focused RFP Questions, <u>Comparison Charts</u>, Deliverable Methodology, Financial Analysis, Weighted Scoring, and Proposed System Supportability Analysis are all at your fingertips, enabling faster system evaluation and selection. </b></font></div>'

singletext[6]='<div align="left"><font face=Arial size=3 color="brown"><b>SAVE MORE MONEY -</font><font face=Arial size=2 color="brown">All RFP Master templates provide capabilities for maximizing the savings and benefits obtained using proven Best and Final Offer (BAFO) techniques.</b></font></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++
}
}
//  End -->
<!-- </script> -->

