var pages=['childrens-furniture.html','childrens-bedding.html','decor.html','kids-lighting.html','baby-gear.html','wall-art-for-kids.html','toys.html','room-themes.html','designers.html','sale.html','bestsellers.html','weeklyspecial.html','personalized-kids-gifts.html','index.html'];
function go(pageIndex)
{
document.location=pages[pageIndex];
return true;
}
