function onWindowClosing(path)
{
	posX = ( (screen.availWidth/2) - 240 );
	posY = ( (screen.availHeight/2) - 70 );
	window.open( path, 'tes','scrollbars=no,resizable=no,status=no,width=480,height=140,top=' + posY + ',left=' + posX);
}