//script for open a pop up window for confidential callback
function openPopUpWindow(url,winName,features) {
  window.open(url,winName,features);
}

function exitiframe(self)
{
	if (self != top) top.location = self.location;
}
