|
|
| About site: Toys and Games/Educational - Learning Resources, Inc. |
Return to Shopping |
| About site: http://www.learningresources.com |
Title: Toys and Games/Educational - Learning Resources, Inc. Focus on science, math, phonics, and early childhood. |
|
|
|
|
Learning_With_Toys Includes puzzles, blocks, skill boards, music, and creative play.
| Leisure_Learning Large assortment of games and toys developed for the mind. Australian store delivers worldwide.
| Mathartfun_com Books, puzzles, posters and art gallery related to tessellations, polyhedra, fractals, anamorphic art, and M. C. Escher. Arizona, USA. Also order toll-free.
| Mindfulgroup Offering products that include activities to teach anatomy and geography, construction sets, and drawing dictionaries.
| MindfulToys_com Offering an assortment of toys and projects to promote creative and artistic development.
| Mindware_Online Learning products and services that stimulate and entertain for use in the classroom or at home.
|
|
| Alexa statistic for http://www.learningresources.com |
Please visit: http://www.learningresources.com
|
| Related sites for http://www.learningresources.com |
| Moon\'s_Play_&_Learn Infant, construction, kites, puzzles and science. | | Museum_Tour Books, construction, crafts, history, natures, puzzles and games. For children of all ages, and adults. | | NetStarToys Pre-school and educational toys for children ages 3 and older. | | Once_Upon_A_Time_Toys Unique and hard to find toys from around the world that help children learn through play. | | Our_Children_Enterprises_Online Offering an assortment of games, furniture, art materials, and books. | | Palmetto_Cat_Designs Hand crafted games and puzzles, hand puppets and playroom furniture. | | PlayFair_Toys Includes Lincoln Logs, hand puppets, and art supplies. | | Playnix_Toys Games, puzzles, trains, science and nature, arts and crafts, and construction. | | Puzzles,_Toys_and_More Puzzles, toys, games and novelty items that provide enjoyment, test your abilities, stimulate your intelligence and, just by chance, teach new skills. | | Reading_2000 Interactive reading games and books which teach reading to preschoolers and mid-level students focusing on phonics and phonemic awareness. | | Rocket_Phonics_Reading_Game Offering a reading game. Includes news and information regarding reading and home schooling. | | Rustoys Offering an assortment of developmental toys from Moscow. Delivery offered worldwide. | | Saddy_&_Gladdy Book and doll set designed to teach children how to turn negative situations into positive experiences. | | Scholar\'s_Choice Toys and supplies, with separate areas for parents and teachers. | | Science_and_Nature_Co_ Toys, games and activity products. | | Seibun_Intl_ Includes science toys and kits. | | Spanish_Toys Spanish language toys, videos and software. | | Spilsbury Puzzles and games designed to teach patience and develop creativity. | | Taps_Online From Lamaze infant toys to Girl Scouts to science project information. Virginia, USA. | | Teachers_Center Includes assortment of toys and games. Michigan, USA. Toll-free ordering also available. | | Terrific_Toys Developmental, creativity and science toys. Delaware, USA. Also accepts toll-free orders. | | Thinkbutton Educational children's toys, books, crafts, games and kits that focus on environmental awareness, creative expression and social understanding. | | Thinker_Toys Offering games and puzzles, construction, science, arts and crafts, and Thomas the Tank Engine. | | Thinktank_Toys Sells toys including space exploration, living habitats and electronic learning labs. Products include games such as Lord of the Rings chess. | | Tookies_Toys Featuring Brio, Playmobil, Thomas, Kettler, Nilo, Lamaze, Manhattan, wooden, and arts and crafts. | | The_Toy_Palace Includes puzzles, science, imaginative play, furniture, and waiting room toys. | | Toy_Safari Specializing in Playmobil and Brio. Includes science and Calico Critters. | | ToyMagnets_com Magnetic toys and games including Geomag, Levitron, Frigits, and Fractiles. | | Toys_To_Grow_On Toys, games, arts and crafts. | | Toys4Minds Toys, games, and other educational products for children from ages infant to eight years old. | | Wacky_Water_Works Water construction toy for the bath, beach, and backyard. For children ages 3 and up. | | White_Box_Games Puzzle games and expansion sets for an assortment of ages. | | Windmill Provides brand name toys and equipment to child-care workers, kindergarten teachers and the general public. Product list and store locations provided along with contact details. | | WonderBrains_LLC Puppets, musical instruments, dolls, games, and Magnetic Poetry. | | You_Name_It_Toys Offering handcrafted wood puzzles for developing minds. | | Aim_High Electronic pocket translator in over 30 languages. | | BBK_USA Offers electronic pocket talking dictionaries and translators for Chinese, English languages, as well as specialty dictionaries | | Bgtv_com Talking translators, electronic dictionaries. English, Arabic, Russian, French, Italian, and Spanish. | | Conceptual_Art,_Inc_ Maker and exclusive dealer of a talking English/Armenian/Russian electronic dictionary. Also carries talking dictionaries and organizers in more than a dozen other languages. Shipping within the U.S. | | Ectaco Offers electronic pocket multilingual talking dictionaries and a range of electronic dictionaries. |
|
This is shops2006.com cache of m/ as retrieved on 2008.07.06 shops2006.com's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
// Disable edit cell tab. parent.editCell.className = "tab-button-dis";function saveForm() { location.replace("/admin/displayeditcell.do?action=save");} function editCell(ruleID, itemID, slotID, itemType) { parent.editDisplay.className = "tab-button"; if(typeof(parent.displayRules)!="undefined") { parent.displayRules.className = "tab-button"; } parent.editCell.className = "tab-button-on"; location.replace("/admin/displayeditcell.do?action=init&itemID=" + itemID + "&ruleID=" + ruleID + "&slotID="+ slotID + "&itemType=" + itemType );// parent.parent.frames('toolbarbottom').altButtons.style.display= "inline"; } function clickIt() { if(window.event.srcElement.id != "good") { window.event.returnValue = false; } }
Educational toys and hands-on learning materials for classrooms
function createRequestObject() {
var ro;
var browser = navigator.appName;
if(browser == "Microsoft Internet Explorer"){
ro = new ActiveXObject("Microsoft.XMLHTTP");
}else{
ro = new XMLHttpRequest();
}
return ro;
}
var http = createRequestObject();
// Javascript functions to toggle Spanish/English language
function togglespen(queryString) {
var refloc = location.href;
http.open('get', '/nav/Langswitch.do?'+queryString);
http.onreadystatechange = handleResponseDpl;
http.send(null);
//window.location.reload();
//location.href;
//flush();
window.location.reload(true);
window.location.reload(true);
}
function handleResponseDpl() {
}
function checkKeyword(keyword, defaultText) {
var minKeywordLength = 0;
var maxKeywordLength = 0;
minKeywordLength += 3;
maxKeywordLength += 30;
var errMsg = '';
//alert("minKeywordLength " + minKeywordLength);
var searchTerms = '';
searchTerms = keyword.value;
//alert("searchTerms.length " + searchTerms.length);
var noSearchTerm = 'Please enter a keyword or item number';
var shortSearchTerm = 'Your keyword or item number must be at least 3 characters long';
if (searchTerms == defaultText) {
alert(noSearchTerm);
return false;
}
if (searchTerms == '') {
alert(noSearchTerm);
return false;
} else if ( searchTerms.length < minKeywordLength ) {
alert(shortSearchTerm);
return false;
} else {
return true;
}
}
_uacct="UA-295543-1";
urchinTracker();

