// JavaScript Document
if(ess) {
}else{
	var ess={};
}

ess.showCustomPopUp = function(thisUrl,thisName,theseParams)
{
	remote = open(thisUrl, thisName, theseParams);
}

function showCustomPopUp(thisUrl,thisName,theseParams) {
    ess.showCustomPopUp(thisUrl,thisName,theseParams);
}
