
function moveto(val)
{
   window.location.href = val;
}