
var myform
var DIV1
var DIV2
var ON
var OFF
var TOP="top="
var LEFT="left="
var netscape4
var explorer4
var isMac
var mySwitch=false
var counter=0
var temp
var leftCenter
var topCenter

isMac=navigator.appVersion
isMac=isMac.toLowerCase()
isMac=isMac.indexOf("macintosh")
if((isMac>-1)&&(navigator.appName=="Microsoft Internet Explorer")){isMac=true}
else{isMac=false}


if(document.layers){
	DIV1="document.layers['";
	DIV2="'].";
	ON="visibility='show'";
	OFF="visibility='hide'";
	netscape4=true;
	}
	
else if(document.all){
	DIV1="document.all['";
	DIV2="'].style.";
	ON="visibility='visible'";
	OFF="visibility='hidden'";
	explorer4=true;
	}	

else if(document.getElementById){
	DIV1="document.getElementById('";
	DIV2="').style.";
	ON="visibility='visible'";
	OFF="visibility='hidden'";
	}

var preload=new Array()
var formBytes=new Array()

var myImage = new Array()
var myDivs=new Array("inthenews")
var myLefts=new Array("-344")
var myTops=new Array("15")
var leftLimits=new Array("385")
var topLimits=new Array("241")

function leftDiv(){
for(var a = 0; a < myDivs.length; a++){
	if(document.layers){leftCenter = (window.innerWidth/2)-8;}
	else{leftCenter = (document.body.clientWidth/2);}
	
	//position layers where they need to be when window is 770 wide or less
	//if window is wider, do the following:
	
	if(leftCenter > parseInt(leftLimits[0])){
		leftPosition = leftCenter + parseInt(myLefts[a]);
		eval(DIV1 + myDivs[a] + DIV2 + LEFT + leftPosition);
		}
		
	//just makes all pertinient layers visible
	eval(DIV1 + myDivs[a] + DIV2 + ON)
	}
}



function topDiv(){
if(document.layers){topCenter = (window.innerHeight/2)-8;}
else{topCenter = (document.body.clientHeight/2)}

for(var a = 0; a < myDivs.length; a++){
	if(topCenter > parseInt(topLimits[0])){
		topCenter = topCenter + parseInt(myTops[a])
		if(document.layers){
			topCenter = topPosition-10
			}
		eval(DIV1 + myDivs[a] + DIV2 + TOP + topCenter)
		}
	
	eval(DIV1 + myDivs[a] + DIV2 + ON)
	}
}


//+++++++++++++++++++++++++
// time and date function
//+++++++++++++++++++++++++

function initArray() {
 for(i=0;i<initArray.arguments.length; i++)
  this[i] = initArray.arguments[i];
}
var isnMonths=new initArray("January","February","March","April","May","June","July","August","September","October","November","December");
var isnDays= new initArray("(SUN)","(MON)","(TUE)","(WED)","(THU)","(FRI)","(SAT)","(SUN)");
today=new Date();
hrs=today.getHours();
min=today.getMinutes();
sec=today.getSeconds();
clckh=""+((hrs>12)?hrs-12:hrs); 
clckm=((min<10)?"0":"")+min;
clcks=((sec<10)?"0":"")+sec;
clck=(hrs>=12)?"p.m.":"a.m.";

var stnr="";
var ns="0123456789";
var a="";




	//REQUIRES onUnload="closeWindow()" IN THE BODY TAG///////////////////////////////////////////////
var isClicked=false
var newWindow=null

function openWindow(swap1,swap2){
if((isClicked)&&(newWindow.closed==false)){
	newWindow.close()
	}
newWindow=window.open(swap1,'',swap2)
isClicked=true
}


function closeWindow(){
if(newWindow){
	newWindow.close()
	}
}




///open window function
var isClicked=0
var newWindow=null
function openWindow(swap1,swap2)
{
if((isClicked>0)&&(newWindow.closed==false))
        {
        newWindow.close();
        }
newWindow=window.open(swap1,'',swap2);
isClicked++
}
function closeWindow()
{
if(newWindow)
        {
        newWindow.close()
        }
}



/////////////////////////////////////////////////////////////////////////////////////////////////

function valLogin(){
if(document.summary.username.value==""){
	alert("Please fill in this field as it is required.")
	document.summary.username.focus()
	}
else if(document.summary.password.value==""){
	alert("Please fill in this field as it is required.")
	document.summary.password.focus()
	}
else{document.summary.submit()}
}


//FORM VALIDATION///////////////////////////////////////////////////////////////////////////////////////

// "t-" = TEXTBOX OR TEXTAREA
// "s-" = SELECT BOX (DROP-DOWN MENU)
// "r-" = RADIO BUTTONS
// "n-" = NUMBER in TEXTBOX
// "#"  = NUMBER WITH SPECIFIC LENGTH   example name : #-9socnum
// "e-" = EMAIL

var validateCounter
var myElement

function validate(swap){
myform=swap
mySwitch=false
counter=0
formTemp=""



for(validateCounter=0;validateCounter<myform.length;validateCounter++){
	if(myform.elements[validateCounter].name.charAt(1)=="-"){
    	myElement=myform.elements[validateCounter].name
        if(myElement.charAt(0)=="t"){emptyField()}
        else if(myElement.charAt(0)=="s"){validateSelect()}
        else if(myElement.charAt(0)=="r"){validateRadio()}
        else if(myElement.charAt(0)=="n"){validateNumber()}
        else if(myElement.charAt(0)=="#"){validateNumLen()}
        else if(myElement.charAt(0)=="e"){validateEmail()}
        }
	if(mySwitch){break}
    }
	
if(!mySwitch){myform.submit()}
}

//VALIDATE THERE'S SOMETHING IN TEXTFIELD//////////////////////////////////////////////////////////////

