var tWidth='600px';                  // width (in pixels)
var tHeight='15px';                  // height (in pixels)
var tcolour='';               // background colour:
var moStop=true;                     // pause on mouseover (true or false)
var fontfamily = 'arial,sans-serif'; // font for content
var tSpeed=3;                        // scroll speed (1 = slow, 5 = fast)

// enter your ticker content here (use \/ and \' in place of / and ' respectively)
var content='<img src="images/arrow2.png" style="padding-left:5px; padding-right:5px;><a href="news.shtml" target="_self" >EnSoftek/RACMS team received one of the three blanket purchase contracts (value $30M) from GSA-Office of CFO to support their Enterprise Applications.</a>&nbsp;&nbsp;&nbsp;<img src="images/arrow2.png" style="padding-left:5px; padding-right:5px;><a href="news.shtml" target="_self" > EnSoftek has been awarded several task order contracts by Department of Energy - Bonneville Power Administration to support their Transmission Enterprise Process Improvement Program (TEPIP) under SAIC\'s (prime) Blanket Purchase Agreement.</a>&nbsp;&nbsp;&nbsp;<img src="images/arrow2.png" style="padding-left:5px; padding-right:5px;><a href="news.shtml" target="_self" >EnSoftek is one of the teaming partners of CMI Management\'s DHS-CIS Field Operations Support Services (FOSS) contract re-compete</a>&nbsp;&nbsp;&nbsp;<img src="images/arrow2.png" style="padding-left:5px; padding-right:5px;><a href="news.shtml" target="_self" >EnSoftek is in \"final proposal revision\" negotiations with US Forest Service BAO office to support their Enterprise Solutions</a>&nbsp;&nbsp;&nbsp;<img src="images/arrow2.png" style="padding-left:5px; padding-right:5px;><a href="news.shtml" target="_self" >EnSoftek has been awarded the Data Warehouse Applications Services project by Oregon Department of Transportation Highway Program Office, Technical Application Division</a>&nbsp;&nbsp;&nbsp;<img src="images/arrow2.png" style="padding-left:5px; padding-right:5px;><a href="news.shtml" target="_self" >EnSoftek is working closely with Wipro Corporation to staff 35 member SQA team for Microsoft Corporation</a>&nbsp;&nbsp;&nbsp;<img src="images/arrow2.png" style="padding-left:5px; padding-right:5px;><a href="news.shtml" target="_self" >EnSoftek is developing custom Indirect Tax Automation solution to Zytax, a wholly owned subsidiary of FuelQuest, Inc.</a>&nbsp;&nbsp;&nbsp;<img src="images/arrow2.png" style="padding-left:5px; padding-right:5px;><a href="news.shtml" target="_self" >EnSoftek team developed a web-based technical publication subscription system for a leading TechPubs company in the aero-nautical industry.</a>&nbsp;&nbsp;&nbsp;<img src="images/arrow2.png" style="padding-left:5px; padding-right:5px;><a href="news.shtml" target="_self" >EnSoftek is developing paper work reduction and records management solution using open source technologies</a>';

// Simple Marquee / Ticker Script
// copyright 3rd January 2006, Stephen Chapman
// permission to use this Javascript on your web page is granted
// provided that all of the below code in this script (including this
// comment) is used without any alteration
var cps=tSpeed; var aw, mq; var fsz = parseInt(tHeight) - 4; function startticker(){if (document.getElementById) {var tick = '<div style="position:relative;width:'+tWidth+';height:'+tHeight+';overflow:hidden;background-color:'+tcolour+'"'; if (moStop) tick += ' onmouseover="cps=0" onmouseout="cps=tSpeed"'; tick +='><div id="mq" style="position:absolute;left:0px;top:0px;font-family:'+fontfamily+';font-size:12px;'+fsz+'px;white-space:nowrap;"><\/div><\/div>'; document.getElementById('ticker').innerHTML = tick; mq = document.getElementById("mq"); mq.style.left=(parseInt(tWidth)+10)+"px"; mq.innerHTML='<span id="tx">'+content+'<\/span>'; aw = document.getElementById("tx").offsetWidth; lefttime=setInterval("scrollticker()",50);}} function scrollticker(){mq.style.left = (parseInt(mq.style.left)>(-10 - aw)) ?parseInt(mq.style.left)-cps+"px" : parseInt(tWidth)+10+"px";} window.onload=startticker;



//1)	As an 8(a) sub-contractor to SAIC, EnSoftek has been awarded several task order contracts by Department of Energy – Bonneville Power Administration to support their Transmission Enterprise Process Improvement Program (TEPIP).
//2)	EnSoftek is one of the teaming partners of CMI Management’s DHS-CIS Field Operations Support Services (FOSS) contract re-compete
//3)	EnSoftek is in “final proposal revision” negotiations with US Forest Service BAO office to support their Enterprise Solutions 
//4)	EnSoftek has been awarded the Data Warehouse Applications Services project by Oregon Department of Transportation Highway Program Office, Technical Application Division
//5)	EnSoftek is working closely with Wipro Corporation to staff 35 member SQA team for Microsoft Corporation
//6)	EnSoftek is developing custom Indirect Tax Automation solution to Zytax, a wholly owned subsidiary of FuelQuest, Inc.
//7)	EnSoftek team developed a web-based technical publication subscription system for a leading TechPubs company in the aero-nautical industry.
//8)	EnSoftek is developing paper work reduction and records management solution using open source technologies
