function popWindow (what, title, attr)
{
	window.open(what, title, attr);
}

function changeParent (url)
{
	opener.window.location = url;
}