<!--

var theImages = new Array()

theImages[0] = '/lib/headsetzone/panelct121.jpg'
theImages[1] = '/lib/headsetzone/panelct122.jpg'
theImages[2] = '/lib/headsetzone/panelct123.jpg'

var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<img src="'+theImages[whichImage]+'" usemap=#ct12 border=0>');
document.write('<map name="ct12"><area shape="rect" coords="205,5,125,125" href="ct12.html" alt="Plantronics CT12 Cordless Headset Phone System"></map>');
}


var theIndexImage = new Array()

theIndexImage[0] = 'http://images.headsetzone.com/screenindeximage13.jpg'
theIndexImage[1] = 'http://images.headsetzone.com/screenindeximage14.jpg'
theIndexImage[2] = 'http://images.headsetzone.com/screenindeximage15.jpg'
theIndexImage[3] = 'http://images.headsetzone.com/screenindeximage16.jpg'
theIndexImage[4] = 'http://images.headsetzone.com/screenindeximage17.jpg'

var j = 0
var p = theIndexImage.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theIndexImage[i]
}
var whichIndexImage = Math.round(Math.random()*(p-1));
function showIndexImage(){
document.write('<img src="'+theIndexImage[whichIndexImage]+'" usemap=#waleg1 border=0>');
document.write('<map name="waleg1"><area shape="rect" coords="345,81,403,140" href="925.html" alt="Discovery 925"></map>');
}




function OpenWindow(url, width, height, options) {
     if (!width) width = 555; 
     if (!height) height = 400;
     if (!options) options = "left=180,top=100,scrollbars=yes,menubar=no,toolbar=no,location=no,status=no,resizable=no,left=3,top=102,screenX=102,screenY=3"; 
     
     var myPopupWindow = window.open( url, "popupWindow",
     "width=" + width + ",height=" + height + "," + options );
}

//-->


