<!-- hide


function header(){
	
document.write('<table width="100%" cellpadding="0" cellspacing="0">');
document.write(' <tr>');
document.write('  <td bgcolor="#FFFF00"><a href="index.html"><img src="media/parametech_logo.gif" alt="Parametech Mobile Computer Technicians" width="254" height="85" border="0" /></a></td>');
document.write('  <td bgcolor="#FFFF00">&nbsp;</td>');
document.write('  <td width="" bgcolor="#FFFF00" align="right"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="450" height="80">');
document.write('    <param name="movie" value="media/banner.swf" />');
document.write('    <param name="quality" value="high" />');
document.write('    <embed src="media/banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="450" height="80"></embed>');
document.write('  </object></td>');
document.write(' </tr>');
document.write(' <tr>');
document.write('  <td bgcolor="#FFFF00"><img src="media/spacer.gif" width="154" height="2" /></td>');
document.write('  <td colspan="2" bgcolor="#FFFF00"><img src="media/spacer.gif" width="520" height="2" border="0" /></td>');
document.write(' </tr>');
document.write('  <tr>');
document.write('  <td background="media/header_redline.gif" class="gap" colspan="3">&nbsp;</td>');
document.write(' </tr>');
document.write('</table>');
	
	
	}

function footer(){
document.write('<tr>');
document.write('<td valign="top" colspan="5" class="footer">&nbsp;<br />&nbsp;&copy; Copyright 2008 Parametech Mobile Computer Technicians All rights reserved.  </td>');
document.write('</tr>');

	
	}



function servicesBITTS(){
document.write('<p><img src="media/bitts.gif" width="151" height="50" /></p>');
document.write('   <p>Our Background I.T. Service Solutions has a lot to offer.</p>');
document.write('   <p> Read more about:</p>');

}


function leftnav(item){
   var names    = new Array(                
   							'Home',	
							'About Us',
							'Services',
							'Custom Systems',
							'Community Involvement',
							'Testimonials',
							'World Community Grid',
							'Linux Initiative',
							'Seminars',
							'Club Paradigm',
							'Contact Us');
   var urls     = new Array(
   							'index.html',
							'about_us.html',
							'services.html',
							'custom_systems.html',
							'community_involvement.html',
							'testimonials.html',
							'worldcommunitygrid.html',
							'linuxinit.html',
							'seminarsignup.html',
							'clubparadigm.html',
							'contact_us.html');
 

	 
   
   for(i=0;i<names.length;i++){
      if(item.toUpperCase()==urls[i].toUpperCase())
       document.write('. : '+names[i]+'<br /><span class="gap"><br /><br /></span>');
       
	  else
       document.write('<a class="leftnav" href="'+urls[i]+'">. : '+names[i]+'</a><br /><span class="gap"><br /><br /></span>');
       
   }


   
}   

function rightnavBITTS(item){
   var names    = new Array(                
   							'The BITTS Program',	
							'Prevention Plan 1',
							'Prevention Plan 2',
							'Install IT');
   var urls     = new Array(
   							'services_bitts.html',
							'services_bittsPlan1.html',
							'services_bittsPlan2.html',
							'services_bittsInstallIt.html');
 

	 
   
   for(i=0;i<names.length;i++){
      if(item.toUpperCase()==urls[i].toUpperCase())
       document.write(''+names[i]+'<br>');
       
	  else
       document.write('<a href="'+urls[i]+'">'+names[i]+'</a><br>');
       
   }


   
}   


// end hiding -->

