| Related sites for http://www.serengeticatalog.com/ |
| The_Wealth_of_Nations Men's and women's casual and dress clothing from around the world. | | Winnipeg_Outfitters Offers an extensive collection of clothing, outerwear, footwear and accessories. | | Yoox Designer fashion clothing and accessories for men and women. Searchable by article of clothing or designer's name. | | All_Holiday_Treasures Featuring lights and decorations for Halloween, Christmas and special occasions. | | Caufield\'s_Novelty Holiday decorations, seasonal merchandise, stage lighting, magic tricks, and gag gifts. | | Celebrate_Simply How to celebrate holidays meaningfully but simply. | | Christmas_Radiance Inflatable characters, holiday lights, and lighted decorations for any occasion. | | Frenzy_Art Sells clothing, hand painted glassware and gifts to celebrate the Hispanic festival of Dia de los Muertos (Day of the Dead). | | Gorget_Studios Designer of Easter, Halloween and Christmas larger-than-life figurines and decorations. | | Great_Occasions Holiday decorations and seasonal decor. | | Happy_Holidays Candy containers, toys, and ornaments by artist Len Bentham. | | Holiday_Lighting,_Inc_ Festive lights, displays, decorative trim products, and accessories for residential, commercial, corporate, shopping center, park, and municipal needs. | | Inflatable_Seasons Inflatable displays for all occasions. | | JS_Holiday_Creations Specializing in inflatables for Christmas, fourth of July, and birthdays. | | KKQ_Enterprises,_Inc_ Offers a holiday wrapping paper organizer. Includes product benefits and usage description. | | Langelier_Designs Handcrafted indoor/outdoor wooden display holiday lawn ornaments. | | Life\'s_A_Holiday Christmas ornaments and holiday figurines and charm bracelets. | | Magical_Holiday,_Inc_ Lights, ornaments, figurines, and other holiday collectibles. | | Matthews_Holiday-Haus Decorations, cards, and ornaments for all holidays and occasions. | | Punxsutawney_Souvenirs Punxsutawney Phil and Groundhog Day souvenirs and merchandise such as stuffed animals, clothing, kitchen accessories, collectibles, and stationery. | | Quinceanera-Boutique Offers a broad range of items for Quinceanera celebrations. | | Sheerlund_Products Wholesale supplier and manufacturer of Christmas trees and accessories, and Halloween novelties. | | SilverHawk,_Inc_ Holiday decorations, party favors, and party supplies. | | Tannenbaum_Holiday_Shop Collectibles, figurines, and ornaments for most major holidays. Also offers patriotic items. | | 50wishes Features items expressly selected for celebrating 50th birthdays. | | Yard_Inflatables Airblown inflatable Christmas, Halloween, and holiday decorations for indoor and outdoor use. | | Amazon_com__Auctions Organized by category with search available. Also lists some items for Sotheby's. | | Auction_Fire Offers a variety of categories. Includes image hosting, consignment service, message board and fraud alerts. | | Auction4it_com Includes electronics, jewelry and household items. | | Auction-Warehouse Name-brand computers, peripherals, games, and electronics. | | Auctionweiser_Enterprises Includes price guides, listing fees, and FAQ. | | Bid_Monkey Includes books, electronics, coins, and computers. | | Bid-Alot_com Offering listings for a wide variety of products. Includes information regarding photo uploads and registration. | | Bid4Assets Offering jewelry, real estate, and personal property. | | Bidera General merchandise sorted by category. Proxy bidding and bulk item uploading. | | Bidville_Auctions Offering a wide variety of products, includes a watchlist and image gallery. | | Bidz_com Includes jewelry, antiques, art, coins, autos and electronics. | | CQout Wide variety of products including arts, books, fashion, housewears and jewelry. | | eBay International person to person auction site, with products sorted into categories. | | eBid No fee online auctions with items sorted by category. |
|
Casual Women's Clothing and Fashion Accessories - Exclusive Styles in Misses and Womens Plus Sizes | Serengeti
Home |
Order Status |
View Cart |
Checkout |
Customer Service
search
New Arrivals
Misses Clothing
Plus Size Clothing
Petite Size Clothing
Misses Tees & Sweatshirts
Plus Size Tees & Sweatshirts
Bags
Accessories
Jewelry
Gifts
Serengeti Exclusives
Outlet Sale
/***********************************************
* Ultimate Fade-In Slideshow (v1.51): © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
var fadeimages = new Array()
//SET IMAGE PATHS. Extend or contract array as needed
//fadeimages[0]=["../images_0107/HomePage/S116_RP_Panel_1.jpg", "_self"] //plain image syntax
//fadeimages[1]=["../images_0107/HomePage/S116_RP_Panel_2.jpg", "_self"] //image with link syntax
//fadeimages[2]=["../images_0107/HomePage/S116_RP_Panel_3.jpg", "_self"] //image with link and target syntax
//fadeimages[3]=["../images_0107/HomePage/S116_RP_Panel_4.jpg", "_self"] //image with link and target syntax
fadeimages[0] = ["../images_0107/HomePage/S121_RP_Panel_1.jpg", "map", "banner1"]
fadeimages[1] = ["../images_0107/HomePage/S121_RP_Panel_2.jpg", "map", "banner2"]
fadeimages[2] = ["../images_0107/HomePage/S121_RP_Panel_3.jpg", "map", "banner3"]
fadeimages[3] = ["../images_0107/HomePage/S121_RP_Panel_4.jpg", "map", "banner4"]
//var fadeimages2=new Array() //2nd array set example. Remove or add more sets as needed.
//SET IMAGE PATHS. Extend or contract array as needed
//fadeimages2[0]=["photo1.jpg", "", ""] //plain image syntax
//fadeimages2[1]=["photo2.jpg", "http://www.cssdrive.com", ""] //image with link syntax
//fadeimages2[2]=["photo3.jpg", "http://www.javascriptkit.com", "_new"] //image with link and target syntax
var fadebgcolor = "white"
////NO need to edit beyond here/////////////
var fadearray = new Array() //array to cache fadeshow instances
var fadeclear = new Array() //array to cache corresponding clearinterval pointers
var dom = (document.getElementById) //modern dom browsers
var iebrowser = document.all
function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder) {
this.pausecheck = pause
this.mouseovercheck = 0
this.delay = delay
this.degree = 10 //initial opacity degree (10%)
this.curimageindex = 0
this.nextimageindex = 1
fadearray[fadearray.length] = this
this.slideshowid = fadearray.length - 1
this.canvasbase = "canvas" + this.slideshowid
this.curcanvas = this.canvasbase + "_0"
if (typeof displayorder != "undefined")
theimages.sort(function() { return 0.5 - Math.random(); }) //thanks to Mike (aka Mwinter) :)
this.theimages = theimages
this.imageborder = parseInt(borderwidth)
this.postimages = new Array() //preload images
for (p = 0; p < theimages.length; p++) {
this.postimages[p] = new Image()
this.postimages[p].src = theimages[p][0]
}
var fadewidth = fadewidth + this.imageborder * 2
var fadeheight = fadeheight + this.imageborder * 2
if (iebrowser && dom || dom) //if IE5+ or modern browsers (ie: Firefox)
document.write('')
else
document.write(' ')
if (iebrowser && dom || dom) //if IE5+ or modern browsers such as Firefox
this.startit()
else {
this.curimageindex++
setInterval("fadearray[" + this.slideshowid + "].rotateimage()", this.delay)
}
}
function fadepic(obj) {
if (obj.degree < 100) {
obj.degree += 10
if (obj.tempobj.filters && obj.tempobj.filters[0]) {
if (typeof obj.tempobj.filters[0].opacity == "number") //if IE6+
obj.tempobj.filters[0].opacity = obj.degree
else //else if IE5.5-
obj.tempobj.style.filter = "alpha(opacity=" + obj.degree + ")"
}
else if (obj.tempobj.style.MozOpacity)
obj.tempobj.style.MozOpacity = obj.degree / 101
else if (obj.tempobj.style.KhtmlOpacity)
obj.tempobj.style.KhtmlOpacity = obj.degree / 100
else if (obj.tempobj.style.opacity && !obj.tempobj.filters)
obj.tempobj.style.opacity = obj.degree / 101
}
else {
clearInterval(fadeclear[obj.slideshowid])
obj.nextcanvas = (obj.curcanvas == obj.canvasbase + "_0") ? obj.canvasbase + "_0" : obj.canvasbase + "_1"
obj.tempobj = iebrowser ? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas)
obj.populateslide(obj.tempobj, obj.nextimageindex)
obj.nextimageindex = (obj.nextimageindex < obj.postimages.length - 1) ? obj.nextimageindex + 1 : 0
setTimeout("fadearray[" + obj.slideshowid + "].rotateimage()", obj.delay)
}
}
fadeshow.prototype.populateslide = function(picobj, picindex) {
var slideHTML = ""
if (this.theimages[picindex][1] != "" && this.theimages[picindex][1] != 'map') //if associated link exists for image
slideHTML = ''
slideHTML += ' '
if (this.theimages[picindex][1] != "" && this.theimages[picindex][1] != 'map') //if associated link exists for image
slideHTML += ''
picobj.innerHTML = slideHTML
}
//replaced to handle imagemaps versus static images
//fadeshow.prototype.populateslide=function(picobj, picindex){
//var slideHTML=""
//if (this.theimages[picindex][1]!="") //if associated link exists for image
//slideHTML=''
//slideHTML+=' '
//if (this.theimages[picindex][1]!="") //if associated link exists for image
//slideHTML+=''
//picobj.innerHTML=slideHTML
//}
fadeshow.prototype.rotateimage = function() {
if (this.pausecheck == 1) //if pause onMouseover enabled, cache object
var cacheobj = this
if (this.mouseovercheck == 1)
setTimeout(function() { cacheobj.rotateimage() }, 100)
else if (iebrowser && dom || dom) {
this.resetit()
var crossobj = this.tempobj = iebrowser ? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
crossobj.style.zIndex++
fadeclear[this.slideshowid] = setInterval("fadepic(fadearray[" + this.slideshowid + "])", 50)
this.curcanvas = (this.curcanvas == this.canvasbase + "_0") ? this.canvasbase + "_1" : this.canvasbase + "_0"
}
else {
var ns4imgobj = document.images['defaultslide' + this.slideshowid]
ns4imgobj.src = this.postimages[this.curimageindex].src
}
this.curimageindex = (this.curimageindex < this.postimages.length - 1) ? this.curimageindex + 1 : 0
}
fadeshow.prototype.resetit = function() {
this.degree = 10
var crossobj = iebrowser ? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
if (crossobj.filters && crossobj.filters[0]) {
if (typeof crossobj.filters[0].opacity == "number") //if IE6+
crossobj.filters(0).opacity = this.degree
else //else if IE5.5-
crossobj.style.filter = "alpha(opacity=" + this.degree + ")"
}
else if (crossobj.style.MozOpacity)
crossobj.style.MozOpacity = this.degree / 101
else if (crossobj.style.KhtmlOpacity)
crossobj.style.KhtmlOpacity = this.degree / 100
else if (crossobj.style.opacity && !crossobj.filters)
crossobj.style.opacity = this.degree / 101
}
fadeshow.prototype.startit = function() {
var crossobj = iebrowser ? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
this.populateslide(crossobj, this.curimageindex)
if (this.pausecheck == 1) { //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER
var cacheobj = this
var crossobjcontainer = iebrowser ? iebrowser["master" + this.slideshowid] : document.getElementById("master" + this.slideshowid)
crossobjcontainer.onmouseover = function() { cacheobj.mouseovercheck = 1 }
crossobjcontainer.onmouseout = function() { cacheobj.mouseovercheck = 0 }
for (var i_tem = 0; i_tem < this.theimages.length; i_tem++)
if (this.theimages[i_tem][1] == 'map') {
document.getElementsByName(this.theimages[i_tem][2])[0].onmouseover = function() { cacheobj.mouseovercheck = 1 }
document.getElementsByName(this.theimages[i_tem][2])[0].onmouseout = function() { cacheobj.mouseovercheck = 0 }
}
}
this.rotateimage()
}
//Replaced with code change to handle imagemaps versus static images
//fadeshow.prototype.startit=function(){
//var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
//this.populateslide(crossobj, this.curimageindex)
//if (this.pausecheck==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER
//var cacheobj=this
//var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getElementById("master"+this.slideshowid)
//crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1}
//crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0}
//}
//this.rotateimage()
//}
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 530, 330, 0, 3500, 0)
Casual Living
Floral Designs
Spring, Summer & Sea
Fall Harvest Fair
Holiday Celebration
Winter Wonderland
function openSizeChart() {
var scwindow=dhtmlwindow.open('sizeBox', 'div', 'SizeChart', 'Serengeti Catalog Size Chart', "width=700px,height=820px,resize=0,scrolling=0,center=0,left=400,top=10")
}
ENTER TO WIN A $100 GIFT CARD!
Contact UsFree Catalog RequestSign Up For eMail OffersGift CardsOrder StatusShipping InformationOur GuaranteePrivacy StatementSize ChartView All ItemsAffiliate Program
Call Anytime Toll Free:
Orders:
1-800-426-2852
Customer Service and Order Status:
1-877-754-7441
Copyright © 2012 Serengeti - All Rights Reserved
Find Your Size
To assure proper fit when ordering, simply measure around your chest, keeping the
tape under the arms and straight across the shoulder blades. For waist sizes, measure around the belt line.
FINDING YOUR SIZE
Misses’ Sizes (2–18) are designed to
fit the average frame and proportions.
Petite Sizes (2P–18P) are proportioned for women
5'4" and under (shorter body length; reduced rise, inseam,
and skirt length for bottoms; reduced body and sleeve
length for tops, dresses, and jackets.)
Women’s Sizes (1X–3X) are
proportioned to fit full-figured women.
If you are between sizes, order the larger size.
MISSES - average frame and proportions.
PETITE SIZES - for, women 5'4" and under.
MISSES'
PETITE
BUST
WAIST
HIPS
XS (2-4)
PXS (2-4P)
32-33
24-25
34-35 1/2
S (6-8)
PS (6-8P)
34-35
26-27
36-37 1/2
M
(10-12)
PM (10-12P)
36-37 1/2
28-30
38-40
L
(14-16)
PL (14-16P)
39-40 1/2
31-33
41-43
XL(18)
PXL (18P)
42 1/2
35
45
WOMEN'S SIZES - 1X–3X, for full-figured women.
SIZE
BUST
WAIST
HIPS
1X (18W-20W)
44-46
36-38
46-48
2X
(22W-24W)
48-50
40-42
50-52
3X
(26W-28W)
52-54
44-46
54-56
T-SHIRTS & SWEATSHIRT (Chest measurements)
S
M
L
XL
XXL
34-36
38-40
42-44
46-48
50-52
How to measure your ring size
Find a piece of string or a strip of paper no wider than than 3/4". Wrap it around the base of the appropriate finger.
Use a pen to mark the point on the string/paper where it overlaps, forming a complete circle.
With a ruler, measure the length from the starting end of the string/paper to the pen mark. Use this measurement and the chart to determine your ring size.
RingSize
MeasuredLength(Inches)
5
115/16
6
2 1/16
7
2 3/16
8
2 5/16
9
2 7/16
10
2 9/16
11
211/16
12
213/16
13
215/16
function TrackSpecialEvent(EventName, EventAction)
{
pageTracker._trackEvent('Special Event', EventName, EventAction);
}
function TrackSeasonalPromotion(EventName, EventAction)
{
pageTracker._trackEvent('Seasonal Banner', EventName, EventAction);
}
function TrackEnterToWin(EntryPoint)
{
pageTracker._trackEvent('Enter to Win', 'Entry Point', EntryPoint);
}
function TrackHPBannerClick(HPLinkName)
{
pageTracker._trackEvent('Product Finding Method', 'Banner Item', HPLinkName);
}
function TrackCategoryBannerClick(CategoryLinkName) {
pageTracker._trackEvent('Product Finding Method', 'Splash Page', CategoryLinkName);
}
function ShoppingCartTracking(trackAction, trackItem)
{
pageTracker._trackEvent('Shopping Cart', trackAction, trackItem);
}
function GetUserEmailAddress()
{
var email_variable = 'email';
var vars = window.location.search.substring(1).split('&');
for (var i=0;i |
|