// JavaScript Document
//var _gRootPath = "http://www.imtindia.com/clients/dhfl_uk/";
//var _gRootPath = "http://localhost/vks2008/";
var _gRootPath = "//Sunshine/website/Client/TaraSpan-WCCS-WCT/website";

function popup(strPath){
//alert(strPath);
NewWindow=window.open(strPath,'newWin','toolbar=No,location=No,scrollbars=yes,status=no,resizable=no,fullscreen=no,width=850,height=600');
//return false;
}

function AssignURL()
{
	var hdnURL = document.getElementById("hdnURL");
	hdnURL.value = document.location.href;
	if(hdnURL.value != "")
		return true;
}