function kidPop(){
  	var w = screen.width;
	var h = screen.height - 60;
  	popUpWin = window.open('index0488.html?c=kids.kids_index', '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();
}

