function kidPop(whatUrl){
  	var w = screen.width;
	var h = screen.height - 115;
  	popUpWin = window.open(whatUrl, 'ESKIDS', 'toolbar=no,location=yes,directories=no,status=no,menubar=no,scrollbar=no,resizable=yes,copyhistory=yes,width=' + w + ',height=' +h +',top=,'+ 0 + ',left='+ 0);
	popUpWin.focus();
}
