function wrap_normal (text) { 
 return '<img src="/images/tr.gif" width="8" height="1"><span style="font-family: Verdana;	font-size: 8pt;	font-weight: bold;	COLOR: #FF0000;	text-decoration: none;">' + text + '</span>'; 
} 
function wrap_hover (text) { 
 return '<img src="/images/tr.gif" width="8" height="1"><span style="font-family: Verdana;	font-size: 8pt;	font-weight: bold;	COLOR: #FF0000;	text-decoration: none;">' + text + '</span>'; 
} 
function wrap_down (text) { 
 return '<img src="/images/tr.gif" width="8" height="1"><span style="font-family: Verdana;	font-size: 8pt;	font-weight: bold;	COLOR: #FF0000;	text-decoration: none;">' + text + '</span>'; 
} 
function wrap_normal_p (text) { 
 return '<img src="/images/tr.gif" width="8" height="1"><span style="font-family: Verdana;	font-size: 8pt;	font-weight: bold;	COLOR: #FF0000;	text-decoration: none;">' + text + ' »</span>'; 
} 
function wrap_hover_p (text) { 
 return '<img src="/images/tr.gif" width="8" height="1"><span style="font-family: Verdana;	font-size: 8pt;	font-weight: bold;	COLOR: #FF0000;	text-decoration: none;">' + text + ' »</span>'; 
} 
function wrap_down_p (text) { 
 return '<img src="/images/tr.gif" width="8" height="1"><span style="font-family: Verdana;	font-size: 8pt;	font-weight: bold;	COLOR: #FF0000;	text-decoration: none;">' + text + ' »</span>'; 
}