function emptyField(){
mySwitch=false
var space
space=false

for(var a=0;a<myform.elements[validateCounter].value.length;a++){
	if(myform.elements[validateCounter].value.charAt(a)==" "){
		space=true
		}
	else{
		mySwitch=true
		}
	}
	
if(space && !mySwitch){
	mySwitch=true
	}
else{
	mySwitch=false
	}
	
if(mySwitch || myform.elements[validateCounter].value==""){
	if(formBytes[myElement]!=null){
		alert(formBytes[myElement])
		mySwitch=true
		}
	else{alert("Please fill in this field as it is required.")}
		myform.elements[validateCounter].value=""
        myform.elements[validateCounter].focus()
        mySwitch=true
        }
else{mySwitch=false}
}


//SELECT / DROPDOWN MENUS///////////////////////////////////////////////////////////////////////////////

function validateSelect(){
mySwitch=false

if(myform.elements[validateCounter].selectedIndex==0){
	if(formBytes[myElement]!=null){
		alert(formBytes[myElement])
		}
	else{
		alert("Please make a selection from this dropdown menu as it is required.")
		}
	myform.elements[validateCounter].focus()
	mySwitch=true
	}
}


//RADIO BUTTONS//////////////////////////////////////////////////////////////////////////////////////

function validateRadio(){
mySwitch=false
counter=0

while(myform.elements[validateCounter+counter].name==myElement){
	if(myform.elements[validateCounter+counter].checked){
		mySwitch=true
		}
	counter++
	}

if(!mySwitch){
	if(formBytes[myElement]!=null){
		alert(formBytes[myElement])
		}
	else{
		alert("Please select one of the following options as it is required.")
		}
	myform.elements[validateCounter].focus()
	mySwitch=true
	}
else{
    validateCounter=validateCounter+(counter-1)
	mySwitch=false
    }
counter=0
}

//VALIDATE NUMBER////////////////////////////////////////////////////////////////////////////////////////////

function validateNumber(){
emptyField()
if(!mySwitch && isNaN(myform.elements[validateCounter].value)){
	alert("Please fill this field in using ONLY valid numerals.")
	myform.elements[validateCounter].value=""
	myform.elements[validateCounter].focus()
	mySwitch=true
	}
}

//VALIDATE NUMBER////////////////////////////////////////////////////////////////////////////////////////////

function validateNumLen(){
emptyField()
//if(!mySwitch){validateNumber()}
if(!mySwitch){
	counter=2
	var num=""
	while(!isNaN(myform.elements[validateCounter].name.charAt(counter))){
		num=num+myform.elements[validateCounter].name.charAt(counter)
		counter=counter+1
		}

	num = parseInt(num);
	
	if (myform.elements[validateCounter].value.length > 10) {
			alert("Please enter less than 10 characters for the zip code.")
		//myform.elements[validateCounter].value=""
		myform.elements[validateCounter].focus()
		mySwitch=true
		return;
	}
	
	//if(!charCount(num)){
		//if(num==1){
			//alert("This field requires " + num + " numeral to be valid.")
			//}
		//else{
			//alert("This field requires " + num + " numerals to be valid.")
		//}
		//myform.elements[validateCounter].value=""
		//myform.elements[validateCounter].focus()
		//mySwitch=true
		//}
	}
}


//COUNT THE CHARACTERS////////////////////////////////////////////////////////////////////////////////

function charCount(swap){
if(myform.elements[validateCounter].value.length==swap){
	return true
	}
}

//EMAIL//////////////////////////////////////////////////////////////////////////////////////////////

function validateEmail(){
emptyField()
if(!charCheck("@") && !mySwitch){
	alert("Certain characters required for a valid email address are missing in this field.")
	myform.elements[validateCounter].focus()
	myform.elements[validateCounter].value=""
	mySwitch=true
	}
else if(!charCheck(".") && !mySwitch){
	alert("Certain characters required for a valid email address are missing in this field.")
	myform.elements[validateCounter].focus()
	myform.elements[validateCounter].value=""
	mySwitch=true
	}
}

//VALIDATE SPECIFIC CHARACTERS///////////////////////////////////////////////////////////////////

function charCheck(swap){
formTemp=myform.elements[validateCounter].value

for(var i=0;i<formTemp.length;i++){
	if(formTemp.charAt(i)==swap){
		return true
		}
	}
}



//////
//validate function
//////////

function noEntry() {
mt=document.contact.eventType.value;
if ((mt.length<1)||(mt.substring(0,6)=="******")) {
alert("You must include your event type");
document.contact.eventType.value="Complete This Entry";
document.contact.eventType.focus();
return false;
}
else { return true; }
}

//////
//validate function register
//////////

function noEntryR() {
mt=document.register.storelocation.value;
if ((mt.length<1)||(mt.substring(0,6)=="******")) {
alert("You must include a store location");
document.register.storelocation.value="Complete This Entry";
document.register.storelocation.focus();
return false;
}
else { return true; }
}

/////////////
//reset function
////////

function resetform(){
	document.contact.reset()
}

////////////


///////////////
//open window function
///////////////

var isClicked=0
var newWindow=null
function openWindow(swap1,swap2)
{
if((isClicked>0)&&(newWindow.closed==false))
        {
        newWindow.close();
        }
newWindow=window.open(swap1,'',swap2);
isClicked++
}
function closeWindow()
{
if(newWindow)
        {
        newWindow.close()
        }
}

//MODIFY ACCORDINGLY FOR WEBSPEED

// An adaptation of Dorcht's function for setting a cookie.
function setCookie(name, value, expires, path, domain, secure) {
  document.cookie = name + "=" + escape(value) + 
  ((expires == null) ? "" : "; expires=" + expires.toGMTString()) +
  ((path == null) ? "" : "; path=" + path) +
  ((domain == null) ? "" : "; domain=" + domain) +
  ((secure == null) ? "" : "; secure");
}

