<!-- Begin POP-UP SIZES AND OPTIONS CODE
// ONLY USE lowercase FOR ALL OPTIONS
// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3ND PARAGRAPH

var showimage		= "no"		//  SHOW A SIDEBAR IMAGE
var showscroller	= "yes"		//  SHOW A SIDEBAR IMAGE
var scrollspacing	= "2"		// NUDGE SIDEBAR DOWN

var showsearch		= "no"		// SHOW THE SEARCH FORM
var searchLR		= "left"	// SEARCH FORM LEFT OR RIGHT
var searchX		= "10"		// SEARCH FORM X LOCATION
var searchy		= "172"		// SEARCH FORM Y LOCATION
var searchwidth		= "160"		// WIDTH OF THE SEARCH FORM
var searchtext		= "Search EPD website"	// TEXT ABOVE SEARCH FORM

var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var bordercolor		= "9291AA"	// SCROLLER AND IMAGE BORDER COLOR

// EDIT THE "scroll.variables0.js" FOR SCROLLER OPTIONS

// NUDGE SPACER

document.write('<img src="picts/spacer.gif" height="'+scrollspacing+'" width="10"><br>')

// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<span class="sidebartitle">')
document.write('<br>Custom Product Information & Specifications:')
document.write('<br></span><span class="sidebartext">')

document.write('If you need sample drawings or custom specifications for your project, Please check our ')
document.write('<a href="quotes.htm" class="sidelink"> custom product request form.</a><br>')
document.write('</span><br><br>')

}

// END SIDEBAR AREA PARAGRAPH 1

// SCROLLER CODE

   if (showscroller == "yes") {

document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')

Tscroll_init (0)

document.write('</td></tr></table>')
document.write('<br><br>')

}

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
document.write('<a href="index.html"><IMG SRC="picts/sidebar.jpg" border="0" width="150"></a><br>')
document.write('</td></tr></table>')
document.write('<br><br>')

}

// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<span class="sidebartitle">')
document.write('MADE IN THE USA')
document.write('<br></span><span class="sidebartext">')
document.write('<br><img src="images/MadeInUSALogo.jpg" width="97" height="92" align="center"><br><br>')
document.write('<font color="#FFFFFF" size="2" face="Arial, Helvetica, sans-serif">EPD proudly uses AMERICAN MADE steel and components whenever possible in our door products.</font><br>')
document.write('</span><br><br>')
document.write('<span class="sidebartitle">')

}

// END SIDEBAR AREA PARAGRAPH 2

// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<span class="sidebartitle">')
document.write('<center>EPD\'s Proud History Video</center>')
document.write('</span><span class="sidebartext">')
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="142" height="138" id="Flash8v4" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="flash/Flash8v4.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="flash/Flash8v4.swf" quality="high" bgcolor="#ffffff" width="142" height="138" name="Flash8v4" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>')
document.write('<br><br><font color="#FFFFFF" size="2" face="Arial, Helvetica, sans-serif">EPD doors have stood the test of time for over 80 years and new products are constantly being developed to meet our customers\' needs.</font><br>')
document.write('</span><br><br>')

}

// END SIDEBAR AREA PARAGRAPH 2

// EDIT THE "scroll.variables0.js" FOR SCROLLER OPTIONS

// SEARCH FORM

   if (showsearch == "yes") {

document.write('<div id="search" style="'+searchLR+': '+searchX+'px; POSITION: absolute; TOP: '+searchy+'px; width: auto; z-index: 1;">')
document.write('<TABLE cellpadding="0" cellspacing="3" border="0" width="'+searchwidth+'"><tr><td colspan="2" class="sidebartext">')
document.write(''+searchtext+'<br>')
document.write('</td></tr><tr><td align="left">')
document.write('<form action="http://www.google.com/search" name="f" target="_blank" style="margin: 0px">')
document.write('<input type="hidden" name="any selected">')
document.write('<input size="15" name="q" value="" class="searchform">&nbsp;<input type=submit value="Go!" name="btnG" class="searchbutton"><br>')
document.write('</form>')
document.write('</td></tr></table>')
document.write('</div>')

}

// START DATE SCRIPT

   if (showdate == "yes") {

document.write('<div id="date-location">');

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(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

}

//  End -->
