function header() {

  document.write('<link rel="stylesheet" href="stepstyle.css" type="text/css">')
  document.write('<script language="JavaScript" src="PageHeader.js"></script>')
  document.write('<body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">')
  document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">')
  document.write('<tr><td background="images/spacer_red.gif"> ')
  document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">')
  document.write('<tr> <td width="40%"><A href="http://www.comsys.com">')
  document.write('<img src="images/comsys.gif" border="0"></A></td>')
  document.write('<td width="60%"> <table width="220" border="0" cellspacing="0" cellpadding="0" align="right">')
  document.write('<tr> <td nowrap> <div align="right"> ')

  document.write('<A href="http://www.comsys.com/index.html" ')
  document.write(' onMouseOut="MM_swapImgRestore()" ')
  document.write(' onMouseOver=MM_swapImage("home1","","images/nav_home_on.gif")>')
  document.write('<img name="home1" border="0" src="images/nav_home_off.gif"></A>')

  document.write('<A href="http://www.comsys.com/services/project_services/index.html" ')
  document.write(' onMouseOut=MM_swapImgRestore() ') 
  document.write(' onMouseOver=MM_swapImage("ps","","images/nav_proj_svc_on.gif")>')
  document.write('<img name="ps" border="0" src="images/nav_proj_svc_off.gif"></A>')

  document.write('<A href="http://www.comsys.com/about/index.html" ')
  document.write(' onMouseOut="MM_swapImgRestore()" ') 
  document.write(' onMouseOver=MM_swapImage("about","","images/nav_about_on.gif")>')
  document.write('<img name="about" border="0" src="images/nav_about_off.gif"></A>')
  document.write('</td></tr></table></td></tr></table></td></tr></table>')

  document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">')
  document.write('<tr><td valign="top" nowrap background="images/green_bg.gif" > ')
  
    strMethodology = "'methodology'"
    document.write('<a href="TMethodology.htm" ')
    document.write(' onmouseover="hideMenu(); popup(' + strMethodology + '); menuimg_act(' + strMethodology + ',null,1); overmenu=1;"')
    document.write(' onMouseOut= "menutimeout(' + strMethodology + '); overmenu=0"> ')
    document.write(' <img src="images/methodology_off.gif" border="0" ') 
    document.write('  name="methodology" > ')
    document.write('</a>')


    document.write(' <td align="right" nowrap background="images/green_bg.gif"> ')
    document.write('<span class="pageheader">Transformation & Integration</span>')
    document.write('<FONT-SIZE=12pt font-family="Arial,Helvetica,Geneva">')
    document.write('</td></td></tr></table>') 

    document.write('<div id="methodologylayer" ')
    document.write('style="position: absolute; z-index: 10; top: 0px;  left: 0px;  visibility: hidden"; ')
    document.write('<br>')
   
    strTransInteg = "'trans_integ_home'"
	  document.write('<a href="index.htm" onmouseover="menuimg_act(' + strTransInteg + ',' + strMethodology + ')"')
	  document.write(' onmouseout="menuimg_inact(' + strTransInteg + ',' + strMethodology + ')">')
	  document.write('<img src="images/trans_integ_home_off.gif" border="0" name="trans_integ_home"></a><br>')
      
    strAppArchTrans  = "'app_arch_trans'"
	  document.write('<a href="it_architecture_transformation.htm" onmouseover="menuimg_act(' + strAppArchTrans + ',' + strMethodology + ')"')
	  document.write(' onmouseout="menuimg_inact(' + strAppArchTrans + ',' + strMethodology + ')">')
	  document.write('<img src="images/app_arch_trans_off.gif" border="0" name="app_arch_trans"></a><br>')
  
    strTechSolutions = "'tech_solutions'"
	  document.write('<a href="transfor.htm" onmouseover="menuimg_act(' + strTechSolutions + ',' + strMethodology + ')"')
	  document.write(' onmouseout="menuimg_inact(' + strTechSolutions + ',' + strMethodology + ')">')
	  document.write('<img src="images/tech_solutions_off.gif" border="0" name="tech_solutions"></a><br>')

    strNavSiteMap = "'site_map'"
	  document.write('<a href="SiteMap.htm" onmouseover="menuimg_act(' + strNavSiteMap + ',' + strMethodology + ')"')
	  document.write(' onmouseout="menuimg_inact(' + strNavSiteMap + ',' + strMethodology + ')">')
	  document.write('<img src="images/site_map_off.gif" border="0" name="site_map"></a><br>')
      
    document.write('</div>')

  document.write('<br>')
  }


function Callus(jsTitle) {
 
  document.write('    <h1 align="center">' + jsTitle + '</h1>')
  document.write('    <p> &nbsp; </p><p> &nbsp; </p>')
  document.write('    <p align="center">For more details on the <b>Comsys T&I Methodology</b> give us a call at<br>503-293-2499</p> ')
  document.write('    <p align="center"><img border="0" src="images/j0316813.jpg" width="182" height="122"></p> ')
  document.write('    <p align="center">or <b>send us an <A href="mailto:pwitt@comsyspdx.com">E-mail</b></A></p> ')
  document.write('    <p> &nbsp; </p><p> &nbsp; </p>')
  }
 

function footer() {

  document.write('  <p><small>Send mail to ')
  document.write('  <A href="mailto:pwitt@comsyspdx.com">pwitt@comsyspdx.com</A>')
  document.write('  with questions or comments about this web site.&nbsp;<BR>') 
  document.write('  Last modified: August 8, 2002<BR>')
  document.write('  © Comsys Information Technology Services Inc.') 
  document.write('  </p></small> ')
  }



