var nw;
var sitePages=new Array(
'Home|aix architecture blade brocade cisco disaster hacmp linux lpar mcdata performance premier storage system+p system+x tape tsm|./index.htm',
'Services&Staffing: AIX, Linux WIN|active+directory active directory aix best+start best start blade exchange health+checks health checks hmc ibm implementation linux maintenance mcse microsoft mscs netware power+5 power5 pseries system technology unix vm+ware windows windows+os (it) xseries|./aix.htm',
'Services&Staffing: Availability|24/7+support 24/7 critical+planning critical planning hacmp health+checks health checks|./availability.htm',
'Services&Staffing: Systems|business+strategy business strategy data+management data management disk open+systems open systems pre-sales processors san solutions storage system+p systemp system+x systemx tape tivoli tsm|./systems.htm',
'Services&Staffing: Security|active+directory active directory identity+management identity management ldap+servers ldap servers services unix|./security.htm',
'Services&Staffing: Staffing|24/7+support support aix augmentation installation onsite san skills+transfer skills transfer storage system+administrator system administrator (os) training tsm windows|./staffing.htm',
'Assesments: Health Check|area+network area network availability (it) drive experience monitoring performance potential recover servers storage tuning|./assessments.htm',
'Assesments: Storage Assessments|data+replication data replication disaster+recovery disaster recovery grow long-term+archive long-term archive mainstream monitoring performance practical proven snap-shots solutions storage technology tiered|./assessments.htm#storage',
'Assesments: Server Consolidation|administrator assets costs cpu leader licensing maintenance maximizing network ports power+5 power5 save studies utilization|./assessments.htm#server',
'About Us: Partners|comprehensive essextec ibm largest northeast partnership premier pseries sell solution+provider) solution provider storage strategic+partnership strategic partnership system+i systemi system+p systemp system+storage system storage system+x systemx xseries|./partners.htm',
'About Us: Careers|certified engineers experienced senior+aix+administrator senior aix administrator senior+windows+administrator senior windows administrator system+architects system architects|./careers.htm',
'Success Stories: Story 1|9216 9509 9513 3592+tape 3592 tape architected blade cisco consolidation disk ds4000 ds8000 encryption esx+server esx server ibm implementation lpar lto3 migrate migration mirroring p570 p650 pseries remote replication san servers solution storage svc system+p systemp system+x) systemx ts3500 tsm vio virtualization v+motion motion vmotion vm+ware ware xseries|./success.htm#story1',
'Success Stories: Story 2|2-node 4-way+processor+node 4-way processor node aix clarion clusters cx600 dell demantra ds6800 emc erp ethernet fiber gige gpfs hba improvements intel linux lpars nfs ocfs open+systems open systems optimization oracle p5 p570 performance processors pseries rac san scaling scsi server+consolidation server consolidation storage tuned utilization vio vio+servers servers virtualization virtualized vlan xeon zseries|./success.htm#story2',
'Innovation Center|3582 3700 application architecture bladecenter blade center brocade collaboration content controller customers customized deep+dive deep dive demonstration ds4700 education explore gpfs hacmp hardware ibm it+consulting (it) consulting knowledge transfer knowledge+transfer leading-edge legacy legacy+application+modernization application modernization lto3 management middleware northeast nseries on+demand demand p520 p550 partnership planning premier proof+of+concept proof concept reviews san san+volume+controller volume controller showcases software solutions storage strategic strategic+planning planning system+i systemi system+p systemp system+x systemx technical technology test testing tivoli totalstorage transfer ts3500 venue virtualization vm+ware ware volume webcasts webinars|./innovation.htm',
'Events|group ibm philadelphia power ppug sign sign+up) users|./events.php');
function cleanCheck(e){
var i,tmps='';
for(i=0; i<e.length; ++i){
if(e.charAt(i)!="\\"&&e.charAt(i)!=","&&e.charAt(i)!="."&&e.charAt(i)!=":"&&e.charAt(i)!=";"&&e.charAt(i)!='"'&&e.charAt(i)!="'")
tmps+=e.charAt(i);
}
tmps=tmps.split(" ");
searchPages(tmps,e);
}
function searchPages(wds,e){
var i,j,op,ow,farr=new Array(0);
for(i=0;i<sitePages.length;++i) {
op=sitePages[i].toLowerCase();
for(j=0; j<wds.length; ++j) {
ow=wds[j].toLowerCase();
if(op.indexOf(ow)!=-1){
farr[farr.length] = sitePages[i];
break;
}
}
}
verMatch(farr,e);
}
function verMatch(resSet,e){
if(resSet.length==0){
nomatch(e);
return;
}
pagesRes=resSet.sort();
showRests(pagesRes,e);
}
function nomatch(e) {
var cnt="<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">";
cnt+="<html xmlns=\"http://www.w3.org/1999/xhtml\"><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />";
cnt+="<title>The ATS Group :: SEARCH RESULTS</title></head><body style=\"background-color:#cecece\">";
cnt+="<p><b>No Matching Results Found for Keywords: <em>"+e+"</em></b>.<br /></p>";
cnt+="<p>To combine two or more words use +, like <em>proof+of+concept</em> or <em>senior+aix+administrator</em>.<br />";
cnt+="If a keyword you want to use is less then three characters long put it within parenthesis, like <em>(IT)</em> or <em>(OS)</em>.<br /></p>";
cnt+="<p><input type=\"button\" name=\"clswin\" value=\"Close This Window\" onclick=\"self.close()\" /></p>";
cnt+="</body></html>";
if(!nw || nw.closed){
nw=window.open("","srchwin","width=400 height=300");
if(!nw.opener) nw.opener=window;
nw.document.write(cnt);
nw.document.close();
}
else{
nw.document.write(cnt);
nw.document.close();
}
nw.focus();
}
function showRests(results,e){
var cnt="<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">";
cnt+="<html xmlns=\"http://www.w3.org/1999/xhtml\"><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />";
cnt+="<title>The ATS Group :: SEARCH RESULTS</title><script type=\"text/javascript\">";
cnt+="function oplnk(lnk,clse,clsy){if(!(window.focus && window.opener))return true;window.opener.focus();if(!clsy)window.opener.location.href=lnk.href;if(clse)window.close();return false;}</script>";
cnt+="</head><body style=\"background-color:#cecece\"><p><b>Search Results for Keywords: <em>"+e+"</em></b>.<br /></p><p>";
for(i=0;i<results.length;++i){
var resl=results[i].split('|');
cnt+="<br /><a href=\""+resl[2]+"\" onclick=\"return oplnk(this)\">"+resl[0]+"</a>";
}
cnt+="<br /></p><p>To combine two or more words use +, like <em>proof+of+concept</em> or <em>senior+aix+administrator</em>.<br />";
cnt+="If a keyword you want to use is less then three characters long put it within parenthesis, like <em>(IT)</em> or <em>(OS)</em>.<br /></p>";
cnt+="<p><input type=\"button\" name=\"clswin\" value=\"Close This Window\" onclick=\"self.close()\" /></p>";
cnt+="</body></html>";
if(!nw || nw.closed){
nw=window.open("","srchwin","width=400 height=405 resizable=1");
if(!nw.opener) nw.opener=window;
nw.document.write(cnt);
nw.document.close();
}
else{
nw.document.write(cnt);
nw.document.close();
}
nw.focus();
}
function showResults(results,e){
document.open();
document.writeln('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'+
'<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />'+
'<title>The ATS Group :: ABOUT US</title><link href="external.css" rel="stylesheet" type="text/css" />'+
'<style type="text/css"><!-- .style1 {color: #666666} .style2 {color: #929393} #Layer1 {position:absolute;left:62px;top:17px;width:125px;height:72px;z-index:30;visibility: visible;} --></style></head><body>'+
'<div id="wrapper"><div id="Layer1"><a href="index.htm"><img src="images/mapClick.gif" alt="home" width="124" height="73" border="0" /></a></div><div id="MainPage"><div class="topContent"><div id="header">'+
'<div class="homeLink" id="homeLink"><a href="index.htm" >Home </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="contact.htm">Contact </a></div></div></div>'+
'<div class="pageContent"><div class="pageLabel"><img src="images/about_label.gif" /></div><div id="contentContainer">'+
'<table width="770" border="0" cellpadding="0" cellspacing="0"><tr><td height="106" colspan="2" valign="top"><div id="LsideContent"><img src="images/about.jpg" width="243" height="383" /></div><div id="RsideContent">'+
'<p><span class="titles">Search Results for Keywords: <em>'+e+'</em></span><br />');
for(i=0;i<results.length;++i){
var resl=results[i].split('|');
document.writeln('<br /><a href="'+resl[2]+'">'+resl[0]+'</a>');
}
document.writeln('<br /></p><p>To combine two or more words use +, like <em>proof+of+concept</em> or <em>senior+aix+administrator</em>.<br />'+
'If a keyword you want to use is less then three characters long put it within parenthesis, like <em>(IT)</em> or <em>(OS)</em>.<br /></p><p><br /><a href="#" onclick="self.history.back()">Previous page</a><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p>'+
'</p></td></table></div></div></div>'+
'<div id="footer"><table width="762" height="13" border="0" align="center" cellpadding="0" cellspacing="0"><tr><td width="33%" height="13" align="left"><span class="style2">&nbsp;&nbsp;&copy;2007, The ATS Group. All rights reserved.</span></td><td width="67%"><a href="services.htm" class="style1">Services &amp; Staffing</a> |<a href="assessments.htm" class="style1">Assessments</a> |<a href="about.htm" class="style1">About Us</a> |<a href="success.htm" class="style1">Success Stories</a> |<a href="innovation.htm" class="style1">Innovation Center</a> |<a href="events.php" class="style1">Events</a> </span></td></tr></table></div></div></body></html>');
document.close();
}
