/*
	This function places the bottle pointer next to the menu item
	
*/
function cMenuItem(jText, jItem){
	eval("document.getElementById(\""+ jItem +"\").innerHTML=\"<span style='float:left;'><img src='./images/bottle.png' alt='bottle'>&nbsp;&nbsp;" + jText + "</span>\"");
}