 |
Enter your email and hear about
recent projects and news from the I.P.R.S. Team
|
|
 |
I.P.R.S.
Ltd,
Unit 3,
Falcon Avenue,
Waterford Airport Bus. Park,
Waterford.
Tel: 051 857565
Mobile: 087 7768483
Email: info@iprs.ie
"Kingspan Ltd. regularly use I.P.R.S.
Ltd, for remedial work, repair and over painting of our wide range
of products. We have inspected their workmanship and method statements;
on this basis we can confirm our approval"
Philip Smith
Contracts Manager
Kingspan
|
|
Sectors - Pharmaceutical

I.P.R.S. Ltd. Health & Safety reputation is a
cornerstone of our company and we have an enviable track record throughout
this sector, Before any project commences it
is considered and planned in detail to insure the appropriate method statements
and risk assessments are in place. As health and safety regulations and
issues are ever changing on all of our projects we as a company, continually
record and monitor to improve conditions throughout our workforce to insure
that we meet the highest in health and safety and quality standards.
Our working at heights policy ensures that all relevant
staff are suitably trained in M.E.W.P. We also ensure that safety harness
training is given and that all harnesses are logged and checked at Regular
intervals. All staff are fully trained in / Chemical /Safety/Awareness
/also. A full and more detailed copy of our method statement and risk
assessment are available on request.
We also have the latest in coating systems technologies
including water base products ideal for the clean room environment. All
our products are fully compliant – paints, solvents and cleansers.
This professional use of W.B.C. – Water Borne Base Coat and V.O.C.
compliant material cuts down the risk of any contamination throughout
our works.
Relevant projects:
require("admin/conf.php");
mysql_connect("$DBHost","$DBUser","$DBPass");
$result=mysql("$DBName","SELECT name FROM category where id='$id'");
while ($row = mysql_fetch_row($result)) {
$cat_name = $row[0];
}
$projs=mysql("$DBName","SELECT * FROM product where cat_id='2'");
?>
Please choose a project:
$i = 0;
while($proj = mysql_fetch_row($projs)){
$pid = $proj[0];
$pname = $proj[1];
?>
if($i % 5 == 0){echo " ";}
?>

if($i % 5 == 0){echo " ";}
?>
$i++;
}
?>
|