<!-- Begin POP-UP SIZES AND OPTIONS CODE

//Preload Images
preload_image = new Image(143,100); 
preload_image.src="images/special_over.png"; 

// 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 	= "no"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "no"		// SHOW THE 3ND PARAGRAPH
var showimage		= "yes"		//  SHOW A SIDEBAR IMAGE
var showscroller	= "no"		//  SHOW A SIDEBAR IMAGE
var scrollspacing	= "20"		// NUDGE SIDEBAR DOWN

var showsearch		= "yes"		// SHOW THE SEARCH FORM
var searchLR		= "left"	// SEARCH FORM LEFT OR RIGHT
var searchX			= "10"		// SEARCH FORM X LOCATION
var searchy			= "210"		// SEARCH FORM Y LOCATION
var searchwidth		= "160"		// WIDTH OF THE SEARCH FORM
var searchtext		= "Web Search"	// 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 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<img src="images/asp_logo.jpg">')

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

}
// END SIDEBAR AREA PARAGRAPH 2


// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

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

document.write('Product Quotes:')

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

document.write('If you would like an on-line quote please check our ')

document.write('<a href="quotes.htm" class="sidelink">Product Quotes</a> page.<br>')

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

}
// END SIDEBAR AREA PARAGRAPH 1





// SPECIAL OFFERS

if (navigator.userAgent.indexOf('Safari') != -1)     
{
document.write('<br>')
}
else {

   if (showscroller == "yes") {

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="cleartable"><tr><td class="cleartable">')
document.write('<a href="specialoffers.htm"><img src="images/special_up.png" name="special" id="special" onMouseOver="document.special.src=\'images/special_over.png\';" onMouseOut="document.special.src=\'images/special_up.png\';" class="cleartable" /></a>')
document.write('</td></tr></table>')
document.write('<br><br>')

}
}

// SMALL PICTURE AREA
   if (showimage == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="cleartable"><tr><td class="cleartable">')
document.write('<a href="http://www.tandberg.com/our_story/environmental_responsibility/index.jsp" target="_blank"><IMG SRC="images/green.jpg" width="150"></a><br>')

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


// START SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

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

document.write('LifeSize Release 3 new products')

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

document.write('LifeSize Express, which delivers a high-definition, point-to-point video communications experience at a significantly lower price than most standard definition systems.<br>')
document.write('LifeSize Team MP now includes an embedded high-definition multipoint capability.<br>')
document.write('LifeSize Conference provides organisations, integrators and AV consultants the HD video infrastructure necessary to create custom telepresence suites. Accommodating multiple displays, up to three HD cameras, and integrating a wireless control panel.<br>')
document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 3




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




// SEARCH FORM
   if (showsearch == "yes") {
document.write('<span class="printhide">')
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>')
document.write('</span>')
}



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

