function nb_mouseover(img_name,img_src) {document[img_name].src=img_src;} function popwin(pageName,w,h) {popup=window.open(pageName,"Kaboose","width="+w+",height="+h+",resizeable=no");} function openPopup(sURL, sTitle, iWidth, iHeight) {var newWindow=window.open(sURL,sTitle,'toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width='+iWidth+',height='+iHeight);} function openGameWindow(gameURL) {var newWin=window.open(gameURL,"Funschool","width=760,height=520,toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes");} function openTellAFriendWindow(sURL,iWidth,iHeight) { var w=screen.availWidth,h=screen.availHeight; var leftPos=(w-iWidth)/2,topPos=(h-iHeight)/2; window.open(sURL,'tellAFriendWin','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+iWidth+',height='+iHeight+',left='+leftPos+',top='+topPos); } function searchFocus() { } function searchToggle(nIdx) { } function er_loaded() {er_parentLoaded=true;} window.onload=er_loaded; function openSignup() {var newWin=window.open('http://www.kidsdomain.com/cgi-bin/feedback/kabooseSignup.cgi?s=KidsDomain','Signup','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=620,height=590');} function openContactUs(subjectID, staticSubject) { var ref=location.href; ref=ref.substring(7, ref.length); params='?ref='+ref; if(typeof(subjectID)!='undefined') {params=params+'&sid='+subjectID;} if(typeof(staticSubject)!='undefined') {params=params+'&ss='+staticSubject;} var newWin=window.open('http://www.kaboose.com/contactUs/contactUs.php'+params,'ContactUs','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=997,height=675'); } function openFeedback(subjectID, staticSubject) {openContactUs(subjectID, staticSubject);} function openAvatarWindow() { w = screen.availWidth; h = screen.availHeight; var leftPos = (w - 550) / 2, topPos = (h - 550) / 2; window.open('http://boards.zeeks.com/userIcon.php','avatarWin','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=550,height=550,left=' + leftPos + ',top=' + topPos); }