// An adaptation of Dorcht's function for deleting a cookie.
function delCookie (name,path,domain) {
  if (getCookie(name)) {
    document.cookie = name + "=" +
    ((path == null) ? "" : "; path=" + path) +
    ((domain == null) ? "" : "; domain=" + domain) +
    "; expires=Thu, 01-Jan-70 00:00:01 GMT";
  }
}

// popup window script
var isClicked=0
var newWindow=null

function openWindow2()
{
if((isClicked>0)&&(newWindow.closed==false))
	{
	newWindow.close();
	}
newWindow=window.open('difference.html','','width=600,height=400,top=25,left=150,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=yes');
isClicked++
}


function closeWindow2()
{
if(newWindow)
	{
	newWindow.close()
	}
}
//////////////////

//ALL ROLLOVERS REQUIRE A NAMING PROTOCOL SUFFIXING IMAGE NAMES WITH "_ON" AND "_OFF"///////////////

function rollOn(number,type){
document[number].src="/images/"+number+"_on."+type
}

function rollOff(number,type){
document[number].src="/images/"+number+"_off."+type
}



	

function BottomMenu()
{	
	temp=""
	temp+="<TABLE width='98%' cellpadding='0' cellspacing='0' border='0'><TR><TD width='130' align='center' valign='top'>&#160;&#160;</td><TD valign='top' colspan='2' align='center' class='btlinksunderline2'><BR><hr width='95%' class='hr'><A class='btlinksunderline' HREF='/Company'>&nbsp;company&nbsp;</A>&nbsp;&#124;&nbsp;<A class='btlinksunderline' HREF='/Catalog'>&nbsp;catalog&nbsp;</A>&nbsp;&#124;&nbsp;<A class='btlinksunderline' HREF='/Contractors'>&nbsp;contractors&nbsp;</A>&nbsp;&#124;&nbsp;<A class='btlinksunderline' HREF='/PaintTips'>&nbsp;painting tips&nbsp;</A>&nbsp;&#124;&nbsp;<A class='btlinksunderline' HREF='/ContactUs'>&nbsp;contact us&nbsp;</A>&nbsp;&#124;&nbsp;<A class='btlinksunderline' HREF='/SiteMap'>&nbsp;site map&nbsp;</A>&nbsp;&#124;&nbsp;<A class='btlinksunderline' HREF='/'>&nbsp;home&nbsp;</A><br><br></TD></TR></TABLE>"
		document.write(temp)
}

function BottomMenuHome()
{	
	temp=""
	temp+="<A class='btlinksunderline' HREF='/Company'>&nbsp;company&nbsp;</A>&nbsp;<span class='btlinksunderline2'>&#124;&nbsp;<A class='btlinksunderline' HREF='/Catalog'>&nbsp;catalog&nbsp;</A>&nbsp;&#124;&nbsp;<A class='btlinksunderline' HREF='/Contractors'>&nbsp;contractors&nbsp;</A>&nbsp;&#124;&nbsp;<A class='btlinksunderline' HREF='/PaintTips'>&nbsp;painting tips&nbsp;</A>&nbsp;&#124;&nbsp;<A class='btlinksunderline' HREF='/ContactUs'>&nbsp;contact us&nbsp;</A>&nbsp;&#124;&nbsp;<A class='btlinksunderline' HREF='/Sitemap'>&nbsp;site map&nbsp;</A><br>"
		document.write(temp)
}

function SideMenuCompany()
{	
	temp=""
	temp+="<TD align='center'><HR class='hr1' width='90%'></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Company/CompanyHistory'>&nbsp;company history&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Company/Brands'>&nbsp;brands&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Company/CustomerService'>&nbsp;customer service&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Company/InTheNews'>&nbsp;in the news&nbsp;</A></TD></TR><TR><TD align='center' valign='top'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center'><IMG width='1' height='5' SRC='/images/spacer.gif' border='0'><br /><a class='addthis_button' href='http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b9504700caefd21'><img src='http://s7.addthis.com/static/btn/sm-share-en.gif' width='83' height='16' alt='Bookmark and Share' style='border:0'/></a><script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9504700caefd21'></script></TD>"
	document.write(temp)
}

function SideMenuCompanyInTheNews()
{	
	temp=""
	temp+="<TD align='center'><HR class='hr1' width='90%'></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Company/CompanyHistory'>&nbsp;history&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Company/Brands'>&nbsp;brands&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Company/CustomerService'>&nbsp;customer service&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Company/InTheNews'>&nbsp;in the news&nbsp;</A><br><IMG width='14' height='30' SRC='/images/spacer.gif' border='0' align='left'>-&nbsp;<A class='btlinks' HREF='/Company/ArchivedNews'>&nbsp;archived news</a><br></TD></TR><TR><TD align='center' valign='top'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center'><IMG width='1' height='5' SRC='/images/spacer.gif' border='0'><br /><a class='addthis_button' href='http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b9504700caefd21'><img src='http://s7.addthis.com/static/btn/sm-share-en.gif' width='83' height='16' alt='Bookmark and Share' style='border:0'/></a><script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9504700caefd21'></script></TD>"
	document.write(temp)
}

