var url;
function lc(id)
{
url=links[id];
setTimeout("document.location=url", 50);
return false;
}

