$pic = $_GET['pic'];
if($pic == 'com'){
$title = "Commercial Applications";
$pic1 = "";
$pic2 = "";
$pic3 = "";
$mess = "MoistureShield® stands up to the sun’s UV rays, rain, snow, and other environmental challenges without cracking, splintering or checking like wood. Since the wood fibers are encapsulated in plastic, MoistureShield will not absorb moisture, and will not swell, rot or twist like wood.";
}
elseif($pic == 'res'){
$title = "Residential Applications";
$pic1 = "";
$pic2 = "";
$pic3 = "";
$mess = "MoistureShield® is virtually impervious to moisture and does not require pressure treatment, chemical dipping, preservative treatments, water sealing or staining. MoistureShield® Trim has been extensively tested by outside laboratories under hostile accelerated aging conditions and comes with a limited lifetime warranty. MoistureShield is engineered for durability and performance in exterior applications.";
}
elseif($pic == 'dock'){
$title = "Docks";
$pic1 = "";
$pic2 = "";
$pic3 = "";
$mess = "MoistureShield® can withstand the most hostile environments, including salt water or spray in coastal areas. Encapsulation is the key to MoistureShield’s® durability and long life in difficult environments. MoistureShield® is one of the very few products that can be installed in full contact with water.";
}
elseif($pic == 'rail'){
$title = "Railing";
$pic1 = "";
$pic2 = "";
$pic3 = "";
$mess = "MoistureShield® composite material is virtually maintenance free. No painting or refinishing is required. An occasional cleaning is all that is required to keep your deck looking like new.";
}
?>