function SideMenuProducts()
{	
	temp=""
	temp+="<TD align='center'><HR class='hr1' width='90%'></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/ProfessionalBrushes'>&nbsp;professional brushes&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/DIYBrushes'>&nbsp;diy brushes&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/RollerCovers'>&nbsp;roller covers&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/PaintingEquipment'>&nbsp;painting equipment&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/AlphaDealerLocator'>&nbsp;alpha dealer locator&nbsp;</A></TD></TR><TR><TD align='center' valign='top'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center' valign='top'><br><a href='/PaintingTips/AllAboutApplicators'><IMG width='100' height='100' SRC='/images/nutsandbolts.jpg' border='0' alt='Learn the Nuts & Bolts on Applicators!'></a></TD></TR><TR><TD align='center'><br><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center' valign='top' class='productsmalltext'><FORM name='search' ACTION='/Search' METHOD='POST'>PRODUCT SEARCH<br></TD></TR><TR><TD align='center' valign='top' class='productsmalltext'><table width='82%' border='0' align='center'><tr><td align='center' valign='top'><input type='text' class='productsmalltext2' name='productsearch' size='11' maxlength='30'></td><td align='center' valign='top'><img src='images/spacer.gif' width='1' height='4' border='0'><br><a href='javascript:document.search.submit()' class='lilproductsmalltextbox'>Go</a></td></TR></TABLE></TD></TR><TR><TD align='center' class='productsmalltext3'>Find a specific product<br>by typing in the  catalog<br>number, UPC, or<br>product name.<br><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center'><IMG width='1' height='25' SRC='/images/spacer.gif' border='0'><br /><a class='addthis_button' href='http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b9504700caefd21'><img src='http://s7.addthis.com/static/btn/sm-share-en.gif' width='83' height='16' alt='Bookmark and Share' style='border:0'/></a><script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9504700caefd21'></script></form></TD>"
	document.write(temp)
}

function SideMenuProducts1()
{	
	temp=""
	temp+="<TD align='center'><HR class='hr1' width='90%'></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/ProfessionalBrushes'>&nbsp;professional brushes&nbsp;</A><br><IMG width='14' height='30' SRC='/images/spacer.gif' border='0' align='left'>-&nbsp;<A class='btlinks' HREF='/Catalog/ProfessionalBrushes/AngleSash&ThinAngleSash'>&nbsp;angle sash<br><IMG width='7' height='10' SRC='/images/spacer.gif' border='0' align='left'>& thin angle sash&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/Catalog/ProfessionalBrushes/FlatSash'>&nbsp;flat sash&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/Catalog/ProfessionalBrushes/OvalSash'>&nbsp;oval sash&nbsp;</A><br><IMG width='14' height='30' SRC='/images/spacer.gif' border='0' align='left'>-&nbsp;<A class='btlinks' HREF='/Catalog/ProfessionalBrushes/AngleVarnish&AngleWall'>&nbsp;angle varnish<br><IMG width='7' height='10' SRC='/images/spacer.gif' border='0' align='left'>& angle wall&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/Catalog/ProfessionalBrushes/Varnish'>&nbsp;varnish&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/Catalog/ProfessionalBrushes/Wall'>&nbsp;wall&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/Catalog/ProfessionalBrushes/Block&Stucco'>&nbsp;block & stucco&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/Catalog/ProfessionalBrushes/SpecialUse'>&nbsp;special use&nbsp;</A><br></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/DIYBrushes'>&nbsp;diy brushes&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/RollerCovers'>&nbsp;roller covers&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/PaintingEquipment'>&nbsp;painting equipment&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/AlphaDealerLocator'>&nbsp;alpha dealer locator&nbsp;</A></TD></TR><TR><TD align='center' valign='top'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center' valign='top'><br><a href='/PaintingTips/AllAboutApplicators'><IMG width='100' height='100' SRC='/images/nutsandbolts.jpg' border='0' alt='Learn the Nuts & Bolts on Applicators!'></a></TD></TR><TR><TD align='center'<br><br><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center' valign='top' class='productsmalltext'><FORM name='search' ACTION='/Search' METHOD='POST'>PRODUCT SEARCH<br></TD></TR><TR><TD align='center' valign='top' class='productsmalltext'><table width='82%' border='0' align='center'><tr><td align='center' valign='top'><input type='text' class='productsmalltext2' name='productsearch' size='11' maxlength='30'></td><td align='center' valign='top'><img src='images/spacer.gif' width='1' height='4' border='0'><br><a href='javascript:document.search.submit()' class='lilproductsmalltextbox'>Go</a></td></TR></TABLE></TD></TR><TR><TD align='center' class='productsmalltext3'>Find a specific product<br>by typing in the  catalog<br>number, UPC, or<br>product name.<br><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center'><IMG width='1' height='25' SRC='/images/spacer.gif' border='0'><br /><a class='addthis_button' href='http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b9504700caefd21'><img src='http://s7.addthis.com/static/btn/sm-share-en.gif' width='83' height='16' alt='Bookmark and Share' style='border:0'/></a><script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9504700caefd21'></script></form></TD>"
	document.write(temp)
}

function SideMenuProducts2()
{	
	temp=""
	temp+="<TD align='center'><HR class='hr1' width='90%'></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/ProfessionalBrushes'>&nbsp;professional brushes&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/DIYBrushes'>&nbsp;diy brushes&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/Catalog/DIYBrushes/Synthetic'>&nbsp;synthetic&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/Catalog/DIYBrushes/ChinaBristle'>&nbsp;china bristle&nbsp;</A><br><IMG width='14' height='30' SRC='/images/spacer.gif' border='0' align='left'>-&nbsp;<A class='btlinks' HREF='/Catalog/DIYBrushes/Stain&SealerBrushes'>&nbsp;stain &<br><IMG width='7' height='10' SRC='/images/spacer.gif' border='0' align='left'>sealer brushes&nbsp;</A><br><IMG width='14' height='30' SRC='/images/spacer.gif' border='0' align='left'>-&nbsp;<A class='btlinks' HREF='/Catalog/DIYBrushes/Maintenance&Promotional'>&nbsp;maintenance &<br><IMG width='7' height='10' SRC='/images/spacer.gif' border='0' align='left'>promotional&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/Catalog/DIYBrushes/ArtistBrushes'>&nbsp;artist brushes&nbsp;</A><br></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/RollerCovers'>&nbsp;roller covers&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/PaintingEquipment'>&nbsp;painting equipment&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/AlphaDealerLocator'>&nbsp;alpha dealer locator&nbsp;</A></TD></TR><TR><TD align='center' valign='top'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center' valign='top'><br><a href='/PaintingTips/AllAboutApplicators'><IMG width='100' height='100' SRC='/images/nutsandbolts.jpg' border='0' alt='Learn the Nuts & Bolts on Applicators!'></a></TD></TR><TR><TD align='center'<br><br><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center' valign='top' class='productsmalltext'><FORM name='search' ACTION='/Search' METHOD='POST'>PRODUCT SEARCH<br></TD></TR><TR><TD align='center' valign='top' class='productsmalltext'><table width='82%' border='0' align='center'><tr><td align='center' valign='top'><input type='text' class='productsmalltext2' name='productsearch' size='11' maxlength='30'></td><td align='center' valign='top'><img src='images/spacer.gif' width='1' height='4' border='0'><br><a href='javascript:document.search.submit()' class='lilproductsmalltextbox'>Go</a></td></TR></TABLE></TD></TR><TR><TD align='center' class='productsmalltext3'>Find a specific product<br>by typing in the  catalog<br>number, UPC, or<br>product name.<br><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center'><IMG width='1' height='25' SRC='/images/spacer.gif' border='0'><br /><a class='addthis_button' href='http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b9504700caefd21'><img src='http://s7.addthis.com/static/btn/sm-share-en.gif' width='83' height='16' alt='Bookmark and Share' style='border:0'/></a><script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9504700caefd21'></script></form></TD>"
	document.write(temp)
}

