function ClickOnItem( indexItem ) 
{ 
window.location.href=indexItem;  
}

