
function reloadmain(url)
{
    location.href=url;
}

function reloadindex(url)
{
	location.href=url;
}