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