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