<!-- 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('<a class="sb_ul" href="http://www.slidescanning.com/christmas.htm"> Christmas Gift Ideas</a> <br><br>')

document.write('<br>Now is the perfect time to take advantage of our Holiday 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('<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/order/gift-cards.htm">Gift Cards</a><br><br>')

document.write('<a class="sb_ul" href="http://www.slidescanning.com/coupons/no-rush-coupon.html">No Rush Coupon</a><br><br>')

document.write('<a class="sb_ul" href="http://www.slidescanning.com/christmas-promise.htm">Christmas Promise</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('Turnaround:<br>')

document.write('<br></span><span class="sidebartext">')
document.write('<a class="sb_ul" href="http://www.slidescanning.com/christmas-promise.htm">Christmas Promise</a><br><br>')
document.write('<br></span><span class="sidebartext">')

document.write('Our current average processing times are:<br><br>')
document.write('<u>35mm Slide Scanning</u><br><br>')

document.write('1-99: 1 week<br>')
document.write('100-499: 1-2 weeks<br>')
document.write('500-999: 2-3 weeks<br>')
document.write('1000-1499: 3-4 weeks<br>')
document.write('1500-3000: 4-5 weeks<br>')
document.write('Please call or email us<br>for times on orders<br>over 3000 slides<br><br>')

document.write('<u>35mm Negative Scanning</u><br><br>')

document.write('1-99: 2 weeks<br>')
document.write('100-499: 2-3 weeks<br>')
document.write('500-999: 3-4 weeks<br>')
document.write('1000-1499: 4-5 weeks<br>')
document.write('1500-3000: 5-6 weeks<br>')
document.write('Please call or email us<br>for times on orders<br>over 3000 negatives<br><br>')

document.write('<u>Med. & Lrg Format Scanning</u><br><br>')

document.write('1-99: 3 weeks<br>')
document.write('100-499: 4-5 weeks<br>')
document.write('500-999: 5-7 weeks<br>')
document.write('1000-1499: 7-9 weeks<br>')
document.write('1500-3000: 9-12 weeks<br>')
document.write('Please call or email us<br>for times on orders<br>over 3000<br><br>')


document.write('<u>Photo Scanning</u><br><br>')

document.write('1-99: 2 weeks<br>')
document.write('100-499: 3-4 weeks<br>')
document.write('500-999: 4-5 weeks<br>')
document.write('1000-1499: 5-6 weeks<br>')
document.write('1500-2500: 6-7 weeks<br>')
document.write('Please call or email us<br>for times on orders<br>over 2500 photos<br><br>')


document.write('<u>VHS Tape & Movie Film</u><br><br>')


document.write('VHS/Hi8 transfer: 2 weeks.<br>')
document.write('Movie Film: 2-3 weeks<br>')

document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 2






