 |
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 - Retail

Our retail sector again covers a broad body of works
and boasts a large client data base. Here we cover all types of works
from full re-sprays to all types of architectural cladding facade to one
off type repairs.
This sector includes curtain walling /shop fronts for
small High street retailers to large retail park developments.
Here i.p.r.s specialise in re-spraying curtain walling
and architectural cladding to a corporate colour for new retailer . we
also offer a design program were by u as a client can see you projects
come to life before work commences through the aid of our latest 3D drawing
Software you can also work with a member of our design team to in sure
you get the look and image for your business.
We can refurbish your existing building, giving
it new life and boosting your business and image.
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='4'");
?>
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++;
}
?>
|