<!--

function popitup(url)
{
	newwindow=window.open(url,'Controlaccount','width=500,height=550,scrollbars=yes addressbar=no');
	if (window.focus) {newwindow.focus()}
}

function popupcontent(url)
{
	newwindow=window.open(url,'Controlaccount','width=580,height=650,scrollbars=yes addressbar=no');
	if (window.focus) {newwindow.focus()}
}
// --->