[ items, $0.00 ]
var aCatImgs = new Array();
aCatImgs[aCatImgs.length] = "/images/en_US/global/globalnav/parents_off.gif";
aCatImgs[aCatImgs.length] = "/images/en_US/global/globalnav/parents_on.gif";
aCatImgs[aCatImgs.length] = "/images/en_US/global/globalnav/teachers_off.gif";
aCatImgs[aCatImgs.length] = "/images/en_US/global/globalnav/teachers_on.gif";
preload(aCatImgs);
var exCatImgs = new Array();
exCatImgs[exCatImgs.length] = "/images/en_US/global/globalnav/par_subject_off.gif";
exCatImgs[exCatImgs.length] = "/images/en_US/global/globalnav/par_subject_on.gif";
exCatImgs[exCatImgs.length] = "/images/en_US/global/globalnav/par_category_off.gif";
exCatImgs[exCatImgs.length] = "/images/en_US/global/globalnav/par_category_on.gif";
exCatImgs[exCatImgs.length] = "/images/en_US/global/globalnav/par_theme_off.gif";
exCatImgs[exCatImgs.length] = "/images/en_US/global/globalnav/par_theme_on.gif";
exCatImgs[exCatImgs.length] = "/images/en_US/global/globalnav/par_brand_off.gif";
exCatImgs[exCatImgs.length] = "/images/en_US/global/globalnav/par_brand_on.gif";
exCatImgs[exCatImgs.length] = "/images/en_US/global/globalnav/par_clearance_off.gif";
exCatImgs[exCatImgs.length] = "/images/en_US/global/globalnav/par_clearance_on.gif";
exCatImgs[exCatImgs.length] = "/images/en_US/global/globalnav/par_resourcecenter_off.gif";
exCatImgs[exCatImgs.length] = "/images/en_US/global/globalnav/par_resourcecenter_on.gif";
preload(exCatImgs);
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
******* PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE *******
*/
_menuCloseDelay=450 // The time delay for menus to remain visible on mouse out
_menuOpenDelay=80 // The time delay before menus open on mouse over
_subOffsetTop=0 // Sub menu top offset
_subOffsetLeft=-15 // Sub menu left offset
with(menuStyle=new mm_style()){
onclass="menuItemOn";
offclass="menuItemOff";
bordercolor="#21419a";
borderstyle="solid";
borderwidth=0;
}
with(menuStyle0=new mm_style()){
itemwidth="154";
onclass="menuItemOn";
offclass="menuItemOff";
onbgcolor="#21419A";
offbgcolor="#C9D3EB";
bordercolor="#21419A";
borderstyle="solid";
borderwidth="1";
separatorsize=1;
separatorcolor="#FFffff";
}
with(milonic=new menuname('Menu100122')){style=menuStyle0;aI('text=Early Learners & Preschool;showmenu=Menu100153;url=/category/parents/shop+by+subject/early+learners+-+preschool.do;');aI('text=Math;showmenu=Menu100123;url=/category/parents/shop+by+subject/math.do;');aI('text=Time & Money;showmenu=Menu100132;url=/category/parents/shop+by+subject/time+-+money.do;');aI('text=Language Arts;showmenu=Menu100138;url=/category/parents/shop+by+subject/language+arts.do;');aI('text=Science;showmenu=Menu100144;url=/category/parents/shop+by+subject/science.do;');aI('text=Social Studies;showmenu=Menu100152;url=/category/parents/shop+by+subject/social+studies.do;');aI('text=Spanish;showmenu=Menu100163;url=/category/parents/shop+by+subject/spanish.do;');aI('text=Special Needs;showmenu=Menu100167;url=/category/parents/shop+by+subject/special+needs.do;');}with(milonic=new menuname('Menu100187')){style=menuStyle0;aI('text=New Products;showmenu=Menu101619;url=/category/parents/shop+by+category/new+products.do;');aI('text=Active Learning;showmenu=Menu102231;url=/category/parents/shop+by+category/active+learning.do;');aI('text=Active Play;showmenu=Menu100220;url=/category/parents/shop+by+category/active+play.do;');aI('text=Activity Sets & Books;showmenu=Menu100210;url=/category/parents/shop+by+category/activity+sets+-+books.do;');aI('text=Construction;showmenu=Menu100197;url=/category/parents/shop+by+category/construction.do;');aI('text=Creative Play;showmenu=Menu102294;url=/category/parents/shop+by+category/creative+play.do;');aI('text=Discovery & Exploration;showmenu=Menu100221;url=/category/parents/shop+by+category/discovery+-+exploration.do;');aI('text=Early Skill Development;showmenu=Menu100229;url=/category/parents/shop+by+category/early+skill+development.do;');aI('text=Electronic Toys;showmenu=Menu100198;url=/category/parents/shop+by+category/electronic+toys.do;');aI('text=Games & Puzzles;showmenu=Menu100188;url=/category/parents/shop+by+category/games+-+puzzles.do;');aI('text=Imaginative & Role Play;showmenu=Menu100203;url=/category/parents/shop+by+category/imaginative+-+role+play.do;');aI('text=Replacement Parts;showmenu=Menu103401;url=/category/parents/shop+by+category/replacement+parts.do;');aI('text=Spanish;showmenu=Menu100199;url=/category/parents/shop+by+category/spanish.do;');aI('text=Special Needs;showmenu=Menu100239;url=/category/parents/shop+by+category/special+needs.do;');aI('text=Water & Sand Toys;showmenu=Menu102238;url=/category/parents/shop+by+category/water+-+sand+toys.do;');aI('text=Toys to Take With You;showmenu=Menu102061;url=/category/parents/shop+by+category/toys+to+take+with+you.do;');}with(milonic=new menuname('Menu100248')){style=menuStyle0;aI('text=Animals, Insects & Plants;showmenu=Menu100249;url=/category/parents/shop+by+theme/animals%2C+insects+-+plants.do;');aI('text=Weather & Space;showmenu=Menu100254;url=/category/parents/shop+by+theme/weather+-+space.do;');aI('text=Multicultural Diversity;showmenu=Menu100255;url=/category/parents/shop+by+theme/multicultural+diversity.do;');aI('text=Nutrition;showmenu=Menu100261;url=/category/parents/shop+by+theme/nutrition.do;');aI('text=Human Body;showmenu=Menu102922;url=/category/parents/shop+by+theme/human+body.do;');aI('text=Time & Money;showmenu=Menu100262;url=/category/parents/shop+by+theme/time+-+money.do;');aI('text=Letters & Numbers;showmenu=Menu100266;url=/category/parents/shop+by+theme/letters+-+numbers.do;');aI('text=Dinosaurs;showmenu=Menu102722;url=/category/parents/shop+by+theme/dinosaurs.do;');aI('text=Space;showmenu=Menu102723;url=/category/parents/shop+by+theme/space.do;');}with(milonic=new menuname('Menu100176')){style=menuStyle0;aI('text=Fold-Up Flash Cards;showmenu=Menu100186;url=/category/parents/shop+by+brand/fold-up+flash+cards.do;');aI('text=Gears!Gears!Gears!®;showmenu=Menu100181;url=/category/parents/shop+by+brand/gears%21gears%21gears%21--174-.do;');aI('text=Learning Resources® Gift Cards;showmenu=Menu101432;url=/category/parents/shop+by+brand/learning+resources-reg-+gift+cards.do;');aI('text=LR Interactive;showmenu=Menu100185;url=/category/parents/shop+by+brand/lr+interactive--153-.do;');aI('text=Pretend & Play®;showmenu=Menu100177;url=/category/parents/shop+by+brand/pretend+-+play--174-.do;');aI('text=Reading Rods®;showmenu=Menu100182;url=/category/parents/shop+by+brand/reading+rods--174-.do;');aI('text=Smart Play;showmenu=Menu100183;url=/category/parents/shop+by+brand/smart+play.do;');aI('text=Three Bear Family®;showmenu=Menu100184;url=/category/parents/shop+by+brand/three+bear+family--174-.do;');}with(milonic=new menuname('Menu100274')){style=menuStyle0;aI('text=Now 80% Off;showmenu=Menu103254;url=/category/parents/clearance/now+80-+off.do;');aI('text=Now 70% Off;showmenu=Menu103373;url=/category/parents/clearance/now+70-+off.do;');aI('text=Now 60% Off;showmenu=Menu103381;url=/category/parents/clearance/now+60-+off.do;');aI('text=Now 50% Off;showmenu=Menu103761;url=/category/parents/clearance/now+50-+off.do;');aI('text=Early Childhood;showmenu=Menu100275;url=/category/parents/clearance/early+childhood.do;');aI('text=Pretend & Play®;showmenu=Menu100282;url=/category/parents/clearance/pretend+-+play--174-.do;');aI('text=Gears!Gears!Gears!®;showmenu=Menu100277;url=/category/parents/clearance/gears%21gears%21gears%21--174-.do;');aI('text=Games & Puzzles;showmenu=Menu100276;url=/category/parents/clearance/games+-+puzzles.do;');aI('text=Language;showmenu=Menu100279;url=/category/parents/clearance/language.do;');aI('text=Math;showmenu=Menu100280;url=/category/parents/clearance/math.do;');aI('text=Measurement;showmenu=Menu100281;url=/category/parents/clearance/measurement.do;');aI('text=Science;showmenu=Menu100283;url=/category/parents/clearance/science.do;');}with(milonic=new menuname('Menu100702')){style=menuStyle0;aI('text=Learning At Home;showmenu=Menu104003;url=/category/parents/resource+center/learning+at+home.do;');aI('text=How to Use Your Educational Toy;showmenu=Menu104004;url=/category/parents/resource+center/how+to+use+your+educational+toy.do;');aI('text=Email Archives;showmenu=Menu100820;url=/category/parents/resource+center/email+archives.do;');}with(milonic=new menuname('Menu100285')){style=menuStyle0;aI('text=Early Childhood;showmenu=Menu100418;url=/category/teachers/shop+by+subject/early+childhood.do;');aI('text=Math;showmenu=Menu100286;url=/category/teachers/shop+by+subject/math.do;');aI('text=Language Arts;showmenu=Menu100344;url=/category/teachers/shop+by+subject/language+arts.do;');aI('text=ESL/ELL;showmenu=Menu100448;url=/category/teachers/shop+by+subject/esl-ell.do;');aI('text=Spanish;showmenu=Menu100464;url=/category/teachers/shop+by+subject/spanish.do;');aI('text=Science;showmenu=Menu100386;url=/category/teachers/shop+by+subject/science.do;');aI('text=Social Studies;showmenu=Menu100417;url=/category/teachers/shop+by+subject/social+studies.do;');}with(milonic=new menuname('Menu100518')){style=menuStyle0;aI('text=New Products;showmenu=Menu101630;url=/category/teachers/shop+by+category/new+products.do;');aI('text=Creative Play;showmenu=Menu102295;url=/category/teachers/shop+by+category/creative+play.do;');aI('text=Activity Kits;showmenu=Menu100536;url=/category/teachers/shop+by+category/activity+kits.do;');aI('text=Discovery & Exploration;showmenu=Menu100557;url=/category/teachers/shop+by+category/discovery+-+exploration.do;');aI('text=Early Skill Development;showmenu=Menu100568;url=/category/teachers/shop+by+category/early+skill+development.do;');aI('text=ESL/ELL;showmenu=Menu100580;url=/category/teachers/shop+by+category/esl-ell.do;');aI('text=Games & Puzzles;showmenu=Menu100519;url=/category/teachers/shop+by+category/games+-+puzzles.do;');aI('text=Imaginative & Role Play;showmenu=Menu100529;url=/category/teachers/shop+by+category/imaginative+-+role+play.do;');aI('text=Manipulatives;showmenu=Menu100633;url=/category/teachers/shop+by+category/manipulatives.do;');aI('text=Publications;showmenu=Menu100546;url=/category/teachers/shop+by+category/publications.do;');aI('text=Replacement Parts;showmenu=Menu103402;url=/category/teachers/shop+by+category/replacement+parts.do;');aI('text=Spanish;showmenu=Menu100597;url=/category/teachers/shop+by+category/spanish.do;');aI('text=Special Needs;showmenu=Menu100624;url=/category/teachers/shop+by+category/special+needs.do;');aI('text=Teacher Resources;showmenu=Menu100613;url=/category/teachers/shop+by+category/teacher+resources.do;');}with(milonic=new menuname('Menu100649')){style=menuStyle0;aI('text=Animals;showmenu=Menu100650;url=/category/teachers/shop+by+theme/animals.do;');aI('text=Insects;showmenu=Menu100657;url=/category/teachers/shop+by+theme/insects.do;');aI('text=Plants;showmenu=Menu100658;url=/category/teachers/shop+by+theme/plants.do;');aI('text=Nutrition, Health & Safety;showmenu=Menu100668;url=/category/teachers/shop+by+theme/nutrition%2C+health+-+safety.do;');aI('text=Human Body;showmenu=Menu100659;url=/category/teachers/shop+by+theme/human+body.do;');aI('text=Food;showmenu=Menu100669;url=/category/teachers/shop+by+theme/food.do;');aI('text=Multicultural Diversity;showmenu=Menu100662;url=/category/teachers/shop+by+theme/multicultural+diversity.do;');aI('text=Shopping;showmenu=Menu100672;url=/category/teachers/shop+by+theme/shopping.do;');aI('text=Solar System;showmenu=Menu100660;url=/category/teachers/shop+by+theme/solar+system.do;');aI('text=Transportation;showmenu=Menu100676;url=/category/teachers/shop+by+theme/transportation.do;');aI('text=Weather;showmenu=Menu100661;url=/category/teachers/shop+by+theme/weather.do;');}with(milonic=new menuname('Menu100480')){style=menuStyle0;aI('text=Flip Over Math™;showmenu=Menu102841;url=/category/teachers/shop+by+brand/flip+over+math-.do;');aI('text=Cuisenaire® Rods;showmenu=Menu100514;url=/category/teachers/shop+by+brand/cuisenaire--174-+rods.do;');aI('text=Flip4Science™;showmenu=Menu101681;url=/category/teachers/shop+by+brand/flip4science-.do;');aI('text=Fold-Up Flash Cards;showmenu=Menu100513;url=/category/teachers/shop+by+brand/fold-up+flash+cards.do;');aI('text=Gears!Gears!Gears!®;showmenu=Menu100485;url=/category/teachers/shop+by+brand/gears%21gears%21gears%21--174-.do;');aI('text=Hands-On Standards;showmenu=Menu100517;url=/category/teachers/shop+by+brand/hands-on+standards.do;');aI('text=Math & Language Ad Libs;showmenu=Menu100512;url=/category/teachers/shop+by+brand/math+-+language+ad+libs.do;');aI('text=Math Rods®;showmenu=Menu100516;url=/category/teachers/shop+by+brand/math+rods--174-.do;');aI('text=Pretend & Play®;showmenu=Menu100481;url=/category/teachers/shop+by+brand/pretend+-+play--174-.do;');aI('text=Radius;showmenu=Menu100511;url=/category/teachers/shop+by+brand/radius--153-.do;');aI('text=Rainbow Fraction®;showmenu=Menu100515;url=/category/teachers/shop+by+brand/rainbow+fraction--174-.do;');aI('text=Reading Mentor®;showmenu=Menu100510;url=/category/teachers/shop+by+brand/reading+mentor--174-.do;');aI('text=Reading Rods®;showmenu=Menu100486;url=/category/teachers/shop+by+brand/reading+rods--174-.do;');aI('text=SAFE-T®;showmenu=Menu101031;url=/category/teachers/shop+by+brand/safe-t--174-.do;');aI('text=Smart Snacks®/Splash®/Safari®;showmenu=Menu100508;url=/category/teachers/shop+by+brand/smart+snacks--174--splash--174--safari--174-.do;');aI('text=Three Bear Family®;showmenu=Menu100509;url=/category/teachers/shop+by+brand/three+bear+family--174-.do;');}with(milonic=new menuname('Menu100677')){style=menuStyle0;aI('text=Now 80% Off;showmenu=Menu103253;url=/category/teachers/clearance/now+80-+off.do;');aI('text=Now 70% Off;showmenu=Menu103371;url=/category/teachers/clearance/now+70-+off.do;');aI('text=Now 60% Off;showmenu=Menu103372;url=/category/teachers/clearance/now+60-+off.do;');aI('text=Now 50% Off;showmenu=Menu103762;url=/category/teachers/clearance/now+50-+off.do;');aI('text=Early Childhood;showmenu=Menu100678;url=/category/teachers/clearance/early+childhood.do;');aI('text=Games & Puzzles;showmenu=Menu100679;url=/category/teachers/clearance/games+-+puzzles.do;');aI('text=Gears!Gears!Gears!®;showmenu=Menu100680;url=/category/teachers/clearance/gears%21gears%21gears%21--174-.do;');aI('text=Reading Rods®;showmenu=Menu100687;url=/category/teachers/clearance/reading+rods--174-.do;');aI('text=Language;showmenu=Menu100682;url=/category/teachers/clearance/language.do;');aI('text=Math;showmenu=Menu100683;url=/category/teachers/clearance/math.do;');aI('text=Measurement;showmenu=Menu100684;url=/category/teachers/clearance/measurement.do;');aI('text=Pretend & Play®;showmenu=Menu100685;url=/category/teachers/clearance/pretend+-+play--174-.do;');aI('text=Publications;showmenu=Menu100689;url=/category/teachers/clearance/publications.do;');aI('text=Spanish;showmenu=Menu103279;url=/category/teachers/clearance/spanish.do;');aI('text=Science;showmenu=Menu100686;url=/category/teachers/clearance/science.do;');aI('text=Teacher Resources;showmenu=Menu100688;url=/category/teachers/clearance/teacher+resources.do;');}with(milonic=new menuname('Menu100703')){style=menuStyle0;aI('text=For Your Classroom;showmenu=Menu104047;url=/category/teachers/resource+center/for+your+classroom.do;');aI('text=How to Use Your Learning Resources Products;showmenu=Menu100813;url=/category/teachers/resource+center/how+to+use+your+learning+resources+products.do;');aI('text=Correlations;showmenu=Menu101603;url=/category/teachers/resource+center/correlations.do;');aI('text=Articles, Research & Spanish Buying Guides;showmenu=Menu100812;url=/category/teachers/resource+center/articles%2C+research+-+spanish+buying+guides.do;');aI('text=Email Archives;showmenu=Menu100814;url=/category/teachers/resource+center/email+archives.do;');aI('text=Our Speakers;showmenu=Menu101852;url=/category/teachers/resource+center/our+speakers.do;');aI('text=Conferences;showmenu=Menu101844;url=/category/teachers/resource+center/conferences.do;');aI('text=About Our Authors;showmenu=Menu102021;url=/category/teachers/resource+center/about+our+authors.do;');aI('text=TimeTracker® Tags Sweepstakes;showmenu=Menu103311;url=/category/teachers/resource+center/timetracker-reg-+tags+sweepstakes.do;');}
drawMenus();
with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("image=/images/en_US/global/globalnav/par_subject_off.gif;overimage=/images/en_US/global/globalnav/par_subject_on.gif;url=/category/parents/shop+by+subject.do;showmenu=Menu100122;");
aI("image=/images/en_US/global/globalnav/par_category_off.gif;overimage=/images/en_US/global/globalnav/par_category_on.gif;url=/category/parents/shop+by+category.do;showmenu=Menu100187;");
aI("image=/images/en_US/global/globalnav/par_theme_off.gif;overimage=/images/en_US/global/globalnav/par_theme_on.gif;url=/category/parents/shop+by+theme.do;showmenu=Menu100248;");
aI("image=/images/en_US/global/globalnav/par_brand_off.gif;overimage=/images/en_US/global/globalnav/par_brand_on.gif;url=/category/parents/shop+by+brand.do;showmenu=Menu100176;");
aI("image=/images/en_US/global/globalnav/par_clearance_off.gif;overimage=/images/en_US/global/globalnav/par_clearance_on.gif;url=/category/parents/clearance.do;showmenu=Menu100274;");
aI("image=/images/en_US/global/globalnav/par_resourcecenter_off.gif;overimage=/images/en_US/global/globalnav/par_resourcecenter_on.gif;url=/category/parents/resource+center.do;showmenu=Menu100702;");
}
drawMenus();
Realistic models are great for early
science, themed lessons and imaginative
play.
Buy Jumbo Insects Now >>>
 
