
function sendParent(x) {
winName=window.name;
parentName=opener.location.href=x;
opener.focus();
self.close();
}
