. */
var dom = (document.getElementById) ? true : false;
var ns5 = ((navigator.userAgent.indexOf("Gecko")>-1) && dom) ? true: false;
var ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false;
var ns4 = (document.layers && !dom) ? true : false;
var ie4 = (document.all && !dom) ? true : false;
var nodyn = (!ns5 && !ns4 && !ie4 && !ie5) ? true : false;
// resize fix for ns4
var origWidth, origHeight;
if (ns4) {
origWidth = window.innerWidth; origHeight = window.innerHeight;
window.onresize = function() { if (window.innerWidth != origWidth || window.innerHeight != origHeight) history.go(0); }
}
// avoid error of passing event object in older browsers
if (nodyn) { event = "nope" }
/////////////////////// CUSTOMIZE HERE ////////////////////
// settings for tooltip
// Do you want tip to move when mouse moves over link?
var tipFollowMouse= true;
// Be sure to set tipWidth wide enough for widest image
var tipWidth= 160;
var offX= 0; // how far from mouse to show tip
var offY= 0;
var tipFontFamily= "Verdana, arial, helvetica, sans-serif";
var tipFontSize= "8pt";
// set default text color and background color for tooltip here
// individual tooltips can have their own (set in messages arrays)
// but don't have to
var tipFontColor= "#000000";
var tipBgColor= "#DDECFF";
var tipBorderColor= "#000080";
var tipBorderWidth= 3;
var tipBorderStyle= "ridge";
var tipPadding= 4;
// tooltip content goes here (image, description, optional bgColor, optional textcolor)
var messages = new Array();
// multi-dimensional arrays containing:
// image and text for tooltip
// optional: bgColor and color to be sent to tooltip
messages[0] = new Array('../images/inter/INTER5504400s.jpg','Axxess Standard LCD Phone Part Number INTER5504400',"#FFFFFF");
messages[1] = new Array('../images/inter/INTER5504200S.jpg','Axxess 60 button DSS Part Number INTER5504200.',"#FFFFFF");
messages[2] = new Array('../images/inter/INTER8061045.gif','Axxess AC Power Supply Part Number INTER8061045 Included in Kit Part Number INTER5503014. NOT included with or needed for INTER5503018. ',"#FFFFFF");
messages[3] = new Array('../images/inter/INTER5504221.gif','Card included with Axxess 60 button DSS Part Number INTER5504200.',"#FFFFFF");
messages[4] = new Array('../images/inter/INTER8131632.gif','PCDPM Cable included in PCDPM Kit Part Number INTER5503018.',"#FFFFFF");
messages[5] = new Array('../images/inter/INTER8131567.gif','Cable included in PCDPM Kit Part Number INTER5503014.',"#FFFFFF");
messages[6] = new Array('../images/inter/INTER8131519.gif','Cable Part Number INTER8131519 included in PCDPM Kit Part Number INTER5503018.',"#FFFFFF");
messages[7] = new Array('../images/inter/INTER5503008.gif','Card included in PCDPM Kit Part Number INTER5503018.',"#FFFFFF");
//////////////////// END OF CUSTOMIZATION AREA ///////////////////
// preload images that are to appear in tooltip
// from arrays above
if (document.images) {
var theImgs = new Array();
for (var i=0; i
';
var endStr = '
';
////////////////////////////////////////////////////////////
// initTip - initialization for tooltip.
// Global variables for tooltip.
// Set styles for all but ns4.
// Set up mousemove capture if tipFollowMouse set true.
////////////////////////////////////////////////////////////
var tooltip, tipcss;
function initTip() {
if (nodyn) return;
tooltip = (ns4)? document.tipDiv.document: (ie4)? document.all['tipDiv']: (ie5||ns5)? document.getElementById('tipDiv'): null;
tipcss = (ns4)? document.tipDiv: tooltip.style;
if (ie4||ie5||ns5) { // ns4 would lose all this on rewrites
tipcss.width = tipWidth+"px";
tipcss.fontFamily = tipFontFamily;
tipcss.fontSize = tipFontSize;
tipcss.color = tipFontColor;
tipcss.backgroundColor = tipBgColor;
tipcss.borderColor = tipBorderColor;
tipcss.borderWidth = tipBorderWidth+"px";
tipcss.padding = tipPadding+"px";
tipcss.borderStyle = tipBorderStyle;
}
if (tooltip&&tipFollowMouse) {
if (ns4) document.captureEvents(Event.MOUSEMOVE);
document.onmousemove = trackMouse;
}
}
window.onload = initTip;
/////////////////////////////////////////////////
// doTooltip function
// Assembles content for tooltip and writes
// it to tipDiv
/////////////////////////////////////////////////
var t1,t2; // for setTimeouts
var tipOn = false; // check if over tooltip link
function doTooltip(evt,num) {
if (!tooltip) return;
if (t1) clearTimeout(t1); if (t2) clearTimeout(t2);
tipOn = true;
// set colors if included in messages array
if (messages[num][2]) var curBgColor = messages[num][2];
else curBgColor = tipBgColor;
if (messages[num][3]) var curFontColor = messages[num][3];
else curFontColor = tipFontColor;
if (ns4) {
var tip = '
Hover over the components and connectors of this Inter-Tel Axxess Phone
and DSS setup to see the part numbers. If you need to purchase any of
these parts, click on it.
The Axxess PCDPM Kit (Part number INTER5503018) contains:
INTER5503008 - PCDPM Card
INTER8131631 - Cable-PCDPM to RS-232
INTER8131632 - Cable-PCDPM to New Style Red/Green Keyset.
INTER8131519 - Cable-PCDPM to DSS
Power supply is pictured, but not needed or included in this kit.
Alternate Axxess PCDPM Kit (Part number INTER5503014) contains:
INTER5503004 - PCDPM Card
INTER8131567 - Cable-PCDPM Card to Old Style Keyset Phone
INTER8131565 - Cable-PCDPM to RS-232
INTER8131595 - Cable-PCDPM to DSS
INTER8131634 - Cable-PCDPM to New Style Keyset Phone
INTER8061045 - Transformer
# Instructions provided herein will not work on all configurations. Some features
may require additional hardware or specific software versions.
Please Note: If you need more information than is supplied here, we will be happy to assist you by telephone at800-564-8045 (speak with sales) for a nominal fee of $25 for 15 minutes. If we are unable to assist you, there will be no charge.
*You will also receive our periodic special offers, sent not more than
every month or so. You may unsubscribe at any time.
The registered trademarks of Executone, Isoetec,
Inter-Tel, Vodavi, premier, Toshiba, Norstar and Comdial are used
for the purpose of identification only. Main Resource, Inc is
not affiliated with/or endorsed by these manufacturers. All refurbished
items are fully covered by Main Resource's 1 year warranty. Authorized
sales of OEM products will be covered by the OEMs expressed warranty.