
window.onload = function() {

	rC = new DHTMLgoodies_roundedCorners();

	rC.addTarget('plp',pageFrameX,pageFrameY,pageFrameColor,pageFrameBGColor,15,"100%",pageFrameCorners);

	rC.addTarget('pl1',10,10,'#BBBBBB','#FFFFFF',5,false);
	rC.addTarget('pl2',10,10,'#BBBBBB','#FFFFFF',5,false);
	rC.addTarget('pl3',10,10,'#BBBBBB','#FFFFFF',5,false);

	rC.init();
}

function PageContent()
{
	var o="";

	o+="<div id='plp'>";

		o+="<center><img src='images/welcometo.jpg' border='0' /></center><br/>";

		o+="<center><span class='empLetters'>StoneForte</span> is a collection of Stone compositions systems.</center>";
		o+="<br/>";
		o+="<img src='images/homepage2.jpg' border='0' align='left' vspace='0' hspace='0' />";
		o+="Key benefits are drastic weight reduction, superior strength, greater resistance to twist and flex, against other light weight systems.";
		o+="<br/><br/>";
		o+="The opportunity to create the appearance of solid 3D forms.";
		o+="<br/><br/>";
		o+="<img src='images/homepage.jpg' border='0' align='right' vspace='0' hspace='0' />";
		o+="<br/><br/><br/>";
		o+="Essentially it can perform and create what had previously been impossible.";
		o+="<br/><br/>";
		o+="<br/><br/>";
		o+="<center><div style='color:darkslategray;font-size:13px;font-weight:bold;'>The process can enhance any natural stone material.</div></center>";
		o+="<center>";
		o+="<table border='0' cellspacing='25' cellpadding='0' width='95%'>";
		o+="<tr>";
		o+="<td valign='top' align='center'>";
		o+="<div id='pl2'>";
		o+="<a class='nounderline' href='"+pageConstructForte+"' border='0'>";
		o+="<h3>ConstructForte</h3>";
		o+="<div class='empLettersSize'>Architects, Structural Engineers & Quantity Surveyors</div>";
		o+="</a>";
		o+="</div>";
		o+="</td>";
		o+="<td valign='top' align='center'>";
		o+="<div id='pl1'>";
		o+="<a class='nounderline' href='"+pageCreativForte+"' border='0'>";
		o+="<h3>CreativForte</h3>";
		o+="<div class='empLettersSize'>Interiors, Lifts, Marine & Aviation Designers</div>";
//		o+="<img src='images/badge_creativforte.jpg' border='0' />";
		o+="</a>";
		o+="</div>";
		o+="</td>";
		o+="<td valign='top' align='center'>";
		o+="<div id='pl3'>";
		o+="<a class='nounderline' href='"+pageFitForte+"' border='0'>";
		o+="<h3>FitForte</h3>";
		o+="<div class='empLettersSize'>Shop Fitters, Contractors &amp; Trade</div>";
		o+="</a>";
		o+="</div>";
		o+="</td>";
		o+="</tr>";
		o+="</table>";
		o+="</center>";
	
	o+="</div>";

	return o;
}
