var col_over="#5B7EDC";
var col_back="#003399";

// hWidth = 132;  // got 5 items
//hWidth = 109;  // now got 6 items
hWidth = 94;  // now got 7 items
// hWidth = 82;  // now got 8 items

var vPosition =81;
var hPosition =160;
var vOffset = 48;
var hHeight = 42;

var rootM = new ItemStyle(hWidth, 0, '', 0, 3, col_back, col_over,  'rootMText', 'rootMHover', 'rootMBorder', 'rootMBorder', null, null);


var subM = new ItemStyle(18, 0, '', 0, -2, col_over, col_back,  'subMText', 'subMHover', 'subMBorder', 'subMBorder', null, null);

var pMenu = new PopupMenu('pMenu');
with (pMenu)
{
startMenu('root', false, hPosition, vPosition, hHeight, rootM);
addItem('&nbsp;Home', 'index.php?pg=home', '');
addItem('&nbsp;About us', 'index.php?pg=about', '');
addItem('&nbsp;Our Clients','index.php?pg=clients', '');
addItem('&nbsp;Bursaries','mBursary','sm:', '');
addItem('&nbsp;Trust Funds', 'window.open("http://www.metf.co.za")', 'js:');
addItem('&nbsp;Application&nbsp; Forms','index.php?pg=forms', '');
//addItem('&nbsp;NSF Scarce&nbsp; Skills Bursary','index.php?pg=nsf', '');
addItem('&nbsp;NSF Scarce&nbsp; Skills','index.php?pg=nsf', '');
//addItem('&nbsp;MQA','index.php?pg=mqa', '');


startMenu('mBursary', true,0, vOffset , 160, subM);
addItem('&nbsp; University','index.php?pg=uni', '');
addItem('&nbsp; Universities of Technology','index.php?pg=tec', '');
addItem('&nbsp; Scholarship','index.php?pg=sch', '');
}