function wrap_noright(text) { 
return('<div style="border : 1px solid #C0C0C0"><table cellpadding="0" cellspacing="0" width="100%"><tr><td style="padding: 3px; ' 
+ 'font-family: verdana, arial, san-serif; font-size: 13px">' + text + '</td></tr></table></div>'); 
}
function wrap_noborder(text) { 
return('<div style="border: none"><table cellpadding="0" cellspacing="0" width="100%"><tr><td style="padding: 4px; ' 
+ 'font-family: verdana, arial, san-serif; font-size: 13px">' + text + '</span></td></tr></table></div>'); 
}
function wrap_noborder_noright(text) { 
return('<div style="border : 1px solid #C0C0C0; border-right: none"><table cellpadding="0" cellspacing="0" width="100%"><tr><td style="padding: 3px; ' 
+ 'font-family: verdana, arial, san-serif; font-size: 13px">' + text + '</td></tr></table></div>'); 
}
function wrap_noborder_smallfont(text) { 
return('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td ' 
+ 'style="font-family: verdana, arial, san-serif; font-size: 13px">' + text + '</td></tr></table>'); 
}

var MENU_ITEMS = [
	[wrap_noborder(''), ['afg.php', '_top', null], [null,null,null],
		['Judith Cane\'s Biography', ['bio.php', '_top', null], [140,null,150]]],
			
];