<!-- 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 showimage		= "no"		//  SHOW A SIDEBAR IMAGE
var showscroller	= "no"		//  SHOW A SIDEBAR IMAGE

var bordercolor		= "A2B7B5"	// 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('<br><br>Promotions<br>')

document.write('<br></span><span class="sidebartext">')

document.write('<br>Now is the perfect time to take advantage of our Sale prices and give your family a gift that will be cherished for years and years.  Our clients tell us that our DVD Video SlideShows brings tears to their eyes and actually brings the generations closer together as they watch their family\'s history unfold on their TV screen.  Memories that were all but forgotten -- suddenly jump out on screen in vivid color as if they were taken just a few days ago.  Relive your family\'s vacations and special events by having those old slides and photos rejuvenated and brought to life on DVD.<br><br><br>')

document.write('<br></span><span class="sidebartext">')
document.write('<br></span><span class="sidebartext">')

document.write('<a class="sb_ul" href="http://www.slidescanning.com/pricing.htm">Pricing</a><br><br>')

document.write('<a class="sb_ul" href="http://www.slidescanning.com/promotions.htm">Promotions</a><br><br>')

document.write('<a class="sb_ul" href="http://www.slidescanning.com/order/gift-cards.htm">Gift Cards</a><br><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="http://www.slidescanning.com/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('What sets Larsen Digital apart:')

document.write('<br></span><span class="sidebartext">')

document.write('In a recent interview for a magazine article focused on the digital archiving of film, we were asked: \"Why are you so successful at what you do.\"<br><br> Our response: \"It\'s our customer service that sets us apart from the others.  Plus we have never lost sight of the fact that we are not simply scanning someone\'s slides -- we are preserving irreplaceable memories.\"<br>')

document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 2






