// write Investment Management
if(page=='home') {
openMenu('Investment Management');
} else {
closeMenu('Investment Management','home');
}
document.write('<img src="'+imgPath+'clear.gif" width=1 height=8 alt="" border="0"><br>');

// write US Liquidity Home
if(page=='msil') {
openMenu('US Liquidity');
} else {
closeMenu('US Liquidity','msil');
}
document.write('<img src="'+imgPath+'clear.gif" width=1 height=8 alt="" border="0"><br>');

// write Products
if(page=='prod') {
openMenu('Products');
} else {
closeMenu('Products','prod');
}

document.write('<img src="'+imgPath+'clear.gif" width=1 height=8 alt="" border="0"><br>');

// write Publications
if(page=='publications') {
openMenu('Publications');
} else {
closeMenu('Publications','publications');
}
document.write('<img src="'+imgPath+'clear.gif" width=1 height=8 alt="" border="0"><br>');

// write Contact Us
if(page=='contactus') {
openMenu('Contact Us');
} else {
closeMenu('Contact Us','contactus');
}

document.write('<img src="'+imgPath+'clear.gif" width=1 height=8 alt="" border="0"><br>');
	
// write Legal
if(page=='legal') {
openMenu('Legal');
} else {
closeMenu('Legal','legal');
}

document.write('<img src="'+imgPath+'clear.gif" width=1 height=8 alt="" border="0"><br>');

document.write('<img src="'+imgPath+'clear.gif" width=1 height=8 alt="" border="0"><br>');
