function naviUrl(path)
{
/*code for sole 3415*/
var p=path;

window.location.replace(p);
}