function SideMenuProducts3()
{	
	temp=""
	temp+="<TD align='center'><HR class='hr1' width='90%'></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/ProfessionalBrushes'>&nbsp;professional brushes&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/DIYBrushes'>&nbsp;diy brushes&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/RollerCovers'>&nbsp;roller covers&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/Catalog/RollerCovers/ProfessionalRollers'>&nbsp;professional rollers&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/Catalog/RollerCovers/DIYRollers'>&nbsp;diy rollers&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/Catalog/RollerCovers/Minirollers'>&nbsp;minirollers&nbsp;</A><br><IMG width='14' height='30' SRC='/images/spacer.gif' border='0' align='left'>-&nbsp;<A class='btlinks' HREF='/Catalog/RollerCovers/Maintenance&Promotional'>&nbsp;maintenance &<br><IMG width='7' height='10' SRC='/images/spacer.gif' border='0' align='left'>promotional&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/Catalog/RollerCovers/RollerKits'>&nbsp;roller kits&nbsp;</A><br></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/PaintingEquipment'>&nbsp;painting equipment&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/AlphaDealerLocator'>&nbsp;alpha dealer locator&nbsp;</A></TD></TR><TR><TD align='center' valign='top'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center' valign='top'><br><a href='/PaintingTips/AllAboutApplicators'><IMG width='100' height='100' SRC='/images/nutsandbolts.jpg' border='0' alt='Learn the Nuts & Bolts on Applicators!'></a></TD></TR><TR><TD align='center'<br><br><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center' valign='top' class='productsmalltext'><FORM name='search' ACTION='/Search' METHOD='POST'>PRODUCT SEARCH<br></TD></TR><TR><TD align='center' valign='top' class='productsmalltext'><table width='82%' border='0' align='center'><tr><td align='center' valign='top'><input type='text' class='productsmalltext2' name='productsearch' size='11' maxlength='30'></td><td align='center' valign='top'><img src='images/spacer.gif' width='1' height='4' border='0'><br><a href='javascript:document.search.submit()' class='lilproductsmalltextbox'>Go</a></td></TR></TABLE></TD></TR><TR><TD align='center' class='productsmalltext3'>Find a specific product<br>by typing in the  catalog<br>number, UPC, or<br>product name.<br><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center'><IMG width='1' height='25' SRC='/images/spacer.gif' border='0'><br /><a class='addthis_button' href='http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b9504700caefd21'><img src='http://s7.addthis.com/static/btn/sm-share-en.gif' width='83' height='16' alt='Bookmark and Share' style='border:0'/></a><script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9504700caefd21'></script></form></TD>"
	document.write(temp)
}

function SideMenuProducts4()
{	
	temp=""
	temp+="<TD align='center'><HR class='hr1' width='90%'></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/ProfessionalBrushes'>&nbsp;professional brushes&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/DIYBrushes'>&nbsp;diy brushes&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/RollerCovers'>&nbsp;roller covers&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/PaintingEquipment'>&nbsp;painting equipment&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/Catalog/PaintingEquipment/RollerFrames'>&nbsp;roller frames&nbsp;</A><br><IMG width='14' height='30' SRC='/images/spacer.gif' border='0' align='left'>-&nbsp;<A class='btlinks' HREF='/Catalog/PaintingEquipment/Jumbo&12to18InchRollerFrames'>&nbsp;jumbo & 12&#148;&ndash;18&#148;<br><IMG width='7' height='10' SRC='/images/spacer.gif' border='0' align='left'>roller frames&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/Catalog/PaintingEquipment/ExtensionPoles'>&nbsp;extension poles&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/Catalog/PaintingEquipment/PaintTrays'>&nbsp;paint trays&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/Catalog/PaintingEquipment/Buckets&Grids'>&nbsp;buckets & grids&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/Catalog/PaintingEquipment/TrimTools'>&nbsp;trim tools&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/Catalog/PaintingEquipment/PadPainters'>&nbsp;pad painters&nbsp;</A><br><IMG width='14' height='30' SRC='/images/spacer.gif' border='0' align='left'>-&nbsp;<A class='btlinks' HREF='/Catalog/PaintingEquipment/SurfacePrepTools'>&nbsp;surface prep<br><IMG width='7' height='10' SRC='/images/spacer.gif' border='0' align='left'>tools&nbsp;</A><br></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/AlphaDealerLocator'>&nbsp;alpha dealer locator&nbsp;</A></TD></TR><TR><TD align='center' valign='top'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center' valign='top'><br><a href='/PaintingTips/AllAboutApplicators'><IMG width='100' height='100' SRC='/images/nutsandbolts.jpg' border='0' alt='Learn the Nuts & Bolts on Applicators!'></a></TD></TR><TR><TD align='center'<br><br><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center' valign='top' class='productsmalltext'><FORM name='search' ACTION='/Search' METHOD='POST'>PRODUCT SEARCH<br></TD></TR><TR><TD align='center' valign='top' class='productsmalltext'><table width='82%' border='0' align='center'><tr><td align='center' valign='top'><input type='text' class='productsmalltext2' name='productsearch' size='11' maxlength='30'></td><td align='center' valign='top'><img src='images/spacer.gif' width='1' height='4' border='0'><br><a href='javascript:document.search.submit()' class='lilproductsmalltextbox'>Go</a></td></TR></TABLE></TD></TR><TR><TD align='center' class='productsmalltext3'>Find a specific product<br>by typing in the  catalog<br>number, UPC, or<br>product name.<br><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center'><IMG width='1' height='25' SRC='/images/spacer.gif' border='0'><br /><a class='addthis_button' href='http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b9504700caefd21'><img src='http://s7.addthis.com/static/btn/sm-share-en.gif' width='83' height='16' alt='Bookmark and Share' style='border:0'/></a><script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9504700caefd21'></script></form></TD>"
	document.write(temp)
}

