


function sub(page)
{
id=document.searchform.search.value;
if(id=='')
{
alert("Please Select Project !");
return false;
}
window.location.href="projects.aspx?Page="+page+"&LId="+id;
}
function download(path)
{
if(path=='')
{
alert("File Not Available !");
return false;
}
window.location.href="download.aspx?file="+path;
}
