// JavaScript Document
var _gRootPath = "http://www.dhfl.com/";
//var _gRootPath = "http://Sunshine:8085/website/Client/DHFL_2008/website-new/";
//var _gRootPath = "file://///Sunshine/website/Client/DHFL_2008/website-new/";

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;
}