﻿function navigate(value)
{
    //alert(value);
	window.location.href = value;
}