function SideMenuProducts5()
{	
	temp=""
	temp+="<TD align='center'><HR class='hr1' width='90%'></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/ProfessionalBrushes'>&nbsp;professional brushes&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/DIYBrushes'>&nbsp;diy brushes&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/RollerCovers'>&nbsp;roller covers&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/PaintingEquipment'>&nbsp;painting equipment&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Catalog/AlphaDealerLocator'>&nbsp;alpha dealer locator&nbsp;</A></TD></TR><TR><TD align='center' valign='top'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center' valign='top'><br><a href='/PaintingTips/AllAboutApplicators'><IMG width='100' height='100' SRC='/images/nutsandbolts.jpg' border='0' alt='Learn the Nuts & Bolts on Applicators!'></a></TD></TR><TR><TD align='center'<br><br><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center' valign='top' class='productsmalltext'><FORM name='search' ACTION='/Search' METHOD='POST'>PRODUCT SEARCH<br></TD></TR><TR><TD align='center' valign='top' class='productsmalltext'><table width='82%' border='0' align='center'><tr><td align='center' valign='top'><input type='text' class='productsmalltext2' name='productsearch' size='11' maxlength='30'></td><td align='center' valign='top'><img src='images/spacer.gif' width='1' height='4' border='0'><br><a href='javascript:document.search.submit()' class='lilproductsmalltextbox'>Go</a></td></TR></TABLE></TD></TR><TR><TD align='center' class='productsmalltext3'>Find a specific product<br>by typing in the  catalog<br>number, UPC, or<br>product name.<br><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center'><IMG width='1' height='25' SRC='/images/spacer.gif' border='0'><br /><a class='addthis_button' href='http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b9504700caefd21'><img src='http://s7.addthis.com/static/btn/sm-share-en.gif' width='83' height='16' alt='Bookmark and Share' style='border:0'/></a><script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9504700caefd21'></script></form></TD>"
	document.write(temp)
}

function SideMenuContractors()
{	
	temp=""
	temp+="<TD align='center'><HR class='hr1' width='90%'></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Contractors'>&nbsp;painters' program&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Contractors/EarnPremiums'>&nbsp;earn premiums&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Contractors/SpeedRollers'>&nbsp;speed rollers&nbsp;</A></TD></TR><TR><TD align='center' valign='top'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'><BR><BR><a href='javascript:openWindow(\"/WoosterPainterSignUp\",\"top=75,left=70,width=660,height=400,location=no,menubar=yes,personalbar=no,scrollbars=yes,status=yes,toolbar=no,resizable=yes\")' class='maintextlink'><IMG hspace='4' vspace='8' align='left' width='118' height='85' SRC='/images/sign_up_now3.gif' border='0'></a></TD></TR><TR><TD align='center'><IMG width='1' height='25' SRC='/images/spacer.gif' border='0'><br /><a class='addthis_button' href='http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b9504700caefd21'><img src='http://s7.addthis.com/static/btn/sm-share-en.gif' width='83' height='16' alt='Bookmark and Share' style='border:0'/></a><script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9504700caefd21'></script></TD>"
	document.write(temp)
}

function SideMenuContractorsEarnPremiums()
{	
	temp=""
	temp+="<TD align='center'><HR class='hr1' width='90%'></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Contractors'>&nbsp;painters' program&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Contractors/EarnPremiums'>&nbsp;earn premiums&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Contractors/SpeedRollers'>&nbsp;speed rollers&nbsp;</A></TD></TR><TR><TD align='center' valign='top'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'><BR><BR><a href='javascript:openWindow(\"/WoosterPainterSignUp\",\"top=75,left=70,width=660,height=400,location=no,menubar=yes,personalbar=no,scrollbars=yes,status=yes,toolbar=no,resizable=yes\")' class='maintextlink'><IMG hspace='4' vspace='8' align='left' width='118' height='85' SRC='/images/sign_up_now3.gif' border='0'></a></TD></TR><TR><TD align='center'><IMG width='1' height='25' SRC='/images/spacer.gif' border='0'><br /><a class='addthis_button' href='http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b9504700caefd21'><img src='http://s7.addthis.com/static/btn/sm-share-en.gif' width='83' height='16' alt='Bookmark and Share' style='border:0'/></a><script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9504700caefd21'></script></TD>"
	document.write(temp)
}

