<!--
// Define variables
var txtQuote1	= "";
var txtAuthor1	= "";
var txtQuote2	= "";
var txtAuthor2	= "";

var pagetestimonial	= "";
//

txtQuote1	+= "		<b>Disclaimer:</b> The manufacturer makes every effort to provide fabric images that closely represent \n";
txtQuote1	+= "		the fabric colors. However, due to all the possible variants -- light source, \n";
txtQuote1	+= "		monitor quality, etc. -- we cannot guarantee that the fabric images accurately \n";
txtQuote1	+= "		represent the true fabric colors. Please take this into consideration if you are \n";
txtQuote1	+= "		trying to color match materials.\n";

//

pagetestimonial +=  "	<br>\n";
pagetestimonial +=  "	<table cellspacing=\"0\" cellpadding=\"0\" class=\"testimonial\" border=\"0\">\n";
if (txtQuote1) {
	pagetestimonial +=  "	<tr> \n";
	pagetestimonial +=  "		<td class=\"quote\" valign=\"top\">" + txtQuote1 + "</td>\n";
	pagetestimonial +=  "	</tr>\n";
	pagetestimonial +=  "	<tr>\n";
	pagetestimonial +=  "		<td class=\"quoteauthor\" valign=\"top\" align=\"right\">" + txtAuthor1 + "</td>\n";
	pagetestimonial +=  "	</tr>\n";
}
if (txtQuote2) {
	pagetestimonial +=  "	<tr>\n";
	pagetestimonial +=  "		<td align=\"left\" valign=\"bottom\" height=\"5\">\n";
	pagetestimonial +=  "		<hr >\n";
	pagetestimonial +=  "		</td>\n";
	pagetestimonial +=  "	</tr>\n";
	pagetestimonial +=  "	<tr>\n";
	pagetestimonial +=  "		<td class=\"quote\" valign=\"top\">" + txtQuote2 + "</td>\n";
	pagetestimonial +=  "	</tr>\n";
	pagetestimonial +=  "	<tr>\n";
	pagetestimonial +=  "		<td class=\"quoteauthor\" valign=\"top\" align=\"right\">" + txtAuthor2 + "</td>\n";
	pagetestimonial +=  "	</tr>\n";
}
if (txtQuote1 || txtQuote2) {
	pagetestimonial +=  "	<tr>\n";
	pagetestimonial +=  "		<td align=\"left\" valign=\"bottom\" height=\"5\">\n";
	pagetestimonial +=  "		<hr >\n";
	pagetestimonial +=  "		</td>\n";
	pagetestimonial +=  "	</tr>\n";
}

pagetestimonial +=  "	<tr>\n";
pagetestimonial +=  "		<td align=\"center\" valign=\"bottom\">\n";
pagetestimonial +=  "			<a href=\"http://www.sunsetter.com\" target=\"_blank\" class=\"navimglink\">\n";
pagetestimonial +=  "			<img src=\"images/SunSetterPRO_small.gif\" width=\"130\" height=\"59\" alt=\"SunSetter\"></a>\n";
pagetestimonial +=  "		</td>\n";
pagetestimonial +=  "	</tr>\n";
pagetestimonial +=  "	<tr>\n";
pagetestimonial +=  "		<td align=\"center\" valign=\"bottom\">\n";
pagetestimonial +=  "			<br><a href=\"http://www.arquatiusa.com:8080/arquati.nsf/AwningFrameSet\" target=\"_blank\" class=\"navimglink\">\n";
pagetestimonial +=  "			<img src=\"images/arquati_logo.gif\" width=\"108\" height=\"38\" alt=\"Arquati USA\"></a>\n";
pagetestimonial +=  "		</td>\n";
pagetestimonial +=  "	</tr>\n";
pagetestimonial +=  "	<tr>\n";
pagetestimonial +=  "		<td align=\"center\" valign=\"bottom\">\n";
pagetestimonial +=  "			<br><a href=\"http://www.sunbrella.com/usa/\" target=\"_blank\" class=\"navimglink\">\n";
pagetestimonial +=  "			<img src=\"images/sunbrellalogo.gif\" width=\"106\" height=\"50\" alt=\"Sunbrella Fabrics\"></a>\n";
pagetestimonial +=  "		</td>\n";
pagetestimonial +=  "	</tr>\n";
pagetestimonial +=  "	<tr>\n";
pagetestimonial +=  "		<td align=\"center\" valign=\"bottom\">\n";
pagetestimonial +=  "			<br><a href=\"http://www.gore.com/fibers/english/tenara_a1.html\" target=\"_blank\" class=\"navimglink\">\n";
pagetestimonial +=  "			<img src=\"images/Tenara_label_logo.jpg\" width=\"115\" height=\"115\" alt=\"Tenara Thread\"></a>\n";
pagetestimonial +=  "		</td>\n";
pagetestimonial +=  "	</tr>\n";
pagetestimonial +=  "	<tr>\n";
pagetestimonial +=  "		<td align=\"center\" valign=\"bottom\">\n";
pagetestimonial +=  "			<br><a href=\"http://www.somfy.com/\"  target=\"_blank\" class=\"navimglink\">\n";
pagetestimonial +=  "			<img src=\"images/somfy_logo.gif\" width=\"120\" height=\"44\" alt=\"Somfy Motors\"></a>\n";
pagetestimonial +=  "		</td>\n";
pagetestimonial +=  "	</tr>\n";

pagetestimonial +=  "	</table>\n";

// -->
