var wS;
function lDHA(url)
{
	wS=window.open(url,'lDHA','height=288,width=288,left=220,top=120,resizable=no,scrollbars=no,toolbar=no,status=no');
	if (window.focus) {wS.focus()}
}
