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

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