<!-- 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 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		//  SHOW A SIDEBAR IMAGE
var showscroller	= "yes"		//  SHOW A SIDEBAR IMAGE

var bordercolor		= "9291AA"	// SCROLLER AND IMAGE BORDER COLOR



// EDIT THE "scroll.variables0.js" FOR SCROLLER OPTIONS




// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<span class="sidebartitle">')

document.write('Information Area:')

document.write('<br></span><span class="sidebartext">')

document.write('You can use this area to add bits of information or links to other sites or for small pictures no wider than 150 pixels.<br>')

document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 1


// SMALL PICTURE AREA
   if (showimage == "yes") {

document.write('<br><TABLE cellpadding="0" cellspacing="0" border="0" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
document.write('<a href="index.html">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<IMG SRC="picts/logo2.jpg" border="0" height="100" width="100"></a><br>')
document.write('</td></tr></table>')
document.write('<br><br>')
}





// 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>')

}







// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

//document.write('<span class="sidebartitle">')
//document.write('Contact us:')
//document.write('<br></span><span class="sidebartext">')
//document.write('<a href="contact.htm" class="biglink">Contact us for more info</a><br>')
//document.write('</span><br><br>')

document.write('<center>')
document.write('<TABLE BORDER=0 cellpadding=0 cellspacing=0 width="80%"><TR><TD>')


document.write('<span class="sidebartext">')
document.write('ITABHI Corporation<br>');
document.write('<span class="sidebartext2">')
document.write('11609 Stonewall Jackson Dr.<br>');
document.write('Spotsylvania, VA 22551-4668 <br>');
document.write('(540) 972-8150<br>');
document.write('</span>')

document.write('<span class="sidebartext2">')
document.write('<BR>E-mail: ');
document.write(' <A HREF="mailto:CustomerRelations@ITABHI.com" class="style1">CustomerRelations@ITABHI.com</a><br>');
document.write('</span><br><br>')

document.write('</td></tr></table>')
document.write('</center>')


}
// END SIDEBAR AREA PARAGRAPH 2







