function showFormDetail(strLocation)
{
    document.getElementById('clustDetail').style.display='block';
    document.getElementById('clustDetail').src=strLocation;
}
