/home/mip/public_html_/old-website/job_info.php
<?
require_once("func_proc.php");
do_header("Job Information");

if($cat == 1 || $cat == 2){
$category_name="ENGINEERING AND CONSTRUCTION PERSONNEL";
$category1 = array("Engineering and Project Management/Administration",
			"Project Consultant/Manager",
			"Design/Engineering/Senior Design Manager",
			"Engineers in all areas/trades",
			"Process, Piping, Equipment, Stress, Electrical, Instrumentation, Structural, and Architectural Engineering Designer",
			"Site Management and Administration",
			"Site/Construction Manager",
			"Chief Engineer",
			"Personnel/Purchasing/Finance Officer",
			"Costing Engineer",
			"Warehouseman",
			"Senior Estimator",
			"Planning/Computer Documentation",
			"Quality Assurance/Contract Engineering Designer",
			"Field/Site Engineering",
			"Superintendent for Construction/Operation and Maintenance",
			"Designer for all trades",
			"Field Engineers (i.e. Civil/Mechanical/Electrical/Safety/Quality Control)",
			"Supervision and Junior Engineering",
			"Senior Administrator",
			"Material Inspector on all trade areas",
			"General Foreman",
			"Administrator",
			"Draftsperson",
			"General Foreman for Erection",
			"Tankages",
			"Piping, Equipment and Auxiliary",
			"Highly Skilled",
			"Highly Skilled Heavy Equipment Operator",
			"Senior Storekeeper",
			"Cost and Material Estimator",
			"Material Planner",
			"Senior Skilled",
			"Senior Heavy Equipment Operator",
			"Foreman for Mechanical",
			"Pressure Vessel",
			"Structural, Piping and Auxiliary",
			"Skilled",
			"Heavy Equipment Operator and Mechanic",
			"Site Clerk",
			"Senior Instrument Commissioning Technician",
			"Pipe Welders (Coded, Alloy, CS, TIG/TGAW, Stainless Steel, TIG/SMAW, MIG)",
			"Carpenter",
			"Mason",
			"Plasterer",
			"Rebar Worker",
			"Painter",
			"Electrical/Mechanical/Relaying/Testing Electrical O&M Technician",
			"General Automotive Mechanic",
			"Plumber",
			"Batching Plant/Jackhammer Operator",
			"Pipefitter Marker/Fabricator, Rigger, Erector",
			"Instrument Technician");
$category_count = count($category1);
$half  = $category_count/2;

if($cat==1){
    $to = $half;
	$start = 0;
}elseif($cat==2){
    $to = $category_count;
	$start = round($half);
}
}elseif($cat==3){
	$category_name="MEDICAL PERSONNEL";
	
	$category1=array("Doctors",
				"Nurses",
				"Caregivers",
				"Physical Therapists",
				"Medical Technologists",
				"Pharmacists",
				"Dentists, etc.");
				
	$start = 0;
	$to = count($category1);
}

/*if(is_float($half)){
    echo "after:" .  $half=round($half);
}*/
?>
<table width="585" border="0" cellpadding="0" cellspacing="0">
<tr>
	<td width="585" height="170" align="right" valign="top">
		<table width="100%" height="159" border="0" align="center" cellpadding="0" cellspacing="0" background="images/iris_main_bgleft.gif" style="background-repeat:no-repeat">
		<tr>
			<td width="585" height="170" valign="top" style="padding-left:25px; padding-right:20px; padding-top:15px">
			<p align="left"><span class="style3">JOB</span> <span class="style5">LOCATION</span></p>
			<p align="left" ><img src="images/iris_jobinfo_pic.jpg" alt="" width="187" height="117" align="left" style="padding-right:10px; padding-bottom:10px" /></p>
			<div class="indent" align="justify"><b>Sample Co. Recruitment Agency & Manpower Corporation</b> has embarked on the business of providing manpower force to a host of clients/employers in different countries specifically those in Asia and the Pacific.  At present, a big number of employers have forged a strong working relationship with <b>SCRAMC</b> whose major line of business is in the off-shore (rig) and on-shore operations, construction, garments and apparel, food service, etc.</div>
			<p align="left"><span class="style3">CATEGORIES</span> <span class="style5">OF WORKERS </span></p>
            	<table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                	<td>
					<div align="left"><br /></div>
					<div class="indent" align="justify">
						<div align="left">
							<p><b>SCRAMC</b> maintains a pool of qualified workers and is currently engaged in the deployment of said workers in various categories such as the following:<br>
						</p>
						</div>
					</div>
					<div align="left">
					<table border=0 width="100%">
					<!--<tr>
						<td align="right" class="underless">
						<a href="categories.php?cat=1&start=0">[1]&nbsp;</a>
						<a href="categories.php?cat=2&start=<?=$start?>">[2]&nbsp;</a>
						<a href="categories.php?cat=3&start=<?=$start?>">[3]&nbsp;</a>
						</td>
					</tr>-->
					<tr>
						<td><b><?=$category_name?></b></td>
					</tr>
					<tr>
						<td>
							<ul type="disc">
							<? for($x=$start;$x<$to;$x++){?>
							<li><?=$category1[$x]?></li>
							<? }
							?>
							</ul>
						</td>
					</tr>
					<tr>
						<td align="right" class="data">
						<p><a href="job_info.php?cat=1&start=0">[1]&nbsp;</a>
						<a href="job_info.php?cat=2&start=<?=$start?>">[2]&nbsp;</a>
						<a href="job_info.php?cat=3&start=<?=$start?>">[3]&nbsp;</a></p>
						<p>&nbsp;</p>
						</td>
					</tr>					
			        </table>
			        </div>
					</td>
				</tr>
              	</table>
			</td>
		</tr>          
        </table>
	</td>
</tr>
</table>
<?
do_rightContent();
do_footer(); 
?>