function itemlist(argurl,argcon)
{    
    document.getElementById("TitName").innerHTML = argcon;
    out.document.location.href=argurl;     
}