function getmainURL ()
{
var search = location.search;
var href = top.window.frames['caseFrame'].location.href;
//alert("hello" + href)
return href
}
function getmainTitle ()
{
var  title = top.window.frames['caseFrame'].document.title;
//alert("hello" + title)
return title;
}


function getmainFrame ()
{
return "caseFrame";
}