Due to the 4th of July holiday, any
order placed after 12:00pm on
July
1st will ship on July 7th. This includes Standard, Next-day and 2-day shipping options.
If you have any questions regarding your order please call 1-800-333-8281
or send an email via our Contact Us section
For a limited time only, save
an extra 30% off our already
reduced clearance prices.
Shop Clearance Products Now >>>
Celebrate the special children in your life with
engaging, hands-on activities. Shop Early Childhood Products Now >>>
You may have noticed that our prices
have changed since our current catalogs
were printed. Here's Why >>>
Learning Resources wants you to know
that the safety of our products is our
top priority. Read More >>>
Discover the largest collection of blackline
masters
and graphic organizers available!
Buy Blackline Master Encyclopedias Now >>>
 
Find Wish Registry
Store Locator
1-800-333-8281
Contact Us
|
Company Info
|
Press Center
Custom Product Inquiries
|
FAQ
|
Site Map
Privacy & Security
|
Terms of Use
|
©2008 Learning Resources
Learning Resources is a leading manufacturer of innovative, hands-on educational materials for classrooms worldwide and learning toys. For more than 20 years, Learning Resources has been a trusted source for teachers and parents for quality, award-winning educational products in math, science, language, language arts, reading, early childhood, measurement, Spanish, ELL and ESL teaching, time and money. Product brands include Reading Rods, Pretend & Play, Gears! Gears! Gears!, Power of Science, Three Bear Family and Cuisenaire Rods. Product types include games, puzzles, card games, bingo games, board games, floor mats, floor puzzles, wooden puzzles, classroom kits, electronics, books, reading manipulatives, math manipulatives, pocket charts, activity books, activity kits, science kits, creativity and fine motor skills.
function getId() {
return "Lrwebreportnew"
}
|
|
| |
Focus | on | science, | math, | phonics, | and | early | childhood. | |
http://www.learningresources.com
Learning Resources, Inc. 2008 July
dvd rental
dvd
Focus on science, math, phonics, and early childhood.
Rules
|
© 2005 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Free Advertising - Loans - 0 Credit Cards - Cell Phone Auction - Game Cheats
|