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