function SideMenuContractorsRollers()
{	
	temp=""
	temp+="<TD align='center'><HR class='hr1' width='90%'></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Contractors'>&nbsp;painters' program&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Contractors/EarnPremiums'>&nbsp;earn premiums&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/Contractors/SpeedRollers'>&nbsp;speed rollers&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/Contractors/SpeedRollers/EquipmentNeeded'>&nbsp;equipment needed&nbsp;</A><br></TD></TR><TR><TD align='center' valign='top'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'><BR><BR><a href='javascript:openWindow(\"/WoosterPainterSignUp\",\"top=75,left=70,width=660,height=400,location=no,menubar=yes,personalbar=no,scrollbars=yes,status=yes,toolbar=no,resizable=yes\")' class='maintextlink'><IMG hspace='4' vspace='8' align='left' width='118' height='85' SRC='/images/sign_up_now3.gif' border='0'></a></TD></TR><TR><TD align='center'><IMG width='1' height='25' SRC='/images/spacer.gif' border='0'><br /><a class='addthis_button' href='http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b9504700caefd21'><img src='http://s7.addthis.com/static/btn/sm-share-en.gif' width='83' height='16' alt='Bookmark and Share' style='border:0'/></a><script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9504700caefd21'></script></TD>"
	document.write(temp)
}

function SideMenuPaintips()
{	
	temp=""
	temp+="<TD align='center'><HR class='hr1' width='90%'></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/PaintingTips/ProjectPlanner'>&nbsp;project planner&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/PaintingTips/SurfacePrep'>&nbsp;surface prep&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/PaintingTips/ChooseABrushOrRoller'>&nbsp;choose a brush/roller&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/PaintingTips/Cleanup'>&nbsp;cleanup&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/PaintingTips/Videos'>&nbsp;videos&nbsp;</A></TD></TR><TR><TD align='center' valign='top'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'><BR><BR><a href='/PaintingTips/GetCertified' class='maintextlink'><IMG hspace='0' vspace='6' align='left' width='100' height='100' SRC='/images/GetWoosterCertified.jpg' border='0' style='margin-left:17px;'></a></TD></TR><TR><TD align='center'><IMG width='1' height='25' SRC='/images/spacer.gif' border='0'><br /><a class='addthis_button' href='http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b9504700caefd21'><img src='http://s7.addthis.com/static/btn/sm-share-en.gif' width='83' height='16' alt='Bookmark and Share' style='border:0'/></a><script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9504700caefd21'></script></TD>"
	document.write(temp)
}

function SideMenuPaintipsChoosing()
{	
	temp=""
	temp+="<TD align='center'><HR class='hr1' width='90%'></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='left' class='btlinks'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/PaintingTips/ProjectPlanner'>&nbsp;project planner&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/PaintingTips/SurfacePrep'>&nbsp;surface prep&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/PaintingTips/ChooseABrushOrRoller'>&nbsp;choose a brush/roller&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/PaintingTips/ChooseABrushOrRoller'>&nbsp;brush&nbsp;</A><br><span class=''>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/PaintingTips/ChooseABrushOrRoller/ChoosingTheProperRoller'>&nbsp;roller&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/PaintingTips/Cleanup'>&nbsp;cleanup&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/PaintingTips/Videos'>&nbsp;videos&nbsp;</A></TD></TR><TR><TD align='center' valign='top'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'><BR><BR><a href='/PaintingTips/GetCertified' class='maintextlink'><IMG hspace='0' vspace='6' align='left' width='100' height='100' SRC='/images/GetWoosterCertified.jpg' border='0' style='margin-left:17px;'></a></TD></TR><TR><TD align='center'><IMG width='1' height='25' SRC='/images/spacer.gif' border='0'><br /><a class='addthis_button' href='http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b9504700caefd21'><img src='http://s7.addthis.com/static/btn/sm-share-en.gif' width='83' height='16' alt='Bookmark and Share' style='border:0'/></a><script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9504700caefd21'></script></TD>"
	document.write(temp)
}

function SideMenuPaintipsSurfacePreparation()
{	
	temp=""
	temp+="<TD align='center'><HR class='hr1' width='90%'></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='left' class='btlinks'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/PaintingTips/ProjectPlanner'>&nbsp;project planner&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/PaintingTips/SurfacePrep'>&nbsp;surface prep&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/PaintingTips/SurfacePrep'>&nbsp;interior prep tips&nbsp;</A><br><span class=''>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/PaintingTips/SurfacePrep/ExteriorSurfacePrepTips'>&nbsp;exterior prep tips&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/PaintingTips/ChooseABrushOrRoller'>&nbsp;choose a brush/roller&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/PaintingTips/Cleanup'>&nbsp;cleanup&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/PaintingTips/Videos'>&nbsp;videos&nbsp;</A></TD></TR><TR><TD align='center' valign='top'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'><BR><BR><a href='/PaintingTips/GetCertified' class='maintextlink'><IMG hspace='0' vspace='6' align='left' width='100' height='100' SRC='/images/GetWoosterCertified.jpg' border='0' style='margin-left:17px;'></a></TD></TR><TR><TD align='center'><IMG width='1' height='25' SRC='/images/spacer.gif' border='0'><br /><a class='addthis_button' href='http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b9504700caefd21'><img src='http://s7.addthis.com/static/btn/sm-share-en.gif' width='83' height='16' alt='Bookmark and Share' style='border:0'/></a><script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9504700caefd21'></script></TD>"
	document.write(temp)
}

