<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF



var paypal_email	="sales@pt5.biz.com"	// ADD YOUR PAYPAL E-MAIL FOR THE VIEW CART
var showcart		= "no"		// SHOW VIEW CART BUTTON

var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "no"		// SHOW 3RD SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "no"		// SHOW THE 3RD PARAGRAPH
var showjsblinks	= "no"		// SHOW THE JSB LINKS
var links		= "no"		// SHOW SAMPLE LINKS IN THE SIDEBAR
var movedown		= "30"		// SIDEBAR SPACE FROM TOP


var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var dateLR		= "left"	// DATE LEFT OR RIGHT
var dateX		= "10"		// DATE X LOCATION
var dateY		= "200"		// DATE Y LOCATION



document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="216"><br>');

document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');




// START FOURTH TEXT AREA
   if (showjsblinks == "yes") {


document.write('<span class="subtitle">www.pt5.biz</span>');
document.write('<br><br>');

}
// END FOURTH TEXT AREA








// FIRST IMAGE AREA


   if (showimage_1 == "yes") {
document.write('<a href="about.htm"><IMG SRC="picts/sidebar-1.jpg" border="0" width="126" height="126" class="borders"></a><br><br>');
}






// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<fieldset style=" text-align:left; width:175px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">About Point Five</span></legend>');

document.write('Based out of Fort Collins, Colorado, Point Five Windows has been providing custom windows since 1980.  ');

document.write('<a href="about.htm"> Click here </a> to learn more');

document.write('</fieldset>');

document.write('<br><br><br>');
}

// END FIRST TEXT AREA







// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<a href="tour-home.htm"><IMG SRC="picts/tourthumb.jpg" border="0" width="128" height="128" class="borders"></a><br><br>');
}






// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:left; width:175px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">"Virtual" Tours</span></legend>');

document.write('Check out our Virtual Tour Section for some indepth views of Point 5 projects. ');

document.write('<a href="tour-home.htm">  Click Here...</a>');

document.write('</fieldset>');

document.write('<br><br><br>');
}
// END SECOND TEXT AREA




// START VIEW CART CODE
   if (showcart == "yes") {

document.write('<img src="picts/cart-paypal.gif" alt="Payments By Paypal" vspace="2"><br>');
document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" style="margin: 0px">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="'+paypal_email+'">');
document.write('<input type="hidden" name="display" value="1">');
document.write('<input type="image" SRC="picts/cart-view-off.gif" onmouseover="this.src=\'picts/cart-view-on.gif\'" onmouseout="this.src=\'picts/cart-view-off.gif\'"><br>');
document.write('</form><br>');
}





// SAMPLE LINKS AREA
   if (links == "yes") {

document.write('<fieldset style=" text-align:left; width:216px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Recommended Links:</span></legend>');

document.write('<a href="http://www.southwall.com/southwall/Home.html">Southwall Technologies</a><br>');

document.write('<a href="http://www.edgetechig.com/">Edgetech</a><br>');

document.write('<a href="http://www.iglehart.com/">Iglehart Construction</a><br>');

document.write('<a href="http://www.boaaaa.com/" target="_blank">Boa Construction</a><br>');



document.write('</fieldset>');
document.write('<br><br><br>');
}
// SAMPLE LINKS AREA






// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<a href="http://www.kolbe-kolbe.com/IBS2009/"><IMG SRC="picts/sidebar-4.jpg" border="0" width="126" height="135" class="borders"></a><br><br>');
}




// START THIRD TEXT AREA
   if (showarea_3 == "yes") {

document.write('<fieldset style=" text-align:left; width:175px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">2009 IBS</span></legend>');

document.write('Point Five is a subsidiary of Kolbe & Kolbe Millwork and was included in the Kolbe booth at the International Builders Show (IBS). ');

document.write('<a href="http://www.kolbe-kolbe.com/IBS2009/">Click here</a> to see the slideshow of Kolbe and Point Five products at IBS</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END THIRD TEXT AREA



// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " - ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ", ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

}





document.write('</td></tr></table>');
//  End -->