var ols = 'Mikey Home'; //onlive service name
var left_coord = 8; //div left

if (ns6)  {
    left_start = parseInt(document.getElementById("NAVSPAN").style.left) + 2;
    top_coord = parseInt(document.getElementById("NAVSPAN").style.top) + 2;
    SG = '';
    CBBeginLayer = '<DIV';
    CBTop = 'STYLE="position\: absolute\; top\: ';
    CBLeft = '\; left\: ';
    CBEndLayer = '>';
    CBCloseLayer = '</DIV>';
    CBBeginSubMenuLayer = CBBeginLayer;
    CBEndSubMenuLayer = CBEndLayer;
    CBBeginSubILayer = CBBeginLayer;
    CBEndSubILayer = CBCloseLayer;
    CBCloseTable = '';
    eF = CBBeginSubILayer;
}

if (ns && !ns6) {

    left_start = parseInt(document.NAVSPAN.left) + 2;
    top_coord = parseInt(document.NAVSPAN.top) + 2;
    SG = '';
    CBBeginLayer = '<LAYER';
    CBTop = 'TOP=';
    CBLeft = ' LEFT=';
    CBEndLayer = '>';
    CBCloseLayer = '</LAYER>';
    CBBeginSubMenuLayer = CBBeginLayer;
    CBEndSubMenuLayer = CBEndLayer;
    CBBeginSubILayer = CBBeginLayer;
    CBEndSubILayer = CBCloseLayer;
    CBCloseTable = '';
    eF = CBBeginSubILayer;
}

if (ie) {
    left_start = parseInt(NAVSPAN.style.left) + 4;
    top_coord = parseInt(NAVSPAN.style.top) + 9;
    SG = '<tr><td width=1><img src="' + myBase + 'images/spacer.gif" height=2 width=1></td><td width=112><img src="' + myBase + 'images/spacer.gif" height=2 width=112></td><td width=1><img src="' + myBase + 'images/spacer.gif" height=2 width=1></td><td width=112><img src="' + myBase + 'images/spacer.gif" height=2 width=112></td></tr>';
    CBMouseOver = ' onmouseover="si_rovr()\;" onmouseout="si_rout()\;"';
    CBBeginLayer = '<TABLE CELLSPACING=0 CELLPADDING=0';
    CBTop = 'STYLE="position\: absolute\; top\: ';
    CBLeft = '\; left\: ';
    CBEndLayer = '\; z-index\: 2"><TR><TD>';
    CBCloseLayer = '</TD></TR></TABLE>';
    CBBeginSubMenuLayer = '<TABLE CELLSPACING=0 CELLPADDING=0 ';
    CBEndSubMenuLayer = CBEndLayer + '<TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 STYLE="z-index\: 1">';
    CBBlankRow = '<TR><TD WIDTH=226 COLSPAN=5' + CBMouseOver + '><img src="' + myBase + 'images/spacer.gif" height=1 width=226></TD></TR>';
    CBBeginSubILayer = CBBlankRow + '<TR><TD WIDTH=1' + CBMouseOver + '></TD><TD ';
    CBEndSubILayer = '</TD>';
    CBCloseTable = '</TABLE>';
    eF = '<TD WIDTH=1' + CBMouseOver + '></TD><TD ';
}