function SideMenuPaintipsProjectPlanner()
{	
	temp=""
	temp+="<TD align='center'><HR class='hr1' width='90%'></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='left' class='btlinks'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/PaintingTips/ProjectPlanner'>&nbsp;project planner&nbsp;</A><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/PaintingTips/ProjectPlanner'>&nbsp;walls & ceilings&nbsp;</A><br><span class=''>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/PaintingTips/ProjectPlanner/Kitchens&Baths'>&nbsp;kitchens & baths&nbsp;</A><br><span class=''>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/PaintingTips/ProjectPlanner/ExteriorSiding&RoughSurfaces'>&nbsp;exterior siding&nbsp;</A><br><span class=''>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/PaintingTips/ProjectPlanner/Windows'>&nbsp;windows&nbsp;</A><br><span class=''>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/PaintingTips/ProjectPlanner/Furniture'>&nbsp;furniture&nbsp;</A><br><span class=''>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<A class='btlinks' HREF='/PaintingTips/ProjectPlanner/Decks'>&nbsp;decks&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/PaintingTips/SurfacePrep'>&nbsp;surface prep&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/PaintingTips/ChooseABrushOrRoller'>&nbsp;choose a brush/roller&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/PaintingTips/Cleanup'>&nbsp;cleanup&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/PaintingTips/Videos'>&nbsp;videos&nbsp;</A></TD></TR><TR><TD align='center' valign='top'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'><BR><BR><a href='/PaintingTips/GetCertified' class='maintextlink'><IMG hspace='0' vspace='6' align='left' width='100' height='100' SRC='/images/GetWoosterCertified.jpg' border='0' style='margin-left:17px;'></a></TD></TR><TR><TD align='center'><IMG width='1' height='25' SRC='/images/spacer.gif' border='0'><br /><a class='addthis_button' href='http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b9504700caefd21'><img src='http://s7.addthis.com/static/btn/sm-share-en.gif' width='83' height='16' alt='Bookmark and Share' style='border:0'/></a><script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9504700caefd21'></script></TD>"
	document.write(temp)
}


function SideMenuContact()
{	
	temp=""
	temp+="<TD align='center'><HR class='hr1' width='90%'></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/ContactUs'>&nbsp;ask & receive&nbsp;</A></TD></TR><TR><TD align='center'><IMG width='106' height='5' SRC='/images/dot_line1.gif' border='0'></TD></TR><TR><TD align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<A class='btlinks' HREF='/ContactUs/CareerOpportunities'>&nbsp;career opportunities&nbsp;</A></TD></TR><TR><TD align='center' valign='top'><IMG width='106' height='5' SRC='/images/dot_line2.gif' border='0'></TD></TR><TR><TD align='center'><IMG width='1' height='5' SRC='/images/spacer.gif' border='0'><br /><a class='addthis_button' href='http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b9504700caefd21'><img src='http://s7.addthis.com/static/btn/sm-share-en.gif' width='83' height='16' alt='Bookmark and Share' style='border:0'/></a><script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9504700caefd21'></script></TD>"
	document.write(temp)
}

function SideMenuSitemap()
{	
	temp=""
	temp+="<TD align='center'><IMG width='1' height='5' SRC='/images/spacer.gif' border='0'><br /><a class='addthis_button' href='http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b9504700caefd21'><img src='http://s7.addthis.com/static/btn/sm-share-en.gif' width='83' height='16' alt='Bookmark and Share' style='border:0'/></a><script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9504700caefd21'></script></TD>"
	document.write(temp)
}

window.onbeforeprint=beforePrint
window.onafterprint=afterPrint
// FUNCTION TO REFORMAT PAGE BEFORE PRINTING 	
	function beforePrint()
	{
		myReference = document.getElementById('test');
		myReference.style.visibility = 'hidden';

//		myMenu = document.getElementById('test');
//		myReference = document.getElementById('menus');
//		myReference.style.visibility = 'hidden';
/*		if (ie4)
			menus[0].main.style.visibility = "hidden";
		else if (ie5_mac)
			menus[0].main.style.visibility = "hidden";
		else if (ie55)
			menus[0].main.style.visibility = "hidden";
		else if (nn4)
			menus[0].main.hidden = true;
		else if (dom)
			menus[0].main.style.visibility = "hidden";
		else
			menus[0].main.style.visibility = "hidden";
			menus[0].main.hidden = true;
*/	}

function afterPrint(){
		myReference = document.getElementById('test');
		myReference.style.visibility = 'visible';

//		myReference = document.getElementById('menus1');
//		myReference.style.visibility = 'display';

/*		if (ie4)
			menus[0].main.style.visibility = "visible";
		else if (ie5_mac)
			menus[0].main.style.visibility = "visible";
		else if (ie55)
			menus[0].main.style.visibility = "visible";
		else if (nn4)
			menus[0].main.hidden = false;
		else if (dom)
			menus[0].main.style.visibility = "visible";
		else
			menus[0].main.style.visibility = "visible";
			menus[0].main.hidden = false;
*/	}
/* flash fix */
var bo_ns_id = 0;

function startIeFix(){
  if(isIE()){
    document.write('<div style="display: none;" id="bo_ns_id_' + bo_ns_id + '">');
  }
}

function endIeFix(){
  if(isIE()){
    document.write('</div>');
    var theObject = document.getElementById("bo_ns_id_" + bo_ns_id++);
    if(theObject.firstChild.data){
      theObject.firstChild.removeAttribute('data');
    }
    var theParams = theObject.getElementsByTagName("param");
    var theParamsLength = theParams.length;
    for (var j = 0; j < theParamsLength; j++) {
      if(theParams[j].name.toLowerCase() == 'flashvars'){
        var theFlashVars = theParams[j].value;
      }
    }
    var theInnnerHTML = theObject.innerHTML;
    var re = /<param name="FlashVars" value="">/ig;
    theInnnerHTML = theInnnerHTML.replace(re, "<param name='FlashVars' value='" + theFlashVars + "'>");
    theObject.outerHTML = theInnnerHTML;
  }
}

function isIE(){
  var strBrwsr = navigator.userAgent.toLowerCase();
  if(strBrwsr.indexOf("msie") > -1 && strBrwsr.indexOf("mac") < 0){
    return true;
  }else{
    return false;
  }
}
