function openWindow( url )
{
	this.open( url, "CtrlWindow", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes" );
	this.focus();
}
