function reDirection(URL) {
window.location = URL;
}

function goBack()
{
history.back();
}


