Frame 2
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
var pv;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version));
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("b4aff36d", this, 10301, true);
this._lockroot = true;
Stage.showMenu = false;
_level0 = this;
Frame 22
function loadGame() {
if (_root.getBytesLoaded() >= _root.getBytesTotal()) {
delete this.onEnterFrame;
_root.gotoAndPlay("Preloader2");
}
percents = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
this.preloader_progress.progress_txt.antiAliasType = "advanced";
this.preloader_progress.progress_txt.setNewTextFormat(progresFont);
this.preloader_progress.progress_txt.text = ("loading game..." + percents) + "%";
}
var progresFont = new TextFormat();
progresFont.font = "GameFont01";
this.onEnterFrame = loadGame;
stop();
Frame 24
_global.levelRef = this;
MUSICON = true;
SOUNDMANAGER = new pl.fabrykagier.main.SoundManager(this);
SOUNDMANAGER.clearSounds();
SOUNDMANAGER.addSound("GameSound", true);
SOUNDMANAGER.addSound("whoosh", true);
SOUNDMANAGER.addSound("camera01", true);
SOUNDMANAGER.addSound("camera02", true);
SOUNDMANAGER.addSound("StarSound", true);
SOUNDMANAGER.addSound("applause03", true);
SOUNDMANAGER.addSound("applause02", true);
SOUNDMANAGER.addSound("applause01", true);
SOUNDMANAGER.playSound(0, 99999999, "GameSound");
Frame 59
SOUNDMANAGER.playSound(0, 1, "whoosh");
Frame 90
sound_mc.onRelease = function () {
if (_level0.MUSICON) {
_level0.MUSICON = false;
_level0.SOUNDMANAGER.muteOn();
this.gotoAndStop(4);
} else {
_level0.MUSICON = true;
_level0.SOUNDMANAGER.muteOff();
_level0.SOUNDMANAGER.playSound(0, 99999999, "GameSound");
this.gotoAndStop(2);
}
};
sound_mc.onRollOver = function () {
if (_level0.MUSICON) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(4);
}
};
sound_mc.onRollOut = function () {
if (_level0.MUSICON) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(3);
}
};
_mask.onRelease = function () {
_level0.gotoAndPlay("2Game");
};
_mask.useHandCursor = false;
stop();
Frame 91
getURL ("javascript:pageTracker._trackPageview('FASHION/FLASHGAME/START_GAME');");
SOUNDMANAGER.playSound(0, 1, "whoosh");
Frame 108
SOUNDMANAGER.playSound(0, 1, "whoosh");
Frame 121
start_mc.okay_mc.onRelease = function () {
_level0.gotoAndPlay("2Choice");
};
start_mc.okay_mc.onRollOver = function () {
this.gotoAndStop("on");
};
start_mc.okay_mc.onRollOut = function () {
this.gotoAndStop("off");
};
stop();
Frame 123
SOUNDMANAGER.playSound(0, 1, "whoosh");
Frame 159
chickyBuilding_mc.onRelease = function () {
_level0.AGENCY = "CHICKY";
_level0.gotoAndPlay("Choice2");
};
chickyBuilding_mc.onRollOver = function () {
chickyInfo_mc._alpha = 100;
chickyBuilding_mc.gotoAndStop("on");
chickyInfo_mc.gotoAndPlay("on");
};
chickyBuilding_mc.onRollOut = function () {
chickyBuilding_mc.gotoAndStop("off");
chickyInfo_mc.gotoAndPlay("off");
};
streetBuilding_mc.onRelease = function () {
_level0.AGENCY = "STREETWARE";
_level0.gotoAndPlay("Choice2");
};
streetBuilding_mc.onRollOver = function () {
streetInfo_mc._alpha = 100;
streetBuilding_mc.gotoAndStop("on");
streetInfo_mc.gotoAndPlay("on");
};
streetBuilding_mc.onRollOut = function () {
streetBuilding_mc.gotoAndStop("off");
streetInfo_mc.gotoAndPlay("off");
};
trashBuilding_mc.onRelease = function () {
_level0.AGENCY = "TRASH";
_level0.gotoAndPlay("Choice2");
};
trashBuilding_mc.onRollOver = function () {
trashInfo_mc._alpha = 100;
trashBuilding_mc.gotoAndStop("on");
trashInfo_mc.gotoAndPlay("on");
};
trashBuilding_mc.onRollOut = function () {
trashBuilding_mc.gotoAndStop("off");
trashInfo_mc.gotoAndPlay("off");
};
ecoBuilding_mc.onRelease = function () {
_level0.AGENCY = "ECO";
_level0.gotoAndPlay("Choice2");
};
ecoBuilding_mc.onRollOver = function () {
ecoInfo_mc._alpha = 100;
ecoBuilding_mc.gotoAndStop("on");
ecoInfo_mc.gotoAndPlay("on");
};
ecoBuilding_mc.onRollOut = function () {
ecoBuilding_mc.gotoAndStop("off");
ecoInfo_mc.gotoAndPlay("off");
};
stop();
Frame 160
_level0.BOSS = _level0.AGENCY;
Frame 190
Frame 209
SOUNDMANAGER.playSound(0, 1, "StarSound");
Frame 258
function isLowerCase(value) {
return(isValidCode(value, 97, 122));
}
function isUpperCase(value) {
return(isValidCode(value, 65, 90));
}
function isLetter(value) {
return(isLowerCase(value) || (isUpperCase(value)));
}
function isValidCode(value, minCode, maxCode) {
if ((value == null) || (value.length < 1)) {
return(false);
}
var _local1 = value.length - 1;
while (_local1 >= 0) {
var _local2 = value.charCodeAt(_local1);
if ((_local2 >= minCode) && (_local2 <= maxCode)) {
return(true);
}
_local1--;
}
return(false);
}
var progresFont = new TextFormat();
progresFont.font = "GameFont01";
welcome_mc.name_txt.antiAliasType = "advanced";
welcome_mc.name_txt.setNewTextFormat(progresFont);
welcome_mc.name_txt.text = "Enter your name";
welcome_mc._welcomeStyle.antiAliasType = "advanced";
welcome_mc._welcomeStyle.setNewTextFormat(progresFont);
welcome_mc.name_txt.onSetFocus = function () {
this.text = "";
};
switch (_level0.AGENCY) {
case "CHICKY" :
welcome_mc._welcomeStyle.text = "Welcome to Le Chic!";
break;
case "STREETWARE" :
welcome_mc._welcomeStyle.text = "Welcome to Urban Wares!";
break;
case "TRASH" :
welcome_mc._welcomeStyle.text = "Welcome to Trash!";
break;
case "ECO" :
welcome_mc._welcomeStyle.text = "Welcome to Eco!";
}
var buttonEnabled = false;
this.onEnterFrame = function () {
if (((welcome_mc.name_txt.text == "Enter your name") || (welcome_mc.name_txt.text == "")) || (!isLetter(welcome_mc.name_txt.text))) {
buttonEnabled = false;
welcome_mc.okay_mc._alpha = 40;
} else {
buttonEnabled = true;
welcome_mc.okay_mc._alpha = 100;
}
};
var keyListener = new Object();
keyListener.onKeyDown = function () {
if (!(Key.getCode() === 13)) {
} else if (buttonEnabled == true) {
delete welcome_mc.okay_mc.onPress;
delete welcome_mc.okay_mc.onRollOver;
delete welcome_mc.okay_mc.onRollOut;
delete _level0.onEnterFrame;
_level0.PLAYER_NAME = welcome_mc.name_txt.text;
Key.removeListener(keyListener);
_level0.gotoAndPlay("2Welcome");
}
};
Key.addListener(keyListener);
welcome_mc.okay_mc.onPress = function () {
if (buttonEnabled == true) {
delete welcome_mc.okay_mc.onPress;
delete welcome_mc.okay_mc.onRollOver;
delete welcome_mc.okay_mc.onRollOut;
delete _level0.onEnterFrame;
_level0.PLAYER_NAME = welcome_mc.name_txt.text;
Key.removeListener(keyListener);
_level0.gotoAndPlay("2Welcome");
}
};
welcome_mc.okay_mc.onRollOver = function () {
if (buttonEnabled == true) {
welcome_mc.okay_mc.gotoAndStop("on");
}
};
welcome_mc.okay_mc.onRollOut = function () {
if (buttonEnabled == true) {
welcome_mc.okay_mc.gotoAndStop("off");
}
};
SOUNDMANAGER.playSound(0, 1, "whoosh");
Frame 273
stop();
Frame 274
SOUNDMANAGER.playSound(0, 1, "whoosh");
Frame 285
var progresFont = new TextFormat();
progresFont.font = "GameFont01";
hello_mc.name_txt.antiAliasType = "advanced";
hello_mc.name_txt.setNewTextFormat(progresFont);
hello_mc.name_txt.text = ("Welcome " + _level0.PLAYER_NAME) + "!";
hello_mc.gotoAndStop(_level0.AGENCY);
hello_mc.okay_mc.onRelease = function () {
_level0.gotoAndPlay("2PickModel");
};
hello_mc.okay_mc.onRollOver = function () {
hello_mc.okay_mc.gotoAndStop("on");
};
hello_mc.okay_mc.onRollOut = function () {
hello_mc.okay_mc.gotoAndStop("off");
};
SOUNDMANAGER.playSound(0, 1, "whoosh");
Frame 300
stop();
Frame 302
SOUNDMANAGER.playSound(0, 1, "whoosh");
Frame 318
function resetGame() {
background_mc.gotoAndStop(1);
_level0.preShow = false;
var _local3 = 0;
while (_local3 < _level0.SELECTED_MODELS.length) {
var _local1 = _level0.SELECTED_MODELS[_local3];
var _local2 = 0;
while (_local2 < categoryName.length) {
_level0[(_local1 + "_") + categoryName[_local2]] = undefined;
_level0[_local1 + "_hair"] = undefined;
_level0[_local1 + "_eyes"] = undefined;
_level0[_local1 + "_eyeslids"] = undefined;
_level0[_local1 + "_lips"] = undefined;
_local2++;
}
_local3++;
}
gotoAndPlay ("resetGame");
}
function shuffle(a, b) {
var _local1 = Math.round(Math.random() * 2) - 1;
return(_local1);
}
function resetGameNewStyle() {
background_mc.gotoAndStop(1);
_level0.preShow = false;
var _local3 = 0;
while (_local3 < _level0.SELECTED_MODELS.length) {
var _local1 = _level0.SELECTED_MODELS[_local3];
var _local2 = 0;
while (_local2 < categoryName.length) {
_level0[(_local1 + "_") + categoryName[_local2]] = undefined;
_level0[_local1 + "_hair"] = undefined;
_level0[_local1 + "_eyes"] = undefined;
_level0[_local1 + "_eyeslids"] = undefined;
_level0[_local1 + "_lips"] = undefined;
_local2++;
}
_local3++;
}
gotoAndPlay ("resetGame");
}
var SELECTED_MODELS_KIND = new Array();
var selectedModels = new Array();
var objectRef = this;
var selectCounter = 0;
var canClothesOf = true;
var showShowInfo = false;
var color = 16777215;
var alpha = 1;
var blurX = 3;
var blurY = 3;
var strength = 50;
var quality = 3;
var inner = false;
var knockout = false;
var filter = (new flash.filters.GlowFilter(color, alpha, blurX, blurY, strength, quality, inner, knockout));
var filterArray = new Array();
filterArray.push(filter);
this._next.onRollOver = function () {
this.gotoAndStop(2);
};
this._next.onRollOut = function () {
this.gotoAndStop(1);
};
this._next.onRelease = function () {
if (selectCounter == 3) {
_level0.SELECTED_MODELS = new Array();
var _local1 = 0;
while (_local1 < 6) {
if (objectRef["model" + (_local1 + 1)]._selected == true) {
_level0.SELECTED_MODELS.push(objectRef["model" + (_local1 + 1)]._myName);
_level0.SELECTED_MODELS_KIND.push(objectRef["model" + (_local1 + 1)]._myKind);
}
_local1++;
}
objectRef.gotoAndPlay("2DressUp");
}
};
var kindModelArray = new Array("casual", "dressy", "professional");
var kindModelArray_ = new Array();
MovieClip.prototype.selectModel = function (textName, ref, number) {
this.onRelease = function () {
if ((this._selected != true) && (selectCounter < 3)) {
this.modelName_mc.gotoAndPlay("off");
selectCounter++;
this._selected = true;
this._myKind = kindModelArray.shift();
this.modelKind.gotoAndStop(this._myKind);
this.modelKind._alpha = 100;
this["model" + number].filters = filterArray;
} else if (this._selected == true) {
selectCounter--;
this._selected = false;
kindModelArray.push(this._myKind);
this.modelKind._alpha = 0;
this["model" + number].filters = new Array();
}
if (selectCounter >= 3) {
ref._next._alpha = 100;
} else {
ref._next._alpha = 40;
}
};
this.onRollOver = function () {
if (selectCounter < 3) {
this.modelName_mc._alpha = 100;
this.modelName_mc.modelName = textName;
this._myName = textName;
this.modelName_mc.gotoAndPlay("on");
}
};
this.onRollOut = function () {
if (selectCounter < 3) {
if (this.modelName_mc._currentFrame < 7) {
this.modelName_mc.gotoAndPlay(Number(this.modelName_mc._currentFrame) + 7);
} else {
this.modelName_mc.gotoAndPlay("off");
}
}
};
};
var list = (new pl.fabrykagier.models.ModelList());
var modelList = list.getRandomList();
var i = 0;
while (i < 6) {
var newModel = list.getModelByName(modelList[i]);
this["model" + (i + 1)].attachMovie("model", "model" + i, this.getNextHighestDepth(), {_x:63, _y:176, _xscale:61.6, _yscale:61.6}).init(newModel);
this["model" + (i + 1)].selectModel(newModel._modelName, this, i);
i++;
}
_level0.noShow = false;
Frame 352
getURL ("javascript:pageTracker._trackPageview('FASHION/FLASHGAME/PICK_MODELS');");
stop();
Frame 404
function firstReset() {
var _local2 = 0;
while (_local2 < _level0.SELECTED_MODELS.length) {
var _local3 = this.modelHeads[("model" + (_local2 + 1)) + "_mc"].headContener._parent.model_txt;
this.modelHeads[("star" + (_local2 + 1)) + "_mc"].gotoAndStop(_level0.SELECTED_MODELS_KIND[_local2]);
if (_local2 == 0) {
_local3._parent.gotoAndStop("on");
} else {
_local3._parent.gotoAndStop("off");
}
var _local4 = new TextFormat();
_local4.font = "GameFont01";
_local3.antiAliasType = "advanced";
_local3.setNewTextFormat(_local4);
_local3.text = _level0.SELECTED_MODELS[_local2];
_local2++;
}
}
function resetHeads() {
var _local2 = 0;
while (_local2 < _level0.SELECTED_MODELS.length) {
var _local3 = this.modelHeads[("model" + (_local2 + 1)) + "_mc"].headContener._parent.model_txt;
this.modelHeads[("star" + (_local2 + 1)) + "_mc"].gotoAndStop(_level0.SELECTED_MODELS_KIND[_local2]);
_local3._parent.gotoAndStop("off");
var _local4 = new TextFormat();
_local4.font = "GameFont01";
_local3.antiAliasType = "advanced";
_local3.setNewTextFormat(_local4);
_local3.text = _level0.SELECTED_MODELS[_local2];
_local2++;
}
}
function addEnterFrame() {
mainRef.onEnterFrame = function () {
mainRef.drager._alpha = 100;
if (mainRef.isDrag) {
mainRef.drager._x = this._xmouse - (mainRef.drager._width / 2);
mainRef.drager._y = this._ymouse - (mainRef.drager._height / 2);
} else {
mainRef.drager._x = this._xmouse - (lastWidth / 2);
mainRef.drager._y = this._ymouse - (lastHeight / 2);
var _local3 = mainRef.prevModel.PrevModel;
var _local4 = mainRef.prevModel;
var _local7 = new flash.geom.Point((_local4._x + _local3._x) + ((_local3[lastGroup + "_"]._x * mainRef.prevModelScale) / 100), (_local4._y + _local3._y) + ((_local3[lastGroup + "_"]._y * mainRef.prevModelScale) / 100));
var _local6 = new flash.geom.Point(mainRef.drager._x + (lastWidth / 2), mainRef.drager._y + (lastHeight / 2));
drager._x = (mainRef._x - mainRef._xmouse) - (this._width / 2);
drager._y = (mainRef._y - mainRef._ymouse) - (this._height / 2);
var _local5 = {x:mainRef._xmouse, y:mainRef._ymouse};
_local5 = mainRef._parent._parent._parent.globalToLocal(_local5);
if (_global.isImagineTownShell) {
if (_local4._modelMaskDress.hitTest((mainRef._xmouse + mainRef._parent._parent._x) + mainRef._parent._parent._parent._x, (mainRef._ymouse + mainRef._parent._parent._y) + mainRef._parent._parent._parent._y, true)) {
addItem2Model(this.name);
}
} else if (_local4._modelMaskDress.hitTest(mainRef._xmouse, mainRef._ymouse, true)) {
addItem2Model(this.name);
}
delete mainRef.onEnterFrame;
}
};
}
function resetOtherClass(cGroup) {
switch (cGroup) {
case "Dresses" :
_level0[selectedModel + "_Trousers"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Trousers");
_level0[selectedModel + "_Skirts"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Skirts");
_level0[selectedModel + "_Blouses"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Blouses");
_level0[selectedModel + "_Coats"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Coats");
break;
case "Coats" :
_level0[selectedModel + "_Dresses"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Dresses");
_level0[selectedModel + "_Blouses"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Blouses");
break;
case "Trousers" :
_level0[selectedModel + "_Dresses"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Dresses");
_level0[selectedModel + "_Skirts"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Skirts");
_level0[selectedModel + "_Tights"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Tights");
break;
case "Blouses" :
_level0[selectedModel + "_Dresses"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Dresses");
_level0[selectedModel + "_Coats"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Coats");
break;
case "Skirts" :
_level0[selectedModel + "_Trousers"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Trousers");
_level0[selectedModel + "_Dresses"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Dresses");
break;
case "Belts" :
_level0[selectedModel + "_Flowers"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Flowers");
_level0[selectedModel + "_Neck"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Neck");
_level0[selectedModel + "_Sunglasses"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Sunglasses");
_level0[selectedModel + "_Bracelets"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Bracelets");
break;
case "Flowers" :
_level0[selectedModel + "_Belts"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Belts");
_level0[selectedModel + "_Neck"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Neck");
_level0[selectedModel + "_Sunglasses"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Sunglasses");
_level0[selectedModel + "_Bracelets"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Bracelets");
break;
case "Tights" :
_level0[selectedModel + "_Trousers"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Trousers");
case "Neck" :
_level0[selectedModel + "_Belts"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Belts");
_level0[selectedModel + "_Flowers"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Neck");
_level0[selectedModel + "_Sunglasses"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Sunglasses");
_level0[selectedModel + "_Bracelets"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Bracelets");
break;
case "Sunglasses" :
_level0[selectedModel + "_Belts"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Belts");
_level0[selectedModel + "_Flowers"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Neck");
_level0[selectedModel + "_Neck"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Neck");
_level0[selectedModel + "_Bracelets"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Bracelets");
break;
case "Bracelets" :
_level0[selectedModel + "_Belts"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Belts");
_level0[selectedModel + "_Flowers"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Neck");
_level0[selectedModel + "_Neck"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Neck");
_level0[selectedModel + "_Sunglasses"] = undefined;
mainRef.prevModel.PrevModel.addClothes(1, "Bracelets");
}
}
function addItem2Model(cName) {
resetOtherClass(lastGroup);
mainRef.prevModel.PrevModel.addClothes(lastDraged, lastGroup);
_level0[(selectedModel + "_") + lastGroup] = lastDraged;
mainRef.prevModel.PrevModel[lastGroup + "Class"].name = lastDraged;
}
function addModelHead(selectedModels) {
var _local3 = new TextFormat();
_local3.font = "GameFont01";
var _local2 = 0;
while (_local2 < selectedModels.length) {
_local3 = new TextFormat();
_local3.font = "GameFont01";
var _local5 = list.getModelByName(selectedModels[_local2]);
this.modelHeads[("star" + (_local2 + 1)) + "_mc"].gotoAndStop(_level0.SELECTED_MODELS_KIND[_local2]);
this.modelHeads[("model" + (_local2 + 1)) + "_mc"].headContener.attachMovie("model", "model" + _local2, this.getNextHighestDepth(), {_x:34, _y:100, _xscale:35, _yscale:35}).init(_local5);
this.modelHeads["_m" + (_local2 + 1)].selectModel(selectedModels[_local2]);
this.modelHeads[("model" + (_local2 + 1)) + "_mc"].headContener._parent.model_txt.antiAliasType = "advanced";
this.modelHeads[("model" + (_local2 + 1)) + "_mc"].headContener._parent.model_txt.setNewTextFormat(_local3);
this.modelHeads[("model" + (_local2 + 1)) + "_mc"].headContener._parent.model_txt.text = selectedModels[_local2];
_local2++;
}
}
function addPrevModel(modelName) {
var _local6 = list.getModelByName(modelName);
this.prevModel.attachMovie("model", "PrevModel", this.getNextHighestDepth(), {_x:prevModelX, _y:prevModelY, _xscale:prevModelScale, _yscale:prevModelScale}).init(_local6);
var _local5 = this.prevModel.PrevModel;
_local5.setHair(_level0[modelName + "_hair"]);
_local5.setEyes(_level0[modelName + "_eyes"]);
_local5.setEyes(_level0[modelName + "_eyes"]);
_local5.setEyelids(_level0[modelName + "_eyeslids"]);
_local5.setLips(_level0[modelName + "_lips"]);
var _local2 = 0;
while (_local2 < categoryName.length) {
var _local3 = _level0[(modelName + "_") + categoryName[_local2]];
if (_local3 != undefined) {
mainRef.prevModel.PrevModel.addClothes(_local3, categoryName[_local2]);
prev2.addClothes(_local3, categoryName[_local2]);
}
_local2++;
}
}
function changePrevModel(modelName) {
removeMovieClip(this.prevModel.PrevModel);
removeMovieClip(mirror_mc.head.PrevModel2);
var _local9 = list.getModelByName(modelName);
var _local16;
if (prevDepth != undefined) {
_local16 = prevDepth;
} else {
_local16 = this.getNextHighestDepth();
}
this.prevModel.attachMovie("model", "PrevModel", this.getNextHighestDepth(), {_x:prevModelX, _y:prevModelY, _xscale:prevModelScale, _yscale:prevModelScale}).init(_local9);
var _local15 = this.prevModel.PrevModel;
_local15.setHair(_level0[modelName + "_hair"]);
_local15.setEyes(_level0[modelName + "_eyes"]);
_local15.setEyes(_level0[modelName + "_eyes"]);
_local15.setEyelids(_level0[modelName + "_eyeslids"]);
_local15.setLips(_level0[modelName + "_lips"]);
mirror_mc.head.attachMovie("model", "PrevModel2", mirror_mc.head.getNextHighestDepth(), {_x:200, _y:450, _xscale:150, _yscale:150}).init(_local9);
prevDepth = this.prevModel.getDepth();
var _local10 = mirror_mc.head.PrevModel2;
_local10.setHair(_level0[modelName + "_hair"]);
_local10.setEyes(_level0[modelName + "_eyes"]);
_local10.setEyelids(_level0[modelName + "_eyeslids"]);
_local10.setLips(_level0[modelName + "_lips"]);
var _local5 = list.getHair(modelName);
var _local8 = 0;
var _local7 = 0;
while (_local7 < _local5.length) {
removeMovieClip(hair_panel.hair_contener["hair" + _local7]);
_local7++;
}
_local8 = 0;
var _local4 = 0;
while (_local4 < _local5.length) {
hair_panel.hair_contener.attachMovie("hair", "hair" + _local4, hair_panel.hair_contener.getNextHighestDepth(), {_x:0, _y:_local8, _xscale:34, _yscale:34});
hair_panel.hair_contener["hair" + _local4].gotoAndStop(_local5[_local4]);
hair_panel.hair_contener["hair" + _local4].changeHair(_local5[_local4], modelName);
hair_panel.hair_contener["hair" + _local4].name = _local5[_local4];
_local8 = hair_panel.hair_contener._height + 7;
_local4++;
}
var _local2 = 0;
while (_local2 < categoryName.length) {
var _local6 = _level0[(modelName + "_") + categoryName[_local2]];
if (_local6 != undefined) {
mainRef.prevModel.PrevModel.addClothes(_local6, categoryName[_local2]);
_local10.addClothes(_local6, categoryName[_local2]);
}
_local2++;
}
resetLens();
resetEyelid();
resetLips();
resetHair();
if (_level0[modelName + "_eyes"] == undefined) {
lenses_mc[_local9._eyes].filters = filterArray2;
} else {
lenses_mc[_level0[modelName + "_eyes"]].filters = filterArray2;
}
if (_level0[modelName + "_lips"] == undefined) {
lips_mc[_local9._lips].filters = filterArray2;
} else {
lips_mc[_level0[modelName + "_lips"]].filters = filterArray2;
}
eyelids_mc[_level0[modelName + "_eyeslids"]].filters = filterArray2;
if (_level0[modelName + "_eyes"] == undefined) {
lenses_mc[_local9._eyes].filters = filterArray2;
} else {
lenses_mc[_level0[modelName + "_eyes"]].filters = filterArray2;
}
if (_level0[modelName + "_lips"] == undefined) {
lips_mc[_local9._lips].filters = filterArray2;
} else {
lips_mc[_level0[modelName + "_lips"]].filters = filterArray2;
}
eyelids_mc[_level0[modelName + "_eyeslids"]].filters = filterArray2;
var _local17;
if (_level0[modelName + "_hair"] == undefined) {
_local4 = 0;
while (_local4 < 3) {
if (hair_panel.hair_contener["hair" + _local4].name == _local9._hair) {
hair_panel.hair_contener["hair" + _local4].filters = filterArray2;
}
_local4++;
}
} else {
_local4 = 0;
while (_local4 < 3) {
if (hair_panel.hair_contener["hair" + _local4].name == _level0[modelName + "_hair"]) {
hair_panel.hair_contener["hair" + _local4].filters = filterArray2;
}
_local4++;
}
}
if (_level0._currentframe < 640) {
calculateScore(modelName);
}
}
function checkDressUp() {
var _local9 = new Array();
var _local2 = 0;
while (_local2 < _level0.SELECTED_MODELS.length) {
var _local1 = _level0.SELECTED_MODELS[_local2];
var _local8 = _level0[_local1 + "_Shoes"];
if (_local8 == undefined) {
_local9.push(_local1);
} else {
var _local5 = _level0[_local1 + "_Coats"];
var _local6 = _level0[_local1 + "_Trousers"];
var _local3 = _level0[_local1 + "_Blouses"];
var _local7 = _level0[_local1 + "_Skirts"];
var _local4 = _level0[_local1 + "_Dresses"];
if (((((_local5 == undefined) || (_local3 == undefined)) || (_local6 == undefined)) || (_local7 == undefined)) || (_local4 == undefined)) {
if ((_local3 != undefined) && (_local6 != undefined)) {
} else if ((_local3 != undefined) && (_local7 != undefined)) {
} else if (_local5 != undefined) {
} else if (_local4 != undefined) {
} else {
_local9.push(_local1);
}
}
}
_local2++;
}
return(_local9);
}
var categoryName = new Array("Dresses", "Coats", "Blouses", "Trousers", "Skirts", "Tights", "Belts", "Shoes", "Flowers", "Sunglasses", "Neck", "Bracelets", "Waistcoat");
var prevModelX = 63;
var prevModelY = 175;
var prevModelScale = 61.6;
var selectedModel = _level0.SELECTED_MODELS[0];
var globalPrec = 55;
var prevDepth;
var mainRef = this;
var isDrag;
var drager;
var lastGroupOff;
var lastDraged;
var lastWidth;
var lastHeight;
var lastGroup;
var lastScale;
var counter = 0;
var color2 = 16777215;
var alpha2 = 1;
var blurX2 = 2;
var blurY2 = 2;
var strength2 = 50;
var quality2 = 3;
var inner2 = false;
var knockout2 = false;
var filter2 = (new flash.filters.GlowFilter(color2, alpha2, blurX2, blurY2, strength2, quality2, inner2, knockout2));
var filterArray2 = new Array();
filterArray2.push(filter2);
var __CLOTHES = (new pl.fabrykagier.clothes.ClothesList());
MovieClip.prototype.selectModel = function (sm) {
this.onRelease = function () {
if (selectedModel != sm) {
resetHeads();
if (_level0._currentframe > 650) {
_level0.play();
return(undefined);
}
var _local2 = 0;
while (_local2 < _level0.SELECTED_MODELS.length) {
if (_level0.SELECTED_MODELS[_local2] == sm) {
var _local3 = _local2;
break;
}
_local2++;
}
this._parent[("model" + (_local3 + 1)) + "_mc"].gotoAndStop("on");
this._parent.gotoAndStop("on");
var _local4 = new TextFormat();
_local4.font = "GameFont01";
this._parent[("model" + (_local3 + 1)) + "_mc"].model_txt.antiAliasType = "advanced";
this._parent[("model" + (_local3 + 1)) + "_mc"].model_txt.setNewTextFormat(_local4);
this._parent[("model" + (_local3 + 1)) + "_mc"].model_txt.text = sm;
this._parent.model_txt.antiAliasType = "advanced";
this._parent.model_txt.setNewTextFormat(_local4);
this._parent.model_txt.text = sm;
_level0.SELECTEDMODEL = sm;
selectedModel = sm;
changePrevModel(sm);
}
};
};
MovieClip.prototype.dragOff = function (_group) {
if (!canClothesOf) {
}
this.onPress = function () {
if (!canClothesOf) {
return(undefined);
}
mainRef.isDrag = true;
mainRef.addEnterFrame();
drager._x = (mainRef._x - mainRef._xmouse) - (this._width / 2);
drager._y = (mainRef._y - mainRef._ymouse) - (this._height / 2);
lastHeight = this._height;
lastWidth = this._width;
lastScale = this._xscale;
lastDraged = this.name;
lastGroup = _group;
mainRef.drager.swapDepths(mainRef);
drager.attachMovie(this.name + "_", "drag", drager.getNextHighestDepth(), {_x:0, _y:0, _xscale:prevModelScale, _yscale:prevModelScale});
mainRef.drager._alpha = 0;
_level0[(selectedModel + "_") + lastGroup] = undefined;
mainRef.prevModel.PrevModel.resetClothes(mainRef.__CLOTHES._getGroup(this.name));
};
};
this.onMouseUp = function () {
drager.removeMovieClip(drager[lastDraged]);
mainRef.isDrag = false;
drager = this.createEmptyMovieClip("dragContener", this.getNextHighestDepth());
};
MovieClip.prototype.dragMe = function (_group) {
this.onPress = function () {
mainRef.isDrag = true;
drager._x = mainRef._xmouse - (this._width / 2);
drager._y = mainRef._ymouse - (this._height / 2);
lastHeight = this._height;
lastWidth = this._width;
lastScale = this._xscale;
lastDraged = this.name;
lastGroup = _group;
mainRef.drager.swapDepths(mainRef);
drager.attachMovie(String(this.name + "_"), "drag", drager.getNextHighestDepth(), {_x:0, _y:0, _xscale:prevModelScale, _yscale:prevModelScale});
drager._alpha = 0;
mainRef.addEnterFrame();
};
};
addModelHead(_level0.SELECTED_MODELS);
addPrevModel(_level0.SELECTED_MODELS[0]);
_level0.globalScore = 200;
Frame 425
firstReset();
Frame 427
_level0.TODRESSUP = false;
_level0.isDress = true;
Frame 433
if (_level0.INFO01 != true) {
info_mc.gotoAndPlay("on");
}
if (_level0.preShow == true) {
info_mc._panel.gotoAndStop(2);
info_mc.gotoAndPlay("on");
}
Frame 452
if ((_level0.INFO01 == true) && (_level0.preShow != true)) {
gotoAndPlay ("Dressup");
}
stop();
Frame 453
getURL ("javascript:pageTracker._trackPageview('FASHION/FLASHGAME/DRESS');");
stop();
Frame 471
if (_level0.preShow && (_level0.noShow == false)) {
gotoAndPlay ("PreShow");
}
Frame 472
function resetLens() {
lenses_mc.brown.filters = new Array();
lenses_mc.blue.filters = new Array();
lenses_mc.violet.filters = new Array();
lenses_mc.light_brown.filters = new Array();
lenses_mc.green.filters = new Array();
lenses_mc.light_blue.filters = new Array();
lenses_mc.light_green.filters = new Array();
lenses_mc.yellow.filters = new Array();
}
function resetEyelid() {
eyelids_mc.eyelids1.filters = new Array();
eyelids_mc.eyelids2.filters = new Array();
eyelids_mc.eyelids3.filters = new Array();
eyelids_mc.eyelids4.filters = new Array();
eyelids_mc.eyelids5.filters = new Array();
eyelids_mc.eyelids6.filters = new Array();
eyelids_mc.eyelids7.filters = new Array();
eyelids_mc.eyelids8.filters = new Array();
eyelids_mc.eyelids9.filters = new Array();
eyelids_mc.eyelids10.filters = new Array();
eyelids_mc.eyelids11.filters = new Array();
eyelids_mc.eyelids12.filters = new Array();
eyelids_mc.eyelids13.filters = new Array();
}
function resetLips() {
lips_mc.lips1.filters = new Array();
lips_mc.lips2.filters = new Array();
lips_mc.lips3.filters = new Array();
lips_mc.lips4.filters = new Array();
lips_mc.lips5.filters = new Array();
lips_mc.lips6.filters = new Array();
lips_mc.lips7.filters = new Array();
lips_mc.lips8.filters = new Array();
lips_mc.lips9.filters = new Array();
lips_mc.lips10.filters = new Array();
lips_mc.lips11.filters = new Array();
lips_mc.lips12.filters = new Array();
}
function resetHair() {
hair_panel.hair_contener.hair0.filters = new Array();
hair_panel.hair_contener.hair1.filters = new Array();
hair_panel.hair_contener.hair2.filters = new Array();
}
function changeAllEyes(nameH, modelName) {
this.prevModel.PrevModel.setEyes(nameH);
mirror_mc.head.PrevModel2.setEyes(nameH);
var _local2 = 0;
while (_local2 < _level0.SELECTED_MODELS.length) {
if (_level0.SELECTED_MODELS[_local2] == modelName) {
var _local3 = _local2;
break;
}
_local2++;
}
_level0[modelName + "_eyes"] = nameH;
this.modelHeads[("model" + (_local3 + 1)) + "_mc"].headContener["model" + _local2].setEyes(nameH);
}
function changeAllLips(nameH, modelName) {
this.prevModel.PrevModel.setLips(nameH);
mirror_mc.head.PrevModel2.setLips(nameH);
var _local2 = 0;
while (_local2 < _level0.SELECTED_MODELS.length) {
if (_level0.SELECTED_MODELS[_local2] == modelName) {
var _local3 = _local2;
break;
}
_local2++;
}
_level0[modelName + "_lips"] = nameH;
this.modelHeads[("model" + (_local3 + 1)) + "_mc"].headContener["model" + _local2].setLips(nameH);
}
function changeAllEyelids(nameH, modelName) {
this.prevModel.PrevModel.setEyelids(nameH);
mirror_mc.head.PrevModel2.setEyelids(nameH);
var _local2 = 0;
while (_local2 < _level0.SELECTED_MODELS.length) {
if (_level0.SELECTED_MODELS[_local2] == modelName) {
var _local3 = _local2;
break;
}
_local2++;
}
_level0[modelName + "_eyeslids"] = nameH;
this.modelHeads[("model" + (_local3 + 1)) + "_mc"].headContener["model" + _local2].setEyelids(nameH);
}
function changeAllHair(nameH, modelName) {
this.prevModel.PrevModel.setHair(nameH);
mirror_mc.head.PrevModel2.setHair(nameH);
var _local2 = 0;
while (_local2 < _level0.SELECTED_MODELS.length) {
if (_level0.SELECTED_MODELS[_local2] == modelName) {
var _local3 = _local2;
break;
}
_local2++;
}
_level0[modelName + "_hair"] = nameH;
this.modelHeads[("model" + (_local3 + 1)) + "_mc"].headContener["model" + _local2].setHair(nameH);
}
function addPrevModel(modelName) {
var _local6 = list.getModelByName(modelName);
mirror_mc.head.attachMovie("model", "PrevModel2", mirror_mc.head.getNextHighestDepth(), {_x:200, _y:450, _xscale:150, _yscale:150}).init(_local6);
var _local5 = mirror_mc.head.PrevModel2;
_local5.setHair(_level0[modelName + "_hair"]);
_local5.setEyes(_level0[modelName + "_eyes"]);
_local5.setEyelids(_level0[modelName + "_eyeslids"]);
_local5.setLips(_level0[modelName + "_lips"]);
var _local1 = 0;
while (_local1 < categoryName.length) {
var _local3 = _level0[(modelName + "_") + categoryName[_local1]];
if (_local3 != undefined) {
_local5.addClothes(_local3, categoryName[_local1]);
}
_local1++;
}
if (_level0[modelName + "_eyes"] == undefined) {
lenses_mc[_local6._eyes].filters = filterArray2;
} else {
lenses_mc[_level0[modelName + "_eyes"]].filters = filterArray2;
}
if (_level0[modelName + "_lips"] == undefined) {
lips_mc[_local6._lips].filters = filterArray2;
} else {
lips_mc[_level0[modelName + "_lips"]].filters = filterArray2;
}
eyelids_mc[_level0[modelName + "_eyeslids"]].filters = filterArray2;
var _local11;
if (_level0[modelName + "_hair"] == undefined) {
var _local2 = 0;
while (_local2 < 3) {
if (hair_panel.hair_contener["hair" + _local2].name == _local6._hair) {
hair_panel.hair_contener["hair" + _local2].filters = filterArray2;
}
_local2++;
}
} else {
var _local2 = 0;
while (_local2 < 3) {
if (hair_panel.hair_contener["hair" + _local2].name == _level0[modelName + "_hair"]) {
hair_panel.hair_contener["hair" + _local2].filters = filterArray2;
}
_local2++;
}
}
}
function addHair(modelName) {
var _local2 = list.getHair(modelName);
var _local3 = 0;
var _local1 = 0;
while (_local1 < _local2.length) {
hair_panel.hair_contener.attachMovie("hair", "hair" + _local1, hair_panel.hair_contener.getNextHighestDepth(), {_x:0, _y:_local3, _xscale:34, _yscale:34});
hair_panel.hair_contener["hair" + _local1].gotoAndStop(_local2[_local1]);
hair_panel.hair_contener["hair" + _local1].changeHair(_local2[_local1], modelName);
hair_panel.hair_contener["hair" + _local1].name = _local2[_local1];
_local3 = hair_panel.hair_contener._height + 7;
_local1++;
}
}
function setSaved() {
}
var color2 = 16777215;
var alpha2 = 1;
var blurX2 = 2;
var blurY2 = 2;
var strength2 = 50;
var quality2 = 3;
var inner2 = false;
var knockout2 = false;
var filter2 = (new flash.filters.GlowFilter(color2, alpha2, blurX2, blurY2, strength2, quality2, inner2, knockout2));
var filterArray2 = new Array();
filterArray2.push(filter2);
var lastHair;
MovieClip.prototype.changeLens = function (lensName) {
this.onRelease = function () {
resetLens();
changeAllEyes(lensName, selectedModel);
this.filters = filterArray2;
};
};
MovieClip.prototype.changeEyelid = function (eyeName) {
this.onRelease = function () {
resetEyelid();
changeAllEyelids(eyeName, selectedModel);
this.filters = filterArray2;
};
};
MovieClip.prototype.changeLips = function (lipsName) {
this.onRelease = function () {
resetLips();
changeAllLips(lipsName, selectedModel);
this.filters = filterArray2;
};
};
lenses_mc.brown.changeLens("brown");
lenses_mc.blue.changeLens("blue");
lenses_mc.violet.changeLens("violet");
lenses_mc.light_brown.changeLens("light_brown");
lenses_mc.green.changeLens("green");
lenses_mc.light_blue.changeLens("light_blue");
lenses_mc.light_green.changeLens("light_green");
lenses_mc.yellow.changeLens("yellow");
eyelids_mc.eyelids1.changeEyelid("eyelids1");
eyelids_mc.eyelids2.changeEyelid("eyelids2");
eyelids_mc.eyelids3.changeEyelid("eyelids3");
eyelids_mc.eyelids4.changeEyelid("eyelids4");
eyelids_mc.eyelids5.changeEyelid("eyelids5");
eyelids_mc.eyelids6.changeEyelid("eyelids6");
eyelids_mc.eyelids7.changeEyelid("eyelids7");
eyelids_mc.eyelids8.changeEyelid("eyelids8");
eyelids_mc.eyelids9.changeEyelid("eyelids9");
eyelids_mc.eyelids10.changeEyelid("eyelids10");
eyelids_mc.eyelids11.changeEyelid("eyelids11");
eyelids_mc.eyelids12.changeEyelid("eyelids12");
eyelids_mc.eyelids13.changeEyelid("eyelids13");
lips_mc.lips1.changeLips("lips1");
lips_mc.lips2.changeLips("lips2");
lips_mc.lips3.changeLips("lips3");
lips_mc.lips4.changeLips("lips4");
lips_mc.lips5.changeLips("lips5");
lips_mc.lips6.changeLips("lips6");
lips_mc.lips7.changeLips("lips7");
lips_mc.lips8.changeLips("lips8");
lips_mc.lips9.changeLips("lips9");
lips_mc.lips10.changeLips("lips10");
lips_mc.lips11.changeLips("lips11");
lips_mc.lips12.changeLips("lips12");
MovieClip.prototype.changeHair = function (hairName, index) {
this.onRelease = function () {
if (lastHair != hairName) {
resetHair();
lastHair = hairName;
this.filters = filterArray2;
changeAllHair(hairName, index);
}
};
};
addHair(selectedModel);
addPrevModel(selectedModel);
_level0.noShow = false;
_level0.isDress = false;
Frame 492
getURL ("javascript:pageTracker._trackPageview('FASHION/FLASHGAME/MAKEUP');");
stop();
Frame 509
if (_level0.TODRESSUP == true) {
gotoAndPlay ("DressUpLoop");
}
Frame 510
function addPrevModel_preShow(modelName) {
var _local6 = list.getModelByName(modelName);
this.prevModel.attachMovie("model", "PrevModel", this.getNextHighestDepth(), {_x:prevModelX, _y:prevModelY, _xscale:prevModelScale, _yscale:prevModelScale}).init(_local6);
var _local5 = this.prevModel.PrevModel;
_local5.setHair(_level0[modelName + "_hair"]);
_local5.setEyes(_level0[modelName + "_eyes"]);
_local5.setEyes(_level0[modelName + "_eyes"]);
_local5.setEyelids(_level0[modelName + "_eyeslids"]);
_local5.setLips(_level0[modelName + "_lips"]);
var _local2 = 0;
while (_local2 < categoryName.length) {
var _local3 = _level0[(modelName + "_") + categoryName[_local2]];
if (_local3 != undefined) {
mainRef.prevModel.PrevModel.addClothes(_local3, categoryName[_local2]);
prev2.addClothes(_local3, categoryName[_local2]);
}
_local2++;
}
}
function addModelHead(selectedModels) {
var _local9 = new TextFormat();
_local9.font = "GameFont01";
var _local2 = 0;
while (_local2 < selectedModels.length) {
var _local4 = list.getModelByName(selectedModels[_local2]);
this.modelHeads[("model" + (_local2 + 1)) + "_mc"].headContener.attachMovie("model", "model" + _local2, this.getNextHighestDepth(), {_x:34, _y:100, _xscale:35, _yscale:35}).init(_local4);
this.modelHeads[("model" + (_local2 + 1)) + "_mc"].headContener.selectModel(selectedModels[_local2]);
this.modelHeads[("model" + (_local2 + 1)) + "_mc"].headContener._parent.model_txt.antiAliasType = "advanced";
this.modelHeads[("model" + (_local2 + 1)) + "_mc"].headContener._parent.model_txt.setNewTextFormat(_local9);
this.modelHeads[("model" + (_local2 + 1)) + "_mc"].headContener._parent.model_txt.text = selectedModels[_local2];
_local2++;
}
}
function nextModel() {
var _local2 = 0;
while (_local2 < _level0.SELECTED_MODELS.length) {
if (_level0.SELECTED_MODELS[_local2] == selectedModel) {
j = _local2 + 1;
if (_local2 == 2) {
j = 0;
}
resetHeads();
selectedModel = _level0.SELECTED_MODELS[j];
var _local3 = this.modelHeads[("model" + (j + 1)) + "_mc"].headContener._parent.model_txt;
_local3._parent.gotoAndStop("on");
var _local4 = new TextFormat();
_local4.font = "GameFont01";
_local3.antiAliasType = "advanced";
_local3.setNewTextFormat(_local4);
_local3.text = selectedModel;
changePrevModel(_level0.SELECTED_MODELS[j]);
if (_level0._currentframe < 640) {
calculateScore(selectedModel);
}
return(undefined);
}
_local2++;
}
}
_level0.preShow = true;
getURL ("javascript:pageTracker._trackPageview('FASHION/FLASHGAME/PRE_SHOW');");
selectedModel = _level0.SELECTED_MODELS[0];
addPrevModel_preShow(_level0.SELECTED_MODELS[0]);
addModelHead(_level0.SELECTED_MODELS);
Frame 525
SOUNDMANAGER.playSound(0, 1, "StarSound");
Frame 617
firstReset();
Frame 618
function getTipText(modelName, pos1, pos2, _kind) {
var _local1;
if (_kind) {
_local1 = tipsTextPositive[Math.floor(Math.random() * tipsTextPositive.length)];
} else {
_local1 = tipsTextNegative[Math.floor(Math.random() * tipsTextNegative.length)];
}
var _local2;
_local2 = (((((_local1[0] + modelName) + _local1[1]) + pos1) + _local1[2]) + pos2) + _local1[3];
return(_local2);
}
function calculateOneClothes(modelName, clothesName) {
checkClothes(modelName, clothesName);
}
function checkClothes(modelName, clothesName) {
var _local14 = preShowClothes.getGoodStyle(clothesName);
var _local18 = false;
var _local22;
var _local8 = 0;
while (_local8 < _local14.length) {
var _local5 = _level0[(modelName + "_") + preShowClothes._getGroup(_local14[_local8])];
if ((_local5 != undefined) && (_local14[_local8] == _local5)) {
_local18 = true;
tipArray.push(getTipText(modelName, preShowClothes._getGroup(clothesName), preShowClothes._getGroup(_local5), true));
_level0[("FB_" + modelName) + "_c"].push(getTipText(modelName, preShowClothes._getGroup(clothesName), preShowClothes._getGroup(_local5), true));
basicScore = basicScore + 10;
_local22 = _local5;
}
_local8++;
}
var _local13 = preShowClothes.getBadStyle(clothesName);
var _local20 = false;
var _local24;
if (!_local18) {
var _local10 = 0;
while (_local10 < _local13.length) {
var _local5 = _level0[(modelName + "_") + preShowClothes._getGroup(_local13[_local10])];
if ((_local5 != undefined) && (_local13[_local10] == _local5)) {
_local20 = true;
_local24 = _local5;
basicScore = basicScore - 10;
tipArray.push(getTipText(modelName, preShowClothes._getGroup(clothesName), preShowClothes._getGroup(_local5), false));
_level0[("FB_" + modelName) + "_c"].push(getTipText(modelName, preShowClothes._getGroup(clothesName), preShowClothes._getGroup(_local5), false));
}
_local10++;
}
}
var _local11 = preShowClothes.getGoodColor(clothesName);
var _local19 = false;
var _local9 = 0;
while (_local9 < _local11.length) {
var _local5 = _level0[(modelName + "_") + preShowClothes._getGroup(_local11[_local9])];
if ((_local5 != undefined) && (_local11[_local9] == _local5)) {
_local19 = true;
tipArray.push(getTipText(modelName, preShowClothes._getGroup(clothesName), preShowClothes._getGroup(_local5), true));
_level0[("FB_" + modelName) + "_c"].push(getTipText(modelName, preShowClothes._getGroup(clothesName), preShowClothes._getGroup(_local5), true));
basicScore = basicScore + 10;
_local22 = _local5;
}
_local9++;
}
var _local15 = preShowClothes.getBadColor(clothesName);
var _local21 = false;
if (!_local19) {
var _local7 = 0;
while (_local7 < _local15.length) {
var _local5 = _level0[(modelName + "_") + preShowClothes._getGroup(_local15[_local7])];
if ((_local5 != undefined) && (_local15[_local7] == _local5)) {
_local21 = true;
_local24 = _local5;
basicScore = basicScore - 10;
tipArray.push(getTipText(modelName, preShowClothes._getGroup(clothesName), preShowClothes._getGroup(_local5), false));
_level0[("FB_" + modelName) + "_c"].push(getTipText(modelName, preShowClothes._getGroup(clothesName), preShowClothes._getGroup(_local5), false));
}
_local7++;
}
}
var _local16 = preShowClothes.getGoodMakup(clothesName);
var _local17 = false;
var _local7 = 0;
while (_local7 < _local16.length) {
var _local3 = 0;
while (_local3 < getAllMakeUp(modelName).length) {
if (_local16[_local7] == getAllMakeUp(modelName)[_local3][0]) {
_local17 = true;
basicScore = basicScore + 10;
makeupTip.push(getTipText(modelName, preShowClothes._getGroup(clothesName), getAllMakeUp(modelName)[_local3][1], true));
_level0[("FB_" + modelName) + "_m"].push(getTipText(modelName, preShowClothes._getGroup(clothesName), getAllMakeUp(modelName)[_local3][1], true));
}
_local3++;
}
_local7++;
}
var _local12 = preShowClothes.getBadMakup(clothesName);
var _local23 = false;
if (!_local23) {
var _local6 = 0;
while (_local6 < _local12.length) {
var _local4 = 0;
while (_local4 < getAllMakeUp(modelName).length) {
if (_local12[_local6] == getAllMakeUp(modelName)[_local4][0]) {
basicScore = basicScore - 10;
makeupTip.push(getTipText(modelName, preShowClothes._getGroup(clothesName), getAllMakeUp(modelName)[_local4][1], false));
_level0[("FB_" + modelName) + "_m"].push(getTipText(modelName, preShowClothes._getGroup(clothesName), getAllMakeUp(modelName)[_local4][1], false));
}
_local4++;
}
_local6++;
}
}
}
function getAllMakeUp(modelsName) {
var _local1 = new Array();
_local1.push(new Array(_level0[modelsName + "_eyes"], "eyes"));
_local1.push(new Array(_level0[modelsName + "_lips"], "lips"));
_local1.push(new Array(_level0[modelsName + "_eyeslids"], "eyeslids"));
_local1.push(new Array(_level0[modelsName + "_hair"], "hair"));
return(_local1);
}
function shuffle(a, b) {
var _local1 = Math.round(Math.random() * 2) - 1;
return(_local1);
}
function checkHalf(styleOne, styleTwo) {
var _local1 = new Array("dressy", "casual", "professional");
if (styleOne == _local1[0]) {
if (styleTwo == _local1[2]) {
return(true);
}
}
if (styleOne == _local1[1]) {
if (styleTwo == _local1[0]) {
return(true);
}
}
if (styleOne == _local1[2]) {
if (styleTwo == _local1[1]) {
return(true);
}
}
return(false);
}
function calculateTBS(mName) {
var _local3 = 0;
var _local6 = 0;
while (_local6 < _level0.SELECTED_MODELS.length) {
if (_level0.SELECTED_MODELS[_local6] == mName) {
_local3 = _local6;
break;
}
_local6++;
}
var _local2 = new Array("Dresses", "Coats", "Blouses");
var _local5 = new Array("Trousers", "Skirts", "Tights", "Dresses");
var _local7 = new Array();
_local7.push("Shoes");
var _local8 = new Array("Belts", "Flowers", "Sunglasses", "Neck", "Bracelets");
var _local23 = new Array("dressy", "casual", "professional");
var _local4 = false;
var _local9 = new Array(true, true, true);
var _local10;
var _local17;
styleTXT = _level0.SELECTED_MODELS_KIND[_local3];
var _local13;
var _local14;
_local6 = 0;
while (_local6 < _local2.length) {
if ((_level0[(mName + "_") + _local2[_local6]] != undefined) && (!preShowClothes._compare(_level0.AGENCY, _level0[(mName + "_") + _local2[_local6]], _level0.SELECTED_MODELS_KIND[_local3]))) {
if (!_local4) {
no_compare.push(new Array("top", preShowClothes.getMainGroup(_level0.AGENCY, _level0[(mName + "_") + _local2[_local6]])));
}
_local4 = true;
_local9[0] = false;
_local17 = preShowClothes.getColorClothes(_level0[(mName + "_") + _local2[_local6]]);
break;
}
if ((_level0[(mName + "_") + _local2[_local6]] != undefined) && (preShowClothes._compare(_level0.AGENCY, _level0[(mName + "_") + _local2[_local6]], _level0.SELECTED_MODELS_KIND[_local3]))) {
_local10 = preShowClothes.getColorClothes(_level0[(mName + "_") + _local2[_local6]]);
_local13 = preShowClothes.getMainGroup(_level0.AGENCY, _level0[(mName + "_") + _local2[_local6]]);
}
_local6++;
}
if (_local10 == undefined) {
_local10 = _local17;
}
if ((!_local4) && (_local9[0])) {
is_compare.push("top");
}
if (_local13 == _level0.SELECTED_MODELS_KIND[_local3]) {
basicScore = basicScore + 40;
}
if (checkHalf(_level0.SELECTED_MODELS_KIND[_local3], _local13)) {
basicScore = basicScore + 20;
}
_local4 = false;
var _local24;
_local6 = 0;
while (_local6 < _local5.length) {
if ((_level0[(mName + "_") + _local5[_local6]] != undefined) && (!preShowClothes._compare(_level0.AGENCY, _level0[(mName + "_") + _local5[_local6]], _level0.SELECTED_MODELS_KIND[_local3]))) {
if (!_local4) {
no_compare.push(new Array("bottom", preShowClothes.getMainGroup(_level0.AGENCY, _level0[(mName + "_") + _local5[_local6]])));
}
_local4 = true;
_local9[1] = false;
break;
}
if ((_level0[(mName + "_") + _local5[_local6]] != undefined) && (preShowClothes._compare(_level0.AGENCY, _level0[(mName + "_") + _local5[_local6]], _level0.SELECTED_MODELS_KIND[_local3]))) {
_local14 = preShowClothes.getMainGroup(_level0.AGENCY, _level0[(mName + "_") + _local5[_local6]]);
}
_local6++;
}
if ((!_local4) && (_local9[1])) {
is_compare.push("bottom");
}
if (_local14 == _level0.SELECTED_MODELS_KIND[_local3]) {
basicScore = basicScore + 40;
}
if (checkHalf(_level0.SELECTED_MODELS_KIND[_local3], _local14)) {
basicScore = basicScore + 20;
}
_local4 = false;
_local6 = 0;
while (_local6 < _local7.length) {
if (_local4) {
} else if ((_level0[(mName + "_") + _local7[_local6]] != undefined) && (!preShowClothes._compare2(_level0.AGENCY, _level0[(mName + "_") + _local7[_local6]], _level0.SELECTED_MODELS_KIND[_local3]))) {
if (!_local4) {
no_compare.push(new Array("shoes", preShowClothes.getMainGroup(_level0.AGENCY, _level0[(mName + "_") + _local7[_local6]])));
}
_local4 = true;
_local9[2] = false;
}
_local6++;
}
if ((!_local4) && (_local9[2])) {
basicScore = basicScore + 5;
is_compare.push("shoes");
}
var _local16 = false;
var _local15 = false;
var _local25;
_local6 = 0;
while (_local6 < _local8.length) {
if ((_level0[(mName + "_") + _local8[_local6]] != undefined) && (preShowClothes._compare(_level0.AGENCY, _level0[(mName + "_") + _local8[_local6]], _level0.SELECTED_MODELS_KIND[_local3]))) {
_local16 = true;
}
if (_level0[(mName + "_") + _local8[_local6]] != undefined) {
_local15 = true;
}
_local6++;
}
var _local11 = "";
var _local12 = "";
switch (no_compare.length) {
case 1 :
if (no_compare[0][0] == "shoes") {
_local12 = "are";
} else {
_local12 = "is";
}
_local11 = ((((("I think the " + no_compare[0][0]) + " ") + _local12) + " a little too ") + no_compare[0][1]) + ". Maybe you should try a different item. ";
break;
case 2 :
if (no_compare[1][0] == "shoes") {
_local12 = "are";
} else {
_local12 = "is";
}
if (no_compare[1][1] != no_compare[0][1]) {
_local11 = ((((((((("I think the " + no_compare[0][0]) + " is a little too ") + no_compare[0][1]) + " and ") + no_compare[1][0]) + " ") + _local12) + " a little too ") + no_compare[1][1]) + ". Maybe you should try a different item. ";
} else {
_local11 = ((((((("I think the " + no_compare[0][0]) + " and ") + no_compare[1][0]) + " ") + _local12) + " a little too ") + no_compare[1][1]) + ". Maybe you should try a different item. ";
}
break;
case 3 :
if (no_compare[2][0] == "shoes") {
_local12 = "are";
} else {
_local12 = "is";
}
if (no_compare[0][1] == no_compare[1][1]) {
_local11 = ((((((((((("I think the " + no_compare[0][0]) + " and ") + no_compare[1][0]) + " are a little ") + no_compare[1][1]) + " and ") + no_compare[2][0]) + " ") + _local12) + " a little too ") + no_compare[2][1]) + ". Maybe you should try a different item. ";
} else if (no_compare[1][1] == no_compare[2][1]) {
_local11 = ((((((((((("I think the " + no_compare[1][0]) + " and ") + no_compare[2][0]) + " are a little ") + no_compare[1][1]) + " and ") + no_compare[0][0]) + " ") + _local12) + " a little too ") + no_compare[0][1]) + ". Maybe you should try a different item. ";
} else if (no_compare[0][1] == no_compare[2][1]) {
_local11 = ((((((((((("I think the " + no_compare[0][0]) + " and ") + no_compare[2][0]) + " are a little ") + no_compare[0][1]) + " and ") + no_compare[2][0]) + " ") + _local12) + " a little too ") + no_compare[2][1]) + ". Maybe you should try a different item. ";
} else {
_local11 = ((((((((("I think the " + no_compare[0][0]) + ", ") + no_compare[1][0]) + " and ") + no_compare[2][0]) + " ") + _local12) + " a little too ") + no_compare[2][1]) + ". Maybe you should try a different item. ";
}
}
var _local22 = "";
switch (is_compare.length) {
case 1 :
if (is_compare[0] == "shoes") {
_local22 = "are";
} else {
preTex2t = "is";
}
_local11 = _local11 + (((("I think the " + is_compare[0]) + " ") + _local22) + " ok. ");
break;
case 2 :
_local11 = _local11 + (((("I think the " + is_compare[0]) + " and ") + is_compare[1]) + " are ok. ");
break;
case 3 :
_local11 = _local11 + (((((("I think the " + is_compare[0]) + ", ") + is_compare[1]) + " and ") + is_compare[2]) + " are ok. ");
}
if ((!_local16) && (_local15)) {
_local11 = _local11 + (("Your accessory doesn\u2019t quite match the outfit. Maybe you should try something that looks a little more " + _level0.SELECTED_MODELS_KIND[_local3]) + ". ");
} else if (_local15) {
_local11 = _local11 + "I like the way that accessory looks with these clothes. ";
basicScore = basicScore + 5;
} else {
_local11 = _local11 + "This model could use an accessory. ";
}
_level0[("FB_" + mName) + "_c"] = _local11;
dressupText = _local11;
var _local19 = preShowClothes.getColorMakup(_level0[mName + "_eyes"]);
var _local18 = preShowClothes.getColorMakup(_level0[mName + "_eyeslids"]);
var _local20 = preShowClothes.getColorMakup(_level0[mName + "_lips"]);
var _local21 = "";
if ((((_local10 == _local19) || (_local19 == undefined)) && ((_local18 == _local10) || (_local18 == undefined))) && ((_local20 == _local10) || (_local20 == undefined))) {
makeupText = "This model\u2019s makeup looks just right! ";
_local21 = "This model\u2019s makeup looks just right! ";
} else if (_local10 == 1) {
makeupText = "That makeup is a little dark for this outfit. Try using something a little lighter. ";
_local21 = "That makeup is a little dark for this outfit. Try using something a little lighter. ";
} else {
makeupText = "That makeup is a little light for this outfit. Try using something a little darker. ";
_local21 = "That makeup is a little light for this outfit. Try using something a little darker. ";
}
if (((_level0[mName + "_eyes"] == undefined) && (_level0[mName + "_eyeslids"] == undefined)) && (_level0[mName + "_lips"] == undefined)) {
makeupText = mName + " isn\u2019t wearing any makeup!";
_local21 = mName + " still needs some makeup!";
} else if ((((_local10 == _local19) || (_local19 == undefined)) && ((_local18 == _local10) || (_local18 == undefined))) && ((_local20 == _local10) || (_local20 == undefined))) {
basicScore = basicScore + 5;
}
_level0[("FB_" + mName) + "_m"] = _local21;
}
function calculateScore(modelName) {
basicScore = 0;
dressupText = "";
makeupText = "";
no_compare = new Array();
is_compare = new Array();
calculateTBS(modelName);
if (basicScore < 0) {
basicScore = 0;
}
if (basicScore > 100) {
basicScore = 100;
}
if (counter < 4) {
globalScore = globalScore + basicScore;
}
showDressupTip(modelName, basicScore);
}
function showDressupTip(modelName, modelScore) {
var _local4 = new TextFormat();
_local4.font = "GameFont01";
var _local5 = "";
if (_level0._currentFrame < 650) {
this._feedback.dressScore_txt.antiAliasType = "advanced";
this._feedback.dressScore_txt.setNewTextFormat(_local4);
this._feedback.dressScore_txt.text = dressupText;
this._feedback.makeupScore_txt.antiAliasType = "advanced";
this._feedback.makeupScore_txt.setNewTextFormat(_local4);
this._feedback.makeupScore_txt.text = makeupText;
this._feedback.modelScore_txt.antiAliasType = "advanced";
this._feedback.modelScore_txt.setNewTextFormat(_local4);
this._feedback.modelScore_txt.text = modelScore + " %";
var _local2 = 0;
while (_local2 < _level0.SELECTED_MODELS.length) {
if (_level0.SELECTED_MODELS[_local2] == modelName) {
modelIndex = _local2;
break;
}
_local2++;
}
this._feedback.textScore_txt.antiAliasType = "advanced";
this._feedback.textScore_txt.setNewTextFormat(_local4);
this._feedback.textScore_txt.text = "Style: " + _level0.SELECTED_MODELS_KIND[modelIndex];
} else {
this._feedback.dressScore_txt.antiAliasType = "advanced";
this._feedback.dressScore_txt.setNewTextFormat(_local4);
this._feedback.makeupScore_txt.antiAliasType = "advanced";
this._feedback.makeupScore_txt.setNewTextFormat(_local4);
this._feedback.makeupScore_txt.text = makeupText;
var _local2 = 0;
while (_local2 < _level0.SELECTED_MODELS.length) {
if (_level0.SELECTED_MODELS[_local2] == modelName) {
modelIndex = _local2;
break;
}
_local2++;
}
this._feedback.textScore_txt.antiAliasType = "advanced";
this._feedback.textScore_txt.setNewTextFormat(_local4);
this._feedback.textScore_txt.text = "Style: " + _level0.SELECTED_MODELS_KIND[modelIndex];
switch (is_compare.length) {
case 1 :
break;
case 2 :
break;
case 3 :
_local5 = _local5 + (((((("I love those " + is_compare[0]) + ", ") + is_compare[1]) + " and ") + is_compare[2]) + "! It looks perfect on that model! ");
}
if (basicScore >= 81) {
this._feedback.stars.gotoAndStop("s5");
} else if (basicScore >= 61) {
this._feedback.stars.gotoAndStop("s4");
} else if (basicScore >= 41) {
this._feedback.stars.gotoAndStop("s3");
} else if (basicScore >= 21) {
this._feedback.stars.gotoAndStop("s2");
} else {
this._feedback.stars.gotoAndStop("s1");
}
if (basicScore >= 80) {
_local5 = _local5 + (("This outfit is fabulous! The designer has really captured the essence of the " + styleTXT) + " style and created something original. You\u2019ll be seeing this look on plenty of magazine covers! I can\u2019t wait to see what else this designer is going to create.");
this._feedback.dressScore_txt.text = _local5;
return(undefined);
}
if ((basicScore < 80) && (basicScore >= 50)) {
_local5 = _local5 + "I see what the designer was trying to do but some of the elements of this outfit just don\u2019t quite fit. With a few tweaks, this model could look much better. All good designers need to trust their instinct but also listen to their advisors.";
this._feedback.dressScore_txt.text = _local5;
return(undefined);
}
_local5 = _local5 + "Unfortunately, this outfit just does not match the style at all. The designer needs to make sure that they are picking clothes that match the style of the model. Maybe next time!";
this._feedback.dressScore_txt.text = _local5;
}
}
canClothesOf = false;
var preShowClothes = (new pl.fabrykagier.clothes.ClothesList());
var basicScore = 50;
var tipArray = new Array();
var makeupTip = new Array();
var totalScore = 0;
var no_compare = new Array();
var is_compare = new Array();
var styleTXT;
var tipsTextPositive = new Array();
var tipsTextNegative = new Array();
var dressupText;
tipsTextPositive.push(new Array("The combination of ", "'s ", " and ", " looks really nice."));
tipsTextPositive.push(new Array("The combination of ", "'s ", " and ", " is great."));
tipsTextPositive.push(new Array("The combination of ", "'s ", " and ", " is good choice."));
tipsTextPositive.push(new Array("", " looks wonderful in this ", " and ", ".", ""));
tipsTextNegative.push(new Array("The combination of ", "'s ", " and ", " don't go well together."));
tipsTextNegative.push(new Array("The combination of ", "'s ", " and ", ", it isn't good choice."));
tipsTextNegative.push(new Array("You need to change ", "'s ", " and ", ". It does not look quite right"));
calculateScore(_level0.selectedModel);
Frame 626
stop();
Frame 653
function addPrevModel_preShow(modelName) {
var _local6 = list.getModelByName(modelName);
this.prevModel.attachMovie("model", "PrevModel", this.getNextHighestDepth(), {_x:prevModelX, _y:prevModelY, _xscale:prevModelScale, _yscale:prevModelScale}).init(_local6);
var _local5 = this.prevModel.PrevModel;
_local5.setHair(_level0[modelName + "_hair"]);
_local5.setEyes(_level0[modelName + "_eyes"]);
_local5.setEyes(_level0[modelName + "_eyes"]);
_local5.setEyelids(_level0[modelName + "_eyeslids"]);
_local5.setLips(_level0[modelName + "_lips"]);
var _local2 = 0;
while (_local2 < categoryName.length) {
var _local3 = _level0[(modelName + "_") + categoryName[_local2]];
if (_local3 != undefined) {
mainRef.prevModel.PrevModel.addClothes(_local3, categoryName[_local2]);
prev2.addClothes(_local3, categoryName[_local2]);
}
_local2++;
}
}
function addModelHead(selectedModels) {
var _local9 = new TextFormat();
_local9.font = "GameFont01";
var _local2 = 0;
while (_local2 < selectedModels.length) {
var _local4 = list.getModelByName(selectedModels[_local2]);
this.modelHeads[("model" + (_local2 + 1)) + "_mc"].headContener.attachMovie("model", "model" + _local2, this.getNextHighestDepth(), {_x:34, _y:100, _xscale:35, _yscale:35}).init(_local4);
this.modelHeads[("model" + (_local2 + 1)) + "_mc"].headContener.selectModel(selectedModels[_local2]);
this.modelHeads[("model" + (_local2 + 1)) + "_mc"].headContener._parent.model_txt.antiAliasType = "advanced";
this.modelHeads[("model" + (_local2 + 1)) + "_mc"].headContener._parent.model_txt.setNewTextFormat(_local9);
this.modelHeads[("model" + (_local2 + 1)) + "_mc"].headContener._parent.model_txt.text = selectedModels[_local2];
_local2++;
}
}
function nextModel() {
var _local2 = 0;
while (_local2 < _level0.SELECTED_MODELS.length) {
if (_level0.SELECTED_MODELS[_local2] == selectedModel) {
j = _local2 + 1;
if (_local2 == 2) {
j = 0;
}
resetHeads();
selectedModel = _level0.SELECTED_MODELS[j];
var _local3 = this.modelHeads[("model" + (j + 1)) + "_mc"].headContener._parent.model_txt;
_local3._parent.gotoAndStop("on");
var _local4 = new TextFormat();
_local4.font = "GameFont01";
_local3.antiAliasType = "advanced";
_local3.setNewTextFormat(_local4);
_local3.text = selectedModel;
changePrevModel(_level0.SELECTED_MODELS[j]);
if (_level0._currentframe < 640) {
calculateScore(selectedModel);
}
return(undefined);
}
_local2++;
}
}
addPrevModel_preShow(_level0.SELECTED_MODELS[0]);
addModelHead(_level0.SELECTED_MODELS);
background_mc.gotoAndStop(2);
if (_level0.FSHOW == true) {
_level0.nextModel();
} else {
getURL ("javascript:pageTracker._trackPageview('FASHION/FLASHGAME/SHOW');");
}
Frame 667
SOUNDMANAGER.playSound(0, 1, "StarSound");
Frame 800
if (_level0.showShowInfo == true) {
stop();
_level0.firstShowInfo.gotoAndPlay(2);
}
Frame 811
firstReset();
Frame 812
function getTipText(modelName, pos1, pos2, _kind) {
var _local1;
if (_kind) {
_local1 = tipsTextPositive[Math.floor(Math.random() * tipsTextPositive.length)];
} else {
_local1 = tipsTextNegative[Math.floor(Math.random() * tipsTextNegative.length)];
}
var _local2;
_local2 = (((((_local1[0] + modelName) + _local1[1]) + pos1) + _local1[2]) + pos2) + _local1[3];
return(_local2);
}
function calculateOneClothes(modelName, clothesName) {
checkClothes(modelName, clothesName);
}
function checkClothes(modelName, clothesName) {
var _local14 = preShowClothes.getGoodStyle(clothesName);
var _local18 = false;
var _local22;
var _local8 = 0;
while (_local8 < _local14.length) {
var _local5 = _level0[(modelName + "_") + preShowClothes._getGroup(_local14[_local8])];
if ((_local5 != undefined) && (_local14[_local8] == _local5)) {
_local18 = true;
tipArray.push(getTipText(modelName, preShowClothes._getGroup(clothesName), preShowClothes._getGroup(_local5), true));
_level0[("FB_" + modelName) + "_c"].push(getTipText(modelName, preShowClothes._getGroup(clothesName), preShowClothes._getGroup(_local5), true));
basicScore = basicScore + 10;
_local22 = _local5;
}
_local8++;
}
var _local13 = preShowClothes.getBadStyle(clothesName);
var _local20 = false;
var _local24;
if (!_local18) {
var _local10 = 0;
while (_local10 < _local13.length) {
var _local5 = _level0[(modelName + "_") + preShowClothes._getGroup(_local13[_local10])];
if ((_local5 != undefined) && (_local13[_local10] == _local5)) {
_local20 = true;
_local24 = _local5;
basicScore = basicScore - 10;
tipArray.push(getTipText(modelName, preShowClothes._getGroup(clothesName), preShowClothes._getGroup(_local5), false));
_level0[("FB_" + modelName) + "_c"].push(getTipText(modelName, preShowClothes._getGroup(clothesName), preShowClothes._getGroup(_local5), false));
}
_local10++;
}
}
var _local11 = preShowClothes.getGoodColor(clothesName);
var _local19 = false;
var _local9 = 0;
while (_local9 < _local11.length) {
var _local5 = _level0[(modelName + "_") + preShowClothes._getGroup(_local11[_local9])];
if ((_local5 != undefined) && (_local11[_local9] == _local5)) {
_local19 = true;
tipArray.push(getTipText(modelName, preShowClothes._getGroup(clothesName), preShowClothes._getGroup(_local5), true));
_level0[("FB_" + modelName) + "_c"].push(getTipText(modelName, preShowClothes._getGroup(clothesName), preShowClothes._getGroup(_local5), true));
basicScore = basicScore + 10;
_local22 = _local5;
}
_local9++;
}
var _local15 = preShowClothes.getBadColor(clothesName);
var _local21 = false;
if (!_local19) {
var _local7 = 0;
while (_local7 < _local15.length) {
var _local5 = _level0[(modelName + "_") + preShowClothes._getGroup(_local15[_local7])];
if ((_local5 != undefined) && (_local15[_local7] == _local5)) {
_local21 = true;
_local24 = _local5;
basicScore = basicScore - 10;
tipArray.push(getTipText(modelName, preShowClothes._getGroup(clothesName), preShowClothes._getGroup(_local5), false));
_level0[("FB_" + modelName) + "_c"].push(getTipText(modelName, preShowClothes._getGroup(clothesName), preShowClothes._getGroup(_local5), false));
}
_local7++;
}
}
var _local16 = preShowClothes.getGoodMakup(clothesName);
var _local17 = false;
var _local7 = 0;
while (_local7 < _local16.length) {
var _local3 = 0;
while (_local3 < getAllMakeUp(modelName).length) {
if (_local16[_local7] == getAllMakeUp(modelName)[_local3][0]) {
_local17 = true;
basicScore = basicScore + 10;
makeupTip.push(getTipText(modelName, preShowClothes._getGroup(clothesName), getAllMakeUp(modelName)[_local3][1], true));
_level0[("FB_" + modelName) + "_m"].push(getTipText(modelName, preShowClothes._getGroup(clothesName), getAllMakeUp(modelName)[_local3][1], true));
}
_local3++;
}
_local7++;
}
var _local12 = preShowClothes.getBadMakup(clothesName);
var _local23 = false;
if (!_local23) {
var _local6 = 0;
while (_local6 < _local12.length) {
var _local4 = 0;
while (_local4 < getAllMakeUp(modelName).length) {
if (_local12[_local6] == getAllMakeUp(modelName)[_local4][0]) {
basicScore = basicScore - 10;
makeupTip.push(getTipText(modelName, preShowClothes._getGroup(clothesName), getAllMakeUp(modelName)[_local4][1], false));
_level0[("FB_" + modelName) + "_m"].push(getTipText(modelName, preShowClothes._getGroup(clothesName), getAllMakeUp(modelName)[_local4][1], false));
}
_local4++;
}
_local6++;
}
}
}
function getAllMakeUp(modelsName) {
var _local1 = new Array();
_local1.push(new Array(_level0[modelsName + "_eyes"], "eyes"));
_local1.push(new Array(_level0[modelsName + "_lips"], "lips"));
_local1.push(new Array(_level0[modelsName + "_eyeslids"], "eyeslids"));
_local1.push(new Array(_level0[modelsName + "_hair"], "hair"));
return(_local1);
}
function shuffle(a, b) {
var _local1 = Math.round(Math.random() * 2) - 1;
return(_local1);
}
function checkHalf(styleOne, styleTwo) {
var _local1 = new Array("dressy", "casual", "professional");
if (styleOne == _local1[0]) {
if (styleTwo == _local1[2]) {
return(true);
}
}
if (styleOne == _local1[1]) {
if (styleTwo == _local1[0]) {
return(true);
}
}
if (styleOne == _local1[2]) {
if (styleTwo == _local1[1]) {
return(true);
}
}
return(false);
}
function calculateTBS(mName) {
var _local3 = 0;
var _local6 = 0;
while (_local6 < _level0.SELECTED_MODELS.length) {
if (_level0.SELECTED_MODELS[_local6] == mName) {
_local3 = _local6;
break;
}
_local6++;
}
var _local2 = new Array("Dresses", "Coats", "Blouses");
var _local5 = new Array("Trousers", "Skirts", "Tights", "Dresses");
var _local7 = new Array();
_local7.push("Shoes");
var _local8 = new Array("Belts", "Flowers", "Sunglasses", "Neck", "Bracelets");
var _local23 = new Array("dressy", "casual", "professional");
var _local4 = false;
var _local9 = new Array(true, true, true);
var _local10;
var _local17;
styleTXT = _level0.SELECTED_MODELS_KIND[_local3];
var _local13;
var _local14;
_local6 = 0;
while (_local6 < _local2.length) {
if ((_level0[(mName + "_") + _local2[_local6]] != undefined) && (!preShowClothes._compare(_level0.AGENCY, _level0[(mName + "_") + _local2[_local6]], _level0.SELECTED_MODELS_KIND[_local3]))) {
if (!_local4) {
no_compare.push(new Array("top", preShowClothes.getMainGroup(_level0.AGENCY, _level0[(mName + "_") + _local2[_local6]])));
}
_local4 = true;
_local9[0] = false;
_local17 = preShowClothes.getColorClothes(_level0[(mName + "_") + _local2[_local6]]);
break;
}
if ((_level0[(mName + "_") + _local2[_local6]] != undefined) && (preShowClothes._compare(_level0.AGENCY, _level0[(mName + "_") + _local2[_local6]], _level0.SELECTED_MODELS_KIND[_local3]))) {
_local10 = preShowClothes.getColorClothes(_level0[(mName + "_") + _local2[_local6]]);
_local13 = preShowClothes.getMainGroup(_level0.AGENCY, _level0[(mName + "_") + _local2[_local6]]);
}
_local6++;
}
if (_local10 == undefined) {
_local10 = _local17;
}
if ((!_local4) && (_local9[0])) {
is_compare.push("top");
}
if (_local13 == _level0.SELECTED_MODELS_KIND[_local3]) {
basicScore = basicScore + 40;
}
if (checkHalf(_level0.SELECTED_MODELS_KIND[_local3], _local13)) {
basicScore = basicScore + 20;
}
_local4 = false;
var _local24;
_local6 = 0;
while (_local6 < _local5.length) {
if ((_level0[(mName + "_") + _local5[_local6]] != undefined) && (!preShowClothes._compare(_level0.AGENCY, _level0[(mName + "_") + _local5[_local6]], _level0.SELECTED_MODELS_KIND[_local3]))) {
if (!_local4) {
no_compare.push(new Array("bottom", preShowClothes.getMainGroup(_level0.AGENCY, _level0[(mName + "_") + _local5[_local6]])));
}
_local4 = true;
_local9[1] = false;
break;
}
if ((_level0[(mName + "_") + _local5[_local6]] != undefined) && (preShowClothes._compare(_level0.AGENCY, _level0[(mName + "_") + _local5[_local6]], _level0.SELECTED_MODELS_KIND[_local3]))) {
_local14 = preShowClothes.getMainGroup(_level0.AGENCY, _level0[(mName + "_") + _local5[_local6]]);
}
_local6++;
}
if ((!_local4) && (_local9[1])) {
is_compare.push("bottom");
}
if (_local14 == _level0.SELECTED_MODELS_KIND[_local3]) {
basicScore = basicScore + 40;
}
if (checkHalf(_level0.SELECTED_MODELS_KIND[_local3], _local14)) {
basicScore = basicScore + 20;
}
_local4 = false;
_local6 = 0;
while (_local6 < _local7.length) {
if (_local4) {
} else if ((_level0[(mName + "_") + _local7[_local6]] != undefined) && (!preShowClothes._compare2(_level0.AGENCY, _level0[(mName + "_") + _local7[_local6]], _level0.SELECTED_MODELS_KIND[_local3]))) {
if (!_local4) {
no_compare.push(new Array("shoes", preShowClothes.getMainGroup(_level0.AGENCY, _level0[(mName + "_") + _local7[_local6]])));
}
_local4 = true;
_local9[2] = false;
}
_local6++;
}
if ((!_local4) && (_local9[2])) {
basicScore = basicScore + 5;
is_compare.push("shoes");
}
var _local16 = false;
var _local15 = false;
var _local25;
_local6 = 0;
while (_local6 < _local8.length) {
if ((_level0[(mName + "_") + _local8[_local6]] != undefined) && (preShowClothes._compare(_level0.AGENCY, _level0[(mName + "_") + _local8[_local6]], _level0.SELECTED_MODELS_KIND[_local3]))) {
_local16 = true;
}
if (_level0[(mName + "_") + _local8[_local6]] != undefined) {
_local15 = true;
}
_local6++;
}
var _local11 = "";
var _local12 = "";
switch (no_compare.length) {
case 1 :
if (no_compare[0][0] == "shoes") {
_local12 = "are";
} else {
_local12 = "is";
}
_local11 = ((((("I think the " + no_compare[0][0]) + " ") + _local12) + " a little too ") + no_compare[0][1]) + ". Maybe you should try a different item. ";
break;
case 2 :
if (no_compare[1][0] == "shoes") {
_local12 = "are";
} else {
_local12 = "is";
}
if (no_compare[1][1] != no_compare[0][1]) {
_local11 = ((((((((("I think the " + no_compare[0][0]) + " is a little too ") + no_compare[0][1]) + " and ") + no_compare[1][0]) + " ") + _local12) + " a little too ") + no_compare[1][1]) + ". Maybe you should try a different item. ";
} else {
_local11 = ((((((("I think the " + no_compare[0][0]) + " and ") + no_compare[1][0]) + " ") + _local12) + " a little too ") + no_compare[1][1]) + ". Maybe you should try a different item. ";
}
break;
case 3 :
if (no_compare[2][0] == "shoes") {
_local12 = "are";
} else {
_local12 = "is";
}
if (no_compare[0][1] == no_compare[1][1]) {
_local11 = ((((((((((("I think the " + no_compare[0][0]) + " and ") + no_compare[1][0]) + " are a little ") + no_compare[1][1]) + " and ") + no_compare[2][0]) + " ") + _local12) + " a little too ") + no_compare[2][1]) + ". Maybe you should try a different item. ";
} else if (no_compare[1][1] == no_compare[2][1]) {
_local11 = ((((((((((("I think the " + no_compare[1][0]) + " and ") + no_compare[2][0]) + " are a little ") + no_compare[1][1]) + " and ") + no_compare[0][0]) + " ") + _local12) + " a little too ") + no_compare[0][1]) + ". Maybe you should try a different item. ";
} else if (no_compare[0][1] == no_compare[2][1]) {
_local11 = ((((((((((("I think the " + no_compare[0][0]) + " and ") + no_compare[2][0]) + " are a little ") + no_compare[0][1]) + " and ") + no_compare[2][0]) + " ") + _local12) + " a little too ") + no_compare[2][1]) + ". Maybe you should try a different item. ";
} else {
_local11 = ((((((((("I think the " + no_compare[0][0]) + ", ") + no_compare[1][0]) + " and ") + no_compare[2][0]) + " ") + _local12) + " a little too ") + no_compare[2][1]) + ". Maybe you should try a different item. ";
}
}
var _local22 = "";
switch (is_compare.length) {
case 1 :
if (is_compare[0] == "shoes") {
_local22 = "are";
} else {
preTex2t = "is";
}
_local11 = _local11 + (((("I think the " + is_compare[0]) + " ") + _local22) + " ok. ");
break;
case 2 :
_local11 = _local11 + (((("I think the " + is_compare[0]) + " and ") + is_compare[1]) + " are ok. ");
break;
case 3 :
_local11 = _local11 + (((((("I think the " + is_compare[0]) + ", ") + is_compare[1]) + " and ") + is_compare[2]) + " are ok. ");
}
if ((!_local16) && (_local15)) {
_local11 = _local11 + (("Your accessory doesn\u2019t quite match the outfit. Maybe you should try something that looks a little more " + _level0.SELECTED_MODELS_KIND[_local3]) + ". ");
} else if (_local15) {
_local11 = _local11 + "I like the way that accessory looks with these clothes. ";
basicScore = basicScore + 5;
} else {
_local11 = _local11 + "This model could use an accessory. ";
}
_level0[("FB_" + mName) + "_c"] = _local11;
dressupText = _local11;
var _local19 = preShowClothes.getColorMakup(_level0[mName + "_eyes"]);
var _local18 = preShowClothes.getColorMakup(_level0[mName + "_eyeslids"]);
var _local20 = preShowClothes.getColorMakup(_level0[mName + "_lips"]);
var _local21 = "";
if ((((_local10 == _local19) || (_local19 == undefined)) && ((_local18 == _local10) || (_local18 == undefined))) && ((_local20 == _local10) || (_local20 == undefined))) {
makeupText = "This model\u2019s makeup looks just right! ";
_local21 = "This model\u2019s makeup looks just right! ";
} else if (_local10 == 1) {
makeupText = "That makeup is a little dark for this outfit. Try using something a little lighter. ";
_local21 = "That makeup is a little dark for this outfit. Try using something a little lighter. ";
} else {
makeupText = "That makeup is a little light for this outfit. Try using something a little darker. ";
_local21 = "That makeup is a little light for this outfit. Try using something a little darker. ";
}
if (((_level0[mName + "_eyes"] == undefined) && (_level0[mName + "_eyeslids"] == undefined)) && (_level0[mName + "_lips"] == undefined)) {
makeupText = mName + " isn\u2019t wearing any makeup!";
_local21 = mName + " still needs some makeup!";
} else if ((((_local10 == _local19) || (_local19 == undefined)) && ((_local18 == _local10) || (_local18 == undefined))) && ((_local20 == _local10) || (_local20 == undefined))) {
basicScore = basicScore + 5;
}
_level0[("FB_" + mName) + "_m"] = _local21;
}
function calculateScore(modelName) {
basicScore = 0;
dressupText = "";
makeupText = "";
no_compare = new Array();
is_compare = new Array();
calculateTBS(modelName);
if (basicScore < 0) {
basicScore = 0;
}
if (basicScore > 100) {
basicScore = 100;
}
if (counter < 4) {
globalScore = globalScore + basicScore;
}
showDressupTip(modelName, basicScore);
}
function showDressupTip(modelName, modelScore) {
var _local4 = new TextFormat();
_local4.font = "GameFont01";
var _local5 = "";
if (_level0._currentFrame < 650) {
this._feedback.dressScore_txt.antiAliasType = "advanced";
this._feedback.dressScore_txt.setNewTextFormat(_local4);
this._feedback.dressScore_txt.text = dressupText;
this._feedback.makeupScore_txt.antiAliasType = "advanced";
this._feedback.makeupScore_txt.setNewTextFormat(_local4);
this._feedback.makeupScore_txt.text = makeupText;
this._feedback.modelScore_txt.antiAliasType = "advanced";
this._feedback.modelScore_txt.setNewTextFormat(_local4);
this._feedback.modelScore_txt.text = modelScore + " %";
var _local2 = 0;
while (_local2 < _level0.SELECTED_MODELS.length) {
if (_level0.SELECTED_MODELS[_local2] == modelName) {
modelIndex = _local2;
break;
}
_local2++;
}
this._feedback.textScore_txt.antiAliasType = "advanced";
this._feedback.textScore_txt.setNewTextFormat(_local4);
this._feedback.textScore_txt.text = "Style: " + _level0.SELECTED_MODELS_KIND[modelIndex];
} else {
this._feedback.dressScore_txt.antiAliasType = "advanced";
this._feedback.dressScore_txt.setNewTextFormat(_local4);
this._feedback.makeupScore_txt.antiAliasType = "advanced";
this._feedback.makeupScore_txt.setNewTextFormat(_local4);
this._feedback.makeupScore_txt.text = makeupText;
var _local2 = 0;
while (_local2 < _level0.SELECTED_MODELS.length) {
if (_level0.SELECTED_MODELS[_local2] == modelName) {
modelIndex = _local2;
break;
}
_local2++;
}
this._feedback.textScore_txt.antiAliasType = "advanced";
this._feedback.textScore_txt.setNewTextFormat(_local4);
this._feedback.textScore_txt.text = "Style: " + _level0.SELECTED_MODELS_KIND[modelIndex];
switch (is_compare.length) {
case 1 :
break;
case 2 :
break;
case 3 :
_local5 = _local5 + (((((("I love those " + is_compare[0]) + ", ") + is_compare[1]) + " and ") + is_compare[2]) + "! It looks perfect on that model! ");
}
if (basicScore >= 81) {
this._feedback.stars.gotoAndStop("s5");
} else if (basicScore >= 61) {
this._feedback.stars.gotoAndStop("s4");
} else if (basicScore >= 41) {
this._feedback.stars.gotoAndStop("s3");
} else if (basicScore >= 21) {
this._feedback.stars.gotoAndStop("s2");
} else {
this._feedback.stars.gotoAndStop("s1");
}
if (basicScore >= 80) {
_local5 = _local5 + (("This outfit is fabulous! The designer has really captured the essence of the " + styleTXT) + " style and created something original. You\u2019ll be seeing this look on plenty of magazine covers! I can\u2019t wait to see what else this designer is going to create.");
this._feedback.dressScore_txt.text = _local5;
return(undefined);
}
if ((basicScore < 80) && (basicScore >= 50)) {
_local5 = _local5 + "I see what the designer was trying to do but some of the elements of this outfit just don\u2019t quite fit. With a few tweaks, this model could look much better. All good designers need to trust their instinct but also listen to their advisors.";
this._feedback.dressScore_txt.text = _local5;
return(undefined);
}
_local5 = _local5 + "Unfortunately, this outfit just does not match the style at all. The designer needs to make sure that they are picking clothes that match the style of the model. Maybe next time!";
this._feedback.dressScore_txt.text = _local5;
}
}
canClothesOf = false;
var preShowClothes = (new pl.fabrykagier.clothes.ClothesList());
var basicScore = 50;
var tipArray = new Array();
var makeupTip = new Array();
var totalScore = 0;
var no_compare = new Array();
var is_compare = new Array();
var styleTXT;
var tipsTextPositive = new Array();
var tipsTextNegative = new Array();
var dressupText;
tipsTextPositive.push(new Array("The combination of ", "'s ", " and ", " looks really nice."));
tipsTextPositive.push(new Array("The combination of ", "'s ", " and ", " is great."));
tipsTextPositive.push(new Array("The combination of ", "'s ", " and ", " is good choice."));
tipsTextPositive.push(new Array("", " looks wonderful in this ", " and ", ".", ""));
tipsTextNegative.push(new Array("The combination of ", "'s ", " and ", " don't go well together."));
tipsTextNegative.push(new Array("The combination of ", "'s ", " and ", ", it isn't good choice."));
tipsTextNegative.push(new Array("You need to change ", "'s ", " and ", ". It does not look quite right"));
calculateScore(_level0.selectedModel);
Frame 820
stop();
Frame 830
if (isNext == false) {
_gameOver._panel._bosses.gotoAndStop(_level0.BOSS);
_gameOver.gotoAndPlay(2);
isBoss = true;
stop();
}
Frame 846
_level0.FSHOW = true;
gotoAndPlay ("Show");
Symbol 3 MovieClip [brain] Frame 1
function brain() {
create_assets(myself, _global.obj_iads.type);
switch (_global.obj_iads.type) {
case "FULL" :
mcLoader.loadClip(_global.obj_iads.url, trgt_main);
break;
case "EMBED" :
mcLoader.loadClip(_global.obj_iads.url, trgt_main.trgt_ads);
if (_global.obj_iads.link ne undefined) {
trgt_main.onRelease = function () {
getURL (_global.obj_iads.link, "_blank");
};
}
break;
case "NOOP" :
clearInterval(int1);
_root.play();
break;
}
}
function get_iads() {
lv_iads = new XML();
lv_result = new XML();
lv_result.ignoreWhite = true;
lv_result.onLoad = function (success) {
if (success) {
parse_iads(lv_result);
} else {
_root.play();
}
};
lv_iads.sendAndLoad(adurl, lv_result, "POST");
}
function parse_iads(lv_result) {
_global.obj_iads = new Array();
var _local2 = 0;
while (_local2 < lv_result.firstChild.childNodes.length) {
if (lv_result.firstChild.childNodes[_local2].firstChild.nodeValue != null) {
obj_iads[lv_result.firstChild.childNodes[_local2].nodeName] = lv_result.firstChild.childNodes[_local2].firstChild.nodeValue;
} else if (lv_result.firstChild.childNodes[_local2].firstChild.firstChild.nodeValue != null) {
var _local5 = new Object();
var _local4 = 0;
while (_local4 < lv_result.firstChild.childNodes[_local2].childNodes.length) {
_local5[lv_result.firstChild.childNodes[_local2].childNodes[_local4].nodeName] = lv_result.firstChild.childNodes[_local2].childNodes[_local4].firstChild.nodeValue;
_local4++;
}
obj_iads[lv_result.firstChild.childNodes[_local2].nodeName] = _local5;
}
_local2++;
}
show_time = int(_global.obj_iads.t);
check_type();
}
function time_delay() {
tim = 0;
int1 = setInterval(timespam, 1000);
}
function timespam() {
tim++;
trace(tim);
if (tim == show_time) {
clearInterval(int1);
_root.play();
}
}
function create_assets(mc, _type) {
mc.createEmptyMovieClip("whitebg", 0);
whitebg.beginFill(16777215);
whitebg.moveTo(0, 0);
whitebg.lineTo(0, 0);
whitebg.lineTo(Stage.width, 0);
whitebg.lineTo(Stage.width, Stage.height + 20);
whitebg.lineTo(0, Stage.height + 20);
whitebg.endFill();
mc.createEmptyMovieClip("trgt_main", 4);
mcLoader = new MovieClipLoader();
mcLoader.addListener(mc);
if (_type != "FULL") {
mc.createEmptyMovieClip("square_mc", 5);
var _local4 = trgt_main.createEmptyMovieClip("trgt_ads", getNextHighestDepth());
var _local3 = new TextFormat();
_local3.align = "center";
_local3.font = "Verdana";
_local3.size = 10;
var _local2 = new TextFormat();
_local2.align = "right";
_local2.font = "Verdana";
_local2.size = 10;
_local2.underline = true;
mc.createTextField("h_txt", mc.getNextHighestDepth(), 0, 0, 100, 22);
mc.createTextField("b_txt", mc.getNextHighestDepth(), 0, 0, 100, 22);
mc.createTextField("m_txt", mc.getNextHighestDepth(), 0, 0, 120, 22);
b_txt.autoSize = true;
m_txt.autoSize = true;
b_txt.selectable = false;
h_txt.selectable = false;
m_txt.selectable = false;
m_txt.html = true;
b_txt.multiline = true;
b_txt.setNewTextFormat(_local3);
h_txt.autoSize = true;
h_txt.setNewTextFormat(_local3);
m_txt.setNewTextFormat(_local2);
h_txt.text = "";
mc.createEmptyMovieClip("progressBar", 500);
}
}
function onLoadInit(mc) {
ad_width = int(_global.obj_iads.x);
ad_height = int(_global.obj_iads.y);
h_txt.text = "Advertisement";
loadMessages();
progressBar.tim = show_time;
progressBar.width = _global.obj_iads.x;
progressBar.height = 15;
progressBar.start = function () {
game_fps = getFps();
maxw = this.width - 2;
this.ad = maxw / (this.tim + 1);
this.ad = this.ad / game_fps;
};
progressBar.onEnterFrame = function () {
if (this.bar._width < (this.width - 2)) {
this.bar._width = this.bar._width + this.ad;
} else {
this.bar._width = this.width;
}
};
progressBar._x = 100;
progressBar._y = 100;
bar_mc = progressBar.createEmptyMovieClip("bar", 1);
box_mc = progressBar.createEmptyMovieClip("box", 2);
bar_mc.beginFill(26112);
bar_mc.moveTo(0, 0);
bar_mc.lineTo(1, 0);
bar_mc.lineTo(1, progressBar.height - 2);
bar_mc.lineTo(0, progressBar.height - 2);
bar_mc.lineTo(0, 0);
bar_mc.endFill();
bar_mc._x = 1.5;
bar_mc._y = 1.5;
box_mc.lineStyle(1, 3355443, 100, true, "none", "round", "miter", 1);
box_mc.lineTo(progressBar.width, 0);
box_mc.lineTo(progressBar.width, progressBar.height);
box_mc.lineTo(0, progressBar.height);
box_mc.lineTo(0, 0);
box_mc._x = 0;
box_mc._y = 0;
progressBar.start();
b_txt.text = "Note\rClicking on the above Ad won't interrupt your game.\rAd link opens in a new window.";
myself._y = b_txt._y - 10;
x = (Stage.width / 2) - (ad_width / 2);
y = (Stage.height / 2) - (ad_height / 2);
mc._x = x;
mc._y = y;
h_txt._x = (x + (ad_width / 2)) - (h_txt._width / 2);
h_txt._y = y - 20;
progressBar._x = (x + (ad_width / 2)) - (progressBar._width / 2);
progressBar._y = (y + 5) + ad_height;
myself.invizi_logo.swapDepths(myself.getNextHighestDepth());
myself.invizi_logo._alpha = 100;
myself.invizi_logo._x = int(progressBar._x);
myself.invizi_logo._y = int(progressBar._y + progressBar._height) + 5;
m_txt._x = int(progressBar._x + progressBar._width) - m_txt._width;
m_txt._y = int(progressBar._y + progressBar._height) + 3;
myself.invizi_logo.onRelease = function () {
getURL ("http://www.inviziads.com/index.html?utm_source=4_1&utm_medium=logo&utm_content=default&utm_campaign=invizi", "_blank");
};
b_txt._x = (x + (ad_width / 2)) - (b_txt._width / 2);
b_txt._y = progressBar._y + 38;
square_mc.beginFill(16711680);
square_mc.moveTo(0, 0);
square_mc.lineTo(ad_width, 0);
square_mc.lineTo(ad_width, ad_height);
square_mc.lineTo(0, ad_height);
square_mc.lineTo(0, 0);
square_mc.endFill();
square_mc._x = x;
square_mc._y = y;
trgt_main.setMask(square_mc);
}
function loadMessages() {
lv_messages = new XML();
lv_messages.ignoreWhite = true;
lv_messages.onLoad = function (success) {
if (success) {
totalNodes = lv_messages.firstChild.childNodes.length;
ran = Math.floor(Math.random() * totalNodes);
if (lv_messages.firstChild.childNodes[ran].firstChild == undefined) {
m_txt.htmlText = "<font color='#0066CC'><a href='http://www.inviziads.com/adv-starter-pack.html' target='_blank'>Advertisers, try us out for US$250</a></font>";
} else {
m_txt.htmlText = ((("<font color='#0066CC'><a href='" + lv_messages.firstChild.childNodes[ran].attributes.link) + "' target='_blank'>") + lv_messages.firstChild.childNodes[ran].firstChild) + "</a></font>";
}
m_txt._x = int(progressBar._x + progressBar._width) - m_txt._width;
m_txt._y = int(progressBar._y + progressBar._height) + 2;
} else {
m_txt.htmlText = "<font color='#0066CC'><a href='http://inviziads.com' target='_blank'>Advertisers, try us out for US$250</a></font>";
m_txt._x = int(progressBar._x + progressBar._width) - m_txt._width;
m_txt._y = int(progressBar._y + progressBar._height) + 2;
}
};
lv_messages.load(messageURL);
}
function pushdata() {
holder.obj_iads = _global.obj_iads;
}
function startdatapush(mc) {
var _local2;
_local2 = setInterval(this, "pushdata", 10);
}
function check_type() {
if (_global.obj_iads.type eq "UPDATE") {
myself.createEmptyMovieClip("holder", 100);
var _local3 = _global.obj_iads.url;
obj_iads = _global.obj_iads;
var _local2 = new MovieClipLoader();
_local2.loadClip(_global.obj_iads.url, holder);
} else {
brain();
time_delay();
}
}
function parse_xml(mydata) {
var _local4 = new Array();
var _local1 = 0;
while (_local1 < mydata.firstChild.childNodes.length) {
if (mydata.firstChild.childNodes[_local1].firstChild.nodeValue != null) {
_local4[mydata.firstChild.childNodes[_local1].nodeName] = mydata.firstChild.childNodes[_local1].firstChild.nodeValue;
} else if (mydata.firstChild.childNodes[_local1].firstChild.firstChild.nodeValue != null) {
var _local5 = new Object();
var _local2 = 0;
while (_local2 < lv_result.firstChild.childNodes[_local1].childNodes.length) {
_local4[lv_result.firstChild.childNodes[_local1].childNodes[_local2].nodeName] = mydata.firstChild.childNodes[_local1].childNodes[_local2].firstChild.nodeValue;
_local2++;
}
_local4[lv_result.firstChild.childNodes[_local1].nodeName] = _local5;
}
_local1++;
}
return(_local4);
}
function checkhost() {
swfurl = this._url;
if (swfurl.indexOf("games2win.com") != -1) {
return(false);
}
return(true);
}
System.security.allowDomain("*");
System.security.allowInsecureDomain("*");
var time = 0;
var tim = 0;
var show_time = 0;
var tempo = 0;
var int1;
getFps = function () {
if (signal == true) {
time = getTimer();
} else {
tempo = int(1000 / (getTimer() - time));
}
signal = !signal;
return(tempo);
};
this.onEnterFrame = function () {
game_fps = getFps();
if ((game_fps != 0) && (game_fps != undefined)) {
this.onEnterFrame = null;
}
};
myself = this;
signal = true;
if (checkhost() == true) {
var purl = flash.external.ExternalInterface.call("document.URL.toString");
var hurl = escape(_root._url);
var adurl = "http://s1.inviziads.com/lookup.html?";
adurl = adurl + "g=ivz000004";
adurl = adurl + "&h=g2w";
adurl = adurl + "&type=pre";
adurl = adurl + "&v=4_3";
adurl = adurl + ("&purl=" + escape(purl));
adurl = adurl + ("&hurl=" + hurl);
var my_date = new Date();
adurl = adurl + ("&ts=" + my_date.getSeconds());
var messageURL = "http://s1.inviziads.com/template/invizi_messages.xml";
get_iads();
_root.stop();
} else {
_root.play();
}
Symbol 10 MovieClip Frame 1
stop();
Symbol 13 MovieClip Frame 1
stop();
Symbol 17 MovieClip [Panel] Frame 1
#initclip 7
Object.registerClass("Panel", pl.fabrykagier.helpers.Changer);
#endinitclip
Symbol 67 MovieClip [Trousers] Frame 1
stop();
Symbol 95 MovieClip [Tights] Frame 1
stop();
Symbol 101 MovieClip [Sunglasses] Frame 1
stop();
Symbol 149 MovieClip [Skirts] Frame 1
stop();
Symbol 200 MovieClip [Shoes] Frame 1
stop();
Symbol 250 MovieClip [Dresses] Frame 1
stop();
Symbol 263 MovieClip [Coats] Frame 1
stop();
Symbol 364 MovieClip [Blouses] Frame 1
stop();
Symbol 384 MovieClip [Belts] Frame 1
stop();
Symbol 388 MovieClip Frame 1
var progresFont = new TextFormat();
progresFont.font = "GameFont01";
progress_txt.antiAliasType = "advanced";
progress_txt.setNewTextFormat(newsFontTitle);
progress_txt.text = "loading game...0%";
Symbol 1748 MovieClip [__Packages.pl.fabrykagier.helpers.Changer] Frame 0
class pl.fabrykagier.helpers.Changer extends MovieClip
{
var _ref, _right, _left, clothesList, _parent, gotoAndStop, _contener, contener;
function Changer () {
super();
_ref = this;
_right.onPress = pressLeft;
_right.onRollOut = outLeft;
_right.onRollOver = overLeft;
_right.onReleaseOutside = releaseOutsideLeft;
_right.onRelease = releaseLeft;
_left.onPress = pressRight;
_left.onRollOver = overRight;
_left.onRollOut = outRight;
_left.onRelease = releaseLeft;
_left.onReleaseOutside = releaseOutsideRight;
clothesList = new pl.fabrykagier.clothes.ClothesList();
init(clothesList.getClothesByMainGroup(_level0.AGENCY, _parent._name));
}
function pressLeft() {
_parent.onEnterFrame = function () {
var _local2 = this._parent._panel.contener;
if ((_local2._x - 380) < (-_local2._width)) {
delete _level0.onEnterFrame;
return(undefined);
}
_local2._x = _local2._x - 5;
};
}
function pressRight() {
_parent.onEnterFrame = function () {
var _local2 = this._parent._panel.contener;
if (_local2._x > 25) {
delete _level0.onEnterFrame;
return(undefined);
}
_local2._x = _local2._x + 5;
};
}
function releaseLeft() {
gotoAndStop(1);
delete _parent.onEnterFrame;
}
function releaseOutsideRight() {
gotoAndStop(1);
delete _parent.onEnterFrame;
}
function releaseOutsideLeft() {
gotoAndStop(1);
delete _parent.onEnterFrame;
}
function overLeft() {
gotoAndStop(2);
}
function outLeft() {
gotoAndStop(1);
delete _parent.onEnterFrame;
}
function releaseRight() {
gotoAndStop(1);
delete _parent.onEnterFrame;
}
function overRight() {
gotoAndStop(2);
}
function outRight() {
gotoAndStop(1);
delete _parent.onEnterFrame;
}
function init(refArray, globalScale) {
var _local9 = refArray.length;
var _local5 = startX;
var _local10 = _contener;
var _local3 = contener;
var _local2 = 0;
while (_local2 < _local9) {
if (_local3._width != 0) {
_local5 = _local3._width + 10;
}
var _local6 = _local3.attachMovie(refArray[_local2], refArray[_local2], _local3.getNextHighestDepth(), {_x:_local5, _y:0});
_local3[refArray[_local2]].name = refArray[_local2];
_local3[refArray[_local2]].dragMe(clothesList._getGroup(refArray[_local2]));
_local2++;
}
}
function tryScale(objRef) {
if (maskHeight >= objRef._height) {
return(undefined);
}
var _local2 = 100;
while (_local2 >= 0) {
objRef._yscale = _local2;
if (objRef._height <= maskHeight) {
objRef._xscale = _local2;
return(undefined);
}
_local2 = _local2 - 1;
}
}
var maskHeight = 50;
var speedX = 5;
var startX = 5;
}
Symbol 1749 MovieClip [__Packages.pl.fabrykagier.clothes.ClothesList] Frame 0
class pl.fabrykagier.clothes.ClothesList
{
function ClothesList () {
fillStyle();
fillStyle2();
color.Belt01_Chick = 0;
color.Belt02_Chick = 1;
color.Belt03_Chick = 1;
color.Belt04_Chick = 0;
color.Belt05_Chick = 1;
color.Coat01_Chick = 0;
color.Coat02_Chick = 1;
color.Blouse05_Chick = 0;
color.Blouse03_Chick = 1;
color.Blouse01_Chick = 0;
color.Blouse07_Chick = 0;
color.Blouse08_Chick = 0;
color.Blouse09_Chick = 1;
color.Blouse04_Chick = 0;
color.Blouse10_Chick = 1;
color.Dress01_Chick = 1;
color.Dress02_Chick = 1;
color.Dress03_Chick = 0;
color.Dress04_Chick = 0;
color.Dress05_Chick = 0;
color.Skirt01_Chick = 0;
color.Skirt02_Chick = 0;
color.Skirt03_Chick = 1;
color.Skirt04_Chick = 0;
color.Skirt05_Chick = 1;
color.Trousers01_Chick = 0;
color.Trousers02_Chick = 0;
color.Trousers03_Chick = 0;
color.Trousers04_Chick = 1;
color.Trousers05_Chick = 1;
color.Tights01_Chick = 1;
color.Tights02_Chick = 0;
color.Tights03_Chick = 0;
color.Tights04_Chick = 0;
color.Shoes01_Chick = 1;
color.Shoes02_Chick = 0;
color.Shoes03_Chick = 0;
color.Shoes04_Chick = 0;
color.Shoes05_Chick = 0;
color.Shoes06_Chick = 1;
color.Shoes07_Chick = 1;
color.Sunglasses01_Chick = 1;
color.Sunglasses02_Chick = 0;
color.Necklace01_Eco = 0;
color.Necklace02_Eco = 0;
color.Scarf01_Eco = 1;
color.Coat01_Eco = 0;
color.Coat02_Eco = 1;
color.Blouse01_Eco = 0;
color.Blouse02_Eco = 0;
color.Blouse03_Eco = 1;
color.Blouse04_Eco = 0;
color.Blouse05_Eco = 0;
color.Blouse06_Eco = 1;
color.Blouse07_Eco = 1;
color.Blouse08_Eco = 0;
color.Blouse09_Eco = 0;
color.Blouse10_Eco = 1;
color.Blouse11_Eco = 0;
color.Dress01_Eco = 0;
color.Dress02_Eco = 0;
color.Dress03_Eco = 1;
color.Dress04_Eco = 0;
color.Dress05_Eco = 1;
color.Dress06_Eco = 0;
color.Bracelett01_Eco = 0;
color.Bracelett01_Eco = 0;
color.Skirt01_Eco = 0;
color.Skirt03_Eco = 0;
color.Skirt04_Eco = 0;
color.Trousers01_Eco = 0;
color.Trousers02_Eco = 1;
color.Trousers03_Eco = 0;
color.Trousers04_Eco = 1;
color.Trousers05_Eco = 0;
color.Trousers06_Eco = 0;
color.Tights01_Eco = 0;
color.Tights02_Eco = 1;
color.Tights03_Eco = 0;
color.Shoes01_Eco = 1;
color.Shoes02_Eco = 0;
color.Shoes03_Eco = 0;
color.Necklace01_Street = 1;
color.Necklace02_Street = 1;
color.Necklace03_Street = 1;
color.Scarf01_Street = 0;
color.Belt01_Street = 0;
color.Coat01_Street = 0;
color.Blouse08_Street = 0;
color.Blouse02_Street = 1;
color.Blouse03_Street = 0;
color.Blouse04_Street = 1;
color.Blouse05_Street = 1;
color.Blouse06_Street = 1;
color.Blouse07_Street = 0;
color.Blouse09_Street = 0;
color.Blouse10_Street = 1;
color.Blouse11_Street = 0;
color.Blouse12_Street = 1;
color.Dress01_Street = 0;
color.Dress02_Street = 1;
color.Dress03_Street = 0;
color.Dress04_Street = 0;
color.Skirt01_Street = 1;
color.Skirt02_Street = 0;
color.Skirt03_Street = 0;
color.Skirt04_Street = 1;
color.Skirt05_Street = 0;
color.Skirt06_Street = 0;
color.Trousers01_Street = 0;
color.Trousers02_Street = 0;
color.Trousers03_Street = 0;
color.Tights01_Street = 1;
color.Tights02_Street = 0;
color.Tights03_Street = 0;
color.Shoes01_Street = 0;
color.Shoes02_Street = 0;
color.Shoes03_Street = 1;
color.Shoes04_Street = 0;
color.Shoes05_Street = 0;
color.Shoes06_Street = 1;
color.Beret01_Street = 0;
color.Necklace01_Trash = 1;
color.Necklace02_Trash = 1;
color.Necklace03_Trash = 1;
color.Necklace04_Trash = 1;
color.Necklace05_Trash = 1;
color.Necklace06_Trash = 0;
color.Scarf01_Trash = 0;
color.Scarf02_Trash = 1;
color.Scarf03_Trash = 0;
color.Belt01_Trash = 0;
color.Waistcoat01_Trash = 0;
color.Waistcoat02_Trash = 1;
color.Waistcoat04_Trash = 0;
color.Blouse01_Trash = 0;
color.Blouse02_Trash = 0;
color.Blouse03_Trash = 0;
color.Blouse05_Trash = 0;
color.Blouse06_Trash = 0;
color.Blouse07_Trash = 0;
color.Blouse08_Trash = 0;
color.Blouse10_Trash = 1;
color.Blouse13_Trash = 0;
color.Blouse14_Trash = 1;
color.Blouse15_Trash = 1;
color.Blouse16_Trash = 0;
color.Dress01_Trash = 0;
color.Dress02_Trash = 0;
color.Dress03_Trash = 1;
color.Dress04_Trash = 1;
color.Dress05_Trash = 1;
color.Dress06_Trash = 1;
color.Bracelet01_Trash = 1;
color.Bracelet02_Trash = 0;
color.Bracelet03_Trash = 1;
color.Bracelet04_Trash = 0;
color.Skirt01_Trash = 0;
color.Skirt02_Trash = 0;
color.Skirt03_Trash = 1;
color.Skirt04_Trash = 0;
color.Skirt05_Trash = 0;
color.Skirt06_Trash = 0;
color.Skirt07_Trash = 1;
color.Trousers01_Trash = 0;
color.Trousers02_Trash = 0;
color.Trousers03_Trash = 1;
color.Trousers04_Trash = 0;
color.Trousers05_Trash = 1;
color.Trousers06_Trash = 1;
color.Trousers07_Trash = 1;
color.Trousers08_Trash = 0;
color.Trousers09_Trash = 1;
color.Trousers11_Trash = 1;
color.Trousers12_Trash = 0;
color.Trousers13_Trash = 0;
color.Trousers14_Trash = 0;
color.Shoes01_Trash = 1;
color.Shoes02_Trash = 1;
color.Shoes03_Trash = 0;
color.Shoes04_Trash = 0;
color.Shoes05_Trash = 0;
color.Shoes06_Trash = 1;
color.Shoes07_Trash = 1;
color.Shoes08_Trash = 0;
mColor.brown = 0;
mColor.violet = 0;
mColor.light_brown = 1;
mColor.green = 1;
mColor.blue = 0;
mColor.light_blue = 1;
mColor.yellow = 1;
mColor.light_green = 1;
mColor.eyelids11 = 1;
mColor.eyelids13 = 1;
mColor.eyelids10 = 1;
mColor.eyelids9 = 1;
mColor.eyelids6 = 1;
mColor.eyelids8 = 1;
mColor.eyelids1 = 1;
mColor.eyelids7 = 1;
mColor.eyelids12 = 1;
mColor.eyelids3 = 1;
mColor.eyelids5 = 1;
mColor.eyelids2 = 1;
mColor.eyelids4 = 0;
mColor.lips9 = 1;
mColor.lips3 = 1;
mColor.lips11 = 1;
mColor.lips8 = 1;
mColor.lips7 = 1;
mColor.lips6 = 0;
mColor.lips2 = 1;
mColor.lips1 = 1;
mColor.lips4 = 1;
mColor.lips12 = 1;
mColor.lips5 = 0;
mColor.lips10 = 0;
}
function getColorClothes(cName) {
return(color[cName]);
}
function getColorMakup(cName) {
return(mColor[cName]);
}
function fillStyle() {
chickStyleList2.dressy = new Array("Belt03_Chick", "Belt04_Chick", "Belt05_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick", "Dress01_Chick", "Coat03_Chick", "Blouse08_Chick", "Dress02_Chick", "Dress03_Chick", "Dress04_Chick", "Dress05_Chick", "Coat01_Chick", "Skirt01_Chick", "Skirt04_Chick", "Skirt05_Chick", "Trousers05_Chick", "Tights04_Chick", "Shoes01_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes05_Chick", "Shoes07_Chick");
chickStyleList2.casual = new Array("Belt01_Chick", "Belt02_Chick", "Belt05_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick", "Blouse02_Chick", "Blouse04_Chick", "Blouse05_Chick", "Blouse07_Chick", "Blouse09_Chick", "Coat01_Chick", "Trousers01_Chick", "Trousers02_Chick", "Trousers03_Chick", "Trousers04_Chick", "Shoes01_Chick", "Shoes02_Chick", "Shoes05_Chick", "Shoes06_Chick", "Shoes07_Chick");
chickStyleList2.professional = new Array("Belt01_Chick", "Belt02_Chick", "Belt03_Chick", "Belt04_Chick", "Dress01_Chick", "Blouse01_Chick", "Blouse03_Chick", "Blouse10_Chick", "Coat02_Chick", "Skirt02_Chick", "Skirt03_Chick", "Tights01_Chick", "Tights02_Chick", "Tights03_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes06_Chick");
chickStyleList.accessories = new Array("Belt01_Chick", "Belt02_Chick", "Belt03_Chick", "Belt04_Chick", "Belt05_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick");
chickStyleList.tops = new Array("Coat01_Chick", "Coat02_Chick", "Blouse01_Chick", "Blouse02_Chick", "Blouse03_Chick", "Blouse04_Chick", "Blouse05_Chick", "Blouse06_Chick", "Blouse07_Chick", "Blouse08_Chick", "Blouse09_Chick", "Blouse10_Chick", "Dress01_Chick", "Dress02_Chick", "Dress03_Chick", "Dress04_Chick", "Dress05_Chick");
chickStyleList.bottoms = new Array("Skirt01_Chick", "Skirt02_Chick", "Skirt03_Chick", "Skirt04_Chick", "Skirt05_Chick", "Trousers01_Chick", "Trousers02_Chick", "Trousers03_Chick", "Trousers04_Chick", "Trousers05_Chick", "Tights01_Chick", "Tights02_Chick", "Tights03_Chick", "Tights04_Chick");
chickStyleList.shoes = new Array("Shoes01_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes05_Chick", "Shoes06_Chick", "Shoes07_Chick");
depthNumbers.Belt01_Chick = 2;
depthNumbers.Belt02_Chick = 2;
depthNumbers.Belt03_Chick = 2;
depthNumbers.Belt04_Chick = 2;
depthNumbers.Belt05_Chick = 2;
depthNumbers.Sunglasses01_Chick = 12;
depthNumbers.Sunglasses02_Chick = 12;
depthNumbers.Coat01_Chick = 3;
depthNumbers.Coat02_Chick = 3;
depthNumbers.Blouse01_Chick = 4;
depthNumbers.Blouse02_Chick = 4;
depthNumbers.Blouse03_Chick = 4;
depthNumbers.Blouse04_Chick = 4;
depthNumbers.Blouse05_Chick = 4;
depthNumbers.Blouse06_Chick = 4;
depthNumbers.Blouse07_Chick = 4;
depthNumbers.Blouse08_Chick = 4;
depthNumbers.Blouse09_Chick = 4;
depthNumbers.Dress01_Chick = 5;
depthNumbers.Dress02_Chick = 5;
depthNumbers.Dress03_Chick = 5;
depthNumbers.Dress04_Chick = 5;
depthNumbers.Dress05_Chick = 5;
depthNumbers.Skirt01_Chick = 7;
depthNumbers.Skirt02_Chick = 7;
depthNumbers.Skirt03_Chick = 7;
depthNumbers.Skirt04_Chick = 7;
depthNumbers.Skirt05_Chick = 7;
depthNumbers.Trousers01_Chick = 8;
depthNumbers.Trousers02_Chick = 8;
depthNumbers.Trousers03_Chick = 8;
depthNumbers.Trousers04_Chick = 8;
depthNumbers.Trousers05_Chick = 8;
depthNumbers.Tights01_Chick = 9;
depthNumbers.Tights02_Chick = 9;
depthNumbers.Tights03_Chick = 9;
depthNumbers.Tights04_Chick = 9;
depthNumbers.Shoes01_Chick = 10;
depthNumbers.Shoes02_Chick = 10;
depthNumbers.Shoes03_Chick = 10;
depthNumbers.Shoes04_Chick = 10;
depthNumbers.Shoes05_Chick = 10;
depthNumbers.Shoes06_Chick = 10;
depthNumbers.Shoes07_Chick = 10;
checkStyle.Dress01_Chick = new Array("Dresses", new Array("Tights02_Chick", "Tights03_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Sunlasses02_Chick"), new Array("Belt03_Chick", "Coat01_Chick", "Blouse02_Chick", "Blouse03_Chick", "Blouse05_Chick", "Skirt01_Chick", "Skirt02_Chick", "Skirt03_Chick", "Skirt04_Chick", "Skirt05_Chick", "Skirt05_Chick", "Trousers02_Chick", "Trousers03_Chick", "Trousers04_Chick", "Trousers05 _Chick", "Shoes01_Chick", "Shoes07_Chick", "Sunglasses01_Chick"), new Array("Belt02_Chick", "Belt04_Chick", "Coat02_Chick", "Blouse03_Chick", "Blouse07_Chick", "Blouse08_Chick", "Skirt01_Chick", "Skirt02_Chick", "Skirt04_Chick", "Trousers05 _Chick", "Tights01_Chick", "Tights02_Chick", "Tights03_Chick", "Tights04_Chick", "Sunlasses02_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick"), new Array("Belt03_Chick", "Coat01_Chick", "Blouse02_Chick", "Blouse04_Chick", "Blouse05_Chick", "Skirt05_Chick", "Trousers01_Chick", "Shoes01_Chick", "Shoes05_Chick", "Shoes07_Chick"), new Array("brown", "light_brown", "blu", "light_green", "eyelids4", "lips1", "lips4", "lips5", "lips12"), new Array("yellow", "eyelids6", "eyelids9", "eyelids11", "eyelids13", "lips3", "lips7", "lips8", "lips9", "lips10", "lips11"));
checkStyle.Dress02_Chick = new Array("Dresses", new Array("Belt01_Chick", "Coat01_Chick", "Coat02_Chick", "Skirt02_Chick", "Tights02_Chick", "Tights03_Chick", "Shoes03_Chick", "Shoes04_Chick", "Sunlasses02_Chick", ""), new Array("Blouse03_Chick", "Blouse04_Chick", "Blouse05_Chick", "Skirt01_Chick", "Skirt03_Chick", "Skirt05_Chick", "Trousers01_Chick", "Trousers02_Chick", "Trousers03_Chick", "Trousers04_Chick", "Tights04_Chick"), new Array("Belt01_Chick", "Belt04_Chick", "Coat01_Chick", "Coat02_Chick", "Blouse01_Chick", "Blouse07_Chick", "Blouse08_Chick", "Skirt01_Chick", "Skirt01_Chick", "Skirt02_Chick", "Trousers05 _Chick", "Tights02_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Blouse03_Chick", "Blouse04_Chick", "Skirt05_Chick", "Trousers02_Chick", "Trousers03_Chick", "Trousers03_Chick", "Trousers04_Chick", "Tights01_Chick", "Shoes05_Chick"), new Array("blue", "light_blue", "green", "lips1", "lips3", "lips12", "lips2", "eyelids1", "eyelids10", "eyelids13", "eyelids5"), new Array("lips10", "lips7", "lips11", "eyelids6", "eyelids9", "eyelids10", "eyelids8"));
checkStyle.Dress03_Chick = new Array("Dresses", new Array("Coat02_Chick", "Tights02_Chick", "Shoes02_Chick", "Shoes04_Chick"), new Array("Shoes07_Chick", "Skirt05_Chick", "Skirt04_Chick", "Skirt02_Chick", "Skirt03_Chick", "Blouse08_Chick", "Blouse09_Chick", "Blouse05_Chick", "Blouse02_Chick", "Blouse04_Chick", "Belt03_Chick"), new Array("Belt01_Chick", "Belt04_Chick", "Coat01_Chick", "Coat02_Chick", "Trousers03_Chick", "Trousers05 _Chick", "Tights02_Chick", "Tights04_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes06_Chick"), new Array("Blouse02_Chick", "Blouse05_Chick", "Blouse09_Chick", "Skirt02_Chick", "Skirt03_Chick", "Skirt04_Chick", "Skirt05_Chick", "Trousers01_Chick", "Shoes05_Chick"), new Array("violet", "green", "blue", "lips5", "lips10", "lips9", "eyelids4", "eyelids11", "eyelids1"), new Array("light_blue", "green", "lips6", "lips7", "lips8", "lips11", "eyelids6", "eyelids11", "eyelids9", "eyelids13"));
checkStyle.Dress04_Chick = new Array("Dresses", new Array("Belt01_Chick", "Belt04_Chick", "Coat02_Chick", "Blouse07_Chick", "Tights02_Chick", "Shoes01_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Belt03_Chick", "Blouse02_Chick", "Blouse09_Chick", "Skirt01_Chick", "Skirt02_Chick", "Skirt03_Chick", "Skirt04_Chick", "Skirt05_Chick", "Trousers01_Chick", "Trousers02_Chick", "Trousers03_Chick", "Trousers04_Chick", "Trousers05_Chick", "Tights03_Chick", "Shoes07_Chick"), new Array("Belt01_Chick", "Belt02_Chick", "Belt04_Chick", "Belt05_Chick", "Coat01_Chick", "Coat02_Chick", "Blouse07_Chick", "Blouse08_Chick", "Tights02_Chick", "Tights04_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Sunlasses02_Chick"), new Array("Shoes05_Chick", "Trousers04_Chick", "Trousers03_Chick", "Trousers02_Chick", "Trousers01_Chick", "Blouse02_Chick", "Belt03_Chick", ""), new Array("brown", "light_brown", "yellow", "lips1", "lips2", "lips3", "lips4", "lips5", "lips9", "lips11", "eyelids1", "eyelids4", "eyelids5", "eyelids7"), new Array("green", "light_green", "violet", "lips7", "lips11", "lips10", "lips8", "lips10", "eyelids9", "eyelids10", "eyelids12", "eyelids4"));
checkStyle.Dress05_Chick = new Array("Dresses", new Array("Shoes03_Chick", "Tights03_Chick"), new Array("Shoes04_Chick", "Tights04_Chick", "Trousers01_Chick", "Trousers02_Chick", "Trousers03_Chick", "Trousers04_Chick", "Trousers05_Chick", "Skirt01_Chick", "Skirt02_Chick", "Skirt03_Chick", "Skirt04_Chick", "Skirt05_Chick", "Blouse01_Chick", "Blouse02_Chick", "Blouse03_Chick", "Blouse04_Chick", "Blouse05_Chick", "Blouse06_Chick", "Blouse07_Chick", "Blouse08_Chick", "Blouse09_Chick", "Coat01_Chick", "Belt02_Chick", "Belt03_Chick", "Belt04_Chick", "Belt05_Chick"), new Array("Tights03_Chick", "Shoes02_Chick", "Shoes02_Chick"), new Array("Tights03_Chick", "Shoes02_Chick", "Shoes02_Chick"), new Array("Shoes04_Chick", "Tights04_Chick", "Trousers01_Chick", "Trousers02_Chick", "Trousers03_Chick", "Trousers04_Chick", "Trousers05_Chick", "Skirt01_Chick", "Skirt02_Chick", "Skirt03_Chick", "Skirt04_Chick", "Skirt05_Chick", "Blouse01_Chick", "Blouse02_Chick", "Blouse03_Chick", "Blouse04_Chick", "Blouse05_Chick", "Blouse06_Chick", "Blouse07_Chick", "Blouse08_Chick", "Blouse09_Chick", "Coat01_Chick", "Belt02_Chick", "Belt03_Chick", "Belt04_Chick", "Belt05_Chick", "Sunglasses02_Chick", "Sunglasses01_Chick"), new Array("brown", "light_brown", "lips4", "lips2", "lips9", "lips12", "lips1", "eyelids2", "eyelids4", "eyelids5"), new Array("violet", "green", "lips6", "lips7", "lips8", "lips10", "lips11", "eyelids8", "eyelids9", "eyelids11", "eyelids12"));
checkStyle.Coat01_Chick = new Array("Coats", new Array("Blouse03_Chick", "Blouse07_Chick", "Blouse08_Chick", "Skirt01_Chick", "Trousers02_Chick", "Trousers03_Chick", "Trousers04_Chick", "Tights02_Chick", "Tights04_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick", "Belt01_Chick", "Belt03_Chick"), new Array("Blouse01_Chick", "Blouse04_Chick", "Blouse06_Chick", "Blouse09_Chick", "Trousers01_Chick", "Trousers05_Chick", "Tights01_Chick", "Belt02_Chick"), new Array("Blouse03_Chick", "Blouse08_Chick", "Trousers05 _Chick", "Skirt01_Chick", "Skirt02_Chick", "Tights02_Chick", "Belt01_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Sunlasses02_Chick", ""), new Array("Blouse02_Chick", "Blouse09_Chick", "Trousers01_Chick", "Skirt03_Chick", "Skirt04_Chick", "Shoes05_Chick", "Shoes07_Chick"), new Array("brown", "light_brown", "yellow", "green", "blue", "lips1", "lips2", "lips9", "eyelids2", "eyelids4", "eyelids5"), new Array("eyelids8", "eyelids9", "eyelids10", "lips6", "lips7", "lips8", "lips10", "violet"));
checkStyle.Coat02_Chick = new Array("Coats", new Array("Trousers04_Chick", "Trousers05 _Chick", "Tights02_Chick", "Tights03_Chick", "Belt04_Chick", "Belt01_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes06_Chick", "Sunglasses01_Chick"), new Array("Trousers01_Chick", "Skirt03_Chick", "Skirt04_Chick", "Tights01_Chick", "Belt02_Chick", "Belt05_Chick", "Shoes07_Chick", "Shoes05_Chick"), new Array("Trousers05 _Chick", "Trousers04_Chick", "Skirt02_Chick", "Skirt01_Chick", "Tights02_Chick", "Tights03_Chick", "Belt01_Chick", "Belt04_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes06_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Blouse02_Chick", "Blouse09_Chick", "Blouse01_Chick", "Blouse08_Chick", "Blouse07_Chick", "Trousers01_Chick", "Skirt03_Chick", "Skirt04_Chick", "Skirt05_Chick", "Belt02_Chick", "Shoes05_Chick"), new Array("blue", "light_blue", "green", "light_green", "brown", "yellow", "lips", "lips1", "lips2", "lips3", "lips4", "lips9", "lips12", "eyelids", "eyelids2", "eyelids4", "eyelids5", "eyelids7"), new Array("violet", "lips6", "lips7", "lips8", "lips10", "lips11", "eyelids", "eyelids", "eyelids10", "eyelids11", "eyelids13", "eyelids8"));
checkStyle.Blouse01_Chick = new Array("Blouses", new Array("Trousers01_Chick", "Trousers02_Chick", "Trousers03_Chick", "Trousers04_Chick", "Trousers05_Chick", "Skirt01_Chick", "Skirt02_Chick", "Skirt04_Chick", "Skirt03_Chick", "Tights01_Chick", "Tights02_Chick", "Tights04_Chick", "Belt02_Chick", "Belt03_Chick", "Belt04_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes06_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Skirt05_Chick", "Belt01_Chick", "Shoes01_Chick", "Shoes06_Chick"), new Array("Trousers01_Chick", "Trousers03_Chick", "Trousers04_Chick", "Trousers05_Chick", "Skirt02_Chick", "Skirt04_Chick", "Skirt03_Chick", "Tights01_Chick", "Tights02_Chick", "Tights04_Chick", "Belt03_Chick", "Belt04_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes06_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Skirt05_Chick", "Shoes01_Chick", "Shoes06_Chick"), new Array("brown", "blue", "yellow", "lips1", "lips2", "lips3", "lips5", "eyelids1", "eyelids2", "eyelids3", "eyelids4", "eyelids5", "eyelids11"), new Array("violet", "light_blue", "light_brown", "eyelids8", "eyelids9", "eyelids10", "eyelids13"));
checkStyle.Blouse02_Chick = new Array("Blouses", new Array("Trousers04_Chick", "Trousers05_Chick", "Skirt01_Chick", "Skirt02_Chick", "Skirt03_Chick", "Tights01_Chick", "Tights02_Chick", "Tights04_Chick", "Belt04_Chick", "Belt05_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes05_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Trousers01_Chick", "Trousers03_Chick", "Skirt04_Chick", "Skirt05_Chick", "Tights03_Chick", "Belt02_Chick", "Belt03_Chick", "Shoes01_Chick", "Shoes02_Chick", "Shoes07_Chick"), new Array("Trousers04_Chick", "Trousers05_Chick", "Skirt02_Chick", "Skirt03_Chick", "Tights01_Chick", "Tights04_Chick", "Belt04_Chick", "Belt05_Chick", "Shoes04_Chick", "Shoes05_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Trousers01_Chick", "Trousers03_Chick", "Skirt04_Chick", "Tights03_Chick", "Belt02_Chick", "Belt03_Chick", "Shoes02_Chick", "Shoes07_Chick"), new Array("violet", "light_brown", "green", "yellow", "lips1", "lips6", "lips7", "lips8", "lips11", "eyelids3", "eyelids6", "eyelids9", "eyelids10", "eyelids7"), new Array("lips2", "lips3", "lips4", "lips8", "eyelids2", "eyelids4", "eyelids13"));
checkStyle.Blouse03_Chick = new Array("Blouses", new Array("Trousers01_Chick", "Trousers02_Chick", "Trousers03_Chick", "Trousers04_Chick", "Skirt01_Chick", "Skirt02_Chick", "Skirt03_Chick", "Skirt04_Chick", "Skirt05_Chick", "Tights01_Chick", "Tights03_Chick", "Belt01_Chick", "Belt02_Chick", "Belt03_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes06_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Trousers05 _Chick", "Belt05_Chick", "Shoes05_Chick"), new Array("Trousers01_Chick", "Trousers02_Chick", "Trousers03_Chick", "Trousers04_Chick", "Skirt01_Chick", "Skirt02_Chick", "Skirt04_Chick", "Skirt05_Chick", "Tights01_Chick", "Tights03_Chick", "Belt01_Chick", "Belt02_Chick", "Belt03_Chick", "Shoes02_Chick", "Shoes04_Chick", "Shoes06_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Trousers05 _Chick", "Belt05_Chick", "Shoes05_Chick"), new Array("brown", "violet", "light_brown", "light_blue", "lips1", "lips2", "lips6", "lips7", "lips8", "eyelids3", "eyelids5", "eyelids6", "eyelids7", "eyelids10", "lips10"), new Array("lips10", "lips5", "eyelids4", "eyelids8", "eyelids11"));
checkStyle.Blouse04_Chick = new Array("Blouses", new Array("Trousers01_Chick", "Trousers02_Chick", "Trousers03_Chick", "Trousers04_Chick", "Trousers05_Chick", "Skirt01_Chick", "Skirt02_Chick", "Skirt04_Chick", "Skirt03_Chick", "Tights01_Chick", "Tights02_Chick", "Tights04_Chick", "Belt02_Chick", "Belt03_Chick", "Belt04_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes06_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Skirt05_Chick", "Belt01_Chick", "Shoes01_Chick", "Shoes06_Chick"), new Array("Trousers01_Chick", "Trousers03_Chick", "Trousers04_Chick", "Trousers05_Chick", "Skirt02_Chick", "Skirt04_Chick", "Skirt03_Chick", "Tights01_Chick", "Tights02_Chick", "Tights04_Chick", "Belt03_Chick", "Belt04_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes06_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Skirt05_Chick", "Shoes01_Chick", "Shoes06_Chick"), new Array("brown", "blue", "yellow", "lips1", "lips2", "lips3", "lips5", "eyelids1", "eyelids2", "eyelids3", "eyelids4", "eyelids5", "eyelids11"), new Array("violet", "light_blue", "light_brown", "eyelids8", "eyelids9", "eyelids10", "eyelids13"));
checkStyle.Blouse05_Chick = new Array("Blouses", new Array("Trousers01_Chick", "Trousers02_Chick", "Trousers03_Chick", "Trousers04_Chick", "Trousers05_Chick", "Skirt01_Chick", "Skirt02_Chick", "Skirt04_Chick", "Skirt03_Chick", "Tights01_Chick", "Tights02_Chick", "Tights04_Chick", "Belt02_Chick", "Belt03_Chick", "Belt04_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes06_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Skirt05_Chick", "Belt01_Chick", "Shoes01_Chick", "Shoes06_Chick"), new Array("Trousers01_Chick", "Trousers03_Chick", "Trousers04_Chick", "Trousers05_Chick", "Skirt02_Chick", "Skirt04_Chick", "Skirt03_Chick", "Tights01_Chick", "Tights02_Chick", "Tights04_Chick", "Belt03_Chick", "Belt04_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes06_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Skirt05_Chick", "Shoes01_Chick", "Shoes06_Chick"), new Array("brown", "green", "blue", "lips9", "lips11", "lips1", "lips2", "lips3", "lips4", "eyelids10", "eyelids11", "eyelids2", "eyelids5"), new Array("light_blue", "light_brown", "lips6", "lips7", "lips8", "lips10", "eyelids9", "eyelids10", "eyelids8", "eyelids3"));
checkStyle.Blouse06_Chick = new Array("Blouses", new Array("Trousers03_Chick", "Trousers04_Chick", "Trousers05_Chick", "Skirt01_Chick", "Skirt02_Chick", "Tights02_Chick", "Tights03_Chick", "Tights04_Chick", "Belt01_Chick", "Belt04_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Trousers01_Chick", "Skirt04_Chick", "Tights01_Chick", "Belt03_Chick", "Shoes05_Chick", "Shoes01_Chick"), new Array("Trousers03_Chick", "Trousers04_Chick", "Trousers05_Chick", "Skirt01_Chick", "Skirt02_Chick", "Tights02_Chick", "Tights03_Chick", "Tights04_Chick", "Belt01_Chick", "Belt04_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Trousers01_Chick", "Skirt04_Chick", "Tights01_Chick", "Belt03_Chick", "Shoes05_Chick", "Shoes01_Chick"), new Array("brown", "blue", "lips", "lips1", "lips3", "lips12", "lips4", "lips5", "eyelids1", "eyelids2", "eyelids4", "eyelids5", "eyelids7"), new Array("yellow", "light_blue", "lips7", "lips8", "lips11", "lips", "eyelids6", "eyelids8", "eyelids7"));
checkStyle.Blouse07_Chick = new Array("Blouses", new Array("Trousers03_Chick", "Trousers04_Chick", "Trousers05_Chick", "Skirt01_Chick", "Skirt02_Chick", "Tights02_Chick", "Tights03_Chick", "Tights04_Chick", "Belt01_Chick", "Belt04_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Trousers01_Chick", "Skirt04_Chick", "Tights01_Chick", "Belt03_Chick", "Shoes05_Chick", "Shoes01_Chick"), new Array("Trousers03_Chick", "Trousers04_Chick", "Trousers05_Chick", "Skirt01_Chick", "Skirt02_Chick", "Tights02_Chick", "Tights03_Chick", "Tights04_Chick", "Belt01_Chick", "Belt04_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Trousers01_Chick", "Skirt04_Chick", "Tights01_Chick", "Belt03_Chick", "Shoes05_Chick", "Shoes01_Chick"), new Array("brown", "blue", "lips", "lips1", "lips3", "lips12", "lips4", "lips5", "eyelids1", "eyelids2", "eyelids4", "eyelids5", "eyelids7"), new Array("yellow", "light_blue", "lips7", "lips8", "lips11", "lips", "eyelids6", "eyelids8", "eyelids7"));
checkStyle.Blouse08_Chick = new Array("Blouses", new Array("Trousers04_Chick", "Trousers05_Chick", "Skirt01_Chick", "Skirt02_Chick", "Skirt03_Chick", "Tights01_Chick", "Tights02_Chick", "Tights04_Chick", "Belt04_Chick", "Belt05_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes05_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Trousers01_Chick", "Trousers03_Chick", "Skirt04_Chick", "Skirt05_Chick", "Tights03_Chick", "Belt02_Chick", "Belt03_Chick", "Shoes01_Chick", "Shoes02_Chick", "Shoes07_Chick"), new Array("Trousers04_Chick", "Trousers05_Chick", "Skirt02_Chick", "Skirt03_Chick", "Tights01_Chick", "Tights04_Chick", "Belt04_Chick", "Belt05_Chick", "Shoes04_Chick", "Shoes05_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Trousers01_Chick", "Trousers03_Chick", "Skirt04_Chick", "Tights03_Chick", "Belt02_Chick", "Belt03_Chick", "Shoes02_Chick", "Shoes07_Chick"), new Array("violet", "light_brown", "green", "yellow", "lips1", "lips6", "lips7", "lips8", "lips11", "eyelids3", "eyelids6", "eyelids9", "eyelids10", "eyelids7"), new Array("lips2", "lips3", "lips4", "lips8", "eyelids2", "eyelids4", "eyelids13"));
checkStyle.Blouse09_Chick = new Array("Blouses", new Array("Skirt03_Chick", "Trousers02_Chick", "Trousers03_Chick", "Trousers04_Chick", "Trousers05_Chick", "Tights01_Chick", "Shoes05_Chick", "Shoes04_Chick"), new Array("Belt01_Chick", "Belt03_Chick", "Belt04_Chick", "Skirt04_Chick", "Skirt05_Chick", "Shoes01_Chick", "Shoes07_Chick"), new Array("Skirt03_Chick", "Trousers02_Chick", "Trousers03_Chick", "Trousers04_Chick", "Trousers05_Chick", "Tights01_Chick", "Shoes05_Chick", "Shoes04_Chick"), new Array("Belt01_Chick", "Belt03_Chick", "Belt04_Chick", "Skirt04_Chick", "Skirt05_Chick", "Shoes01_Chick", "Shoes07_Chick"), new Array("violet", "light_brown", "green", "yellow", "brown", "blue", "light_blue", "light_green", "lips1", "lips2", "lips15", "lips6", "eyelids1", "eyelids3", "eyelids4", "eyelids5", "eyelids7"), new Array("lips7", "lips8", "lips10", "lips11", "eyelids2", "eyelids6", "eyelids8", "eyelids9", "eyelids11"));
checkStyle.Blouse10_Chick = new Array("Blouses", new Array("Skirt03_Chick", "Trousers02_Chick", "Trousers03_Chick", "Trousers04_Chick", "Trousers05_Chick", "Tights01_Chick", "Shoes05_Chick", "Shoes04_Chick"), new Array("Belt01_Chick", "Belt03_Chick", "Belt04_Chick", "Skirt04_Chick", "Skirt05_Chick", "Shoes01_Chick", "Shoes07_Chick"), new Array("Skirt03_Chick", "Trousers02_Chick", "Trousers03_Chick", "Trousers04_Chick", "Trousers05_Chick", "Tights01_Chick", "Shoes05_Chick", "Shoes04_Chick"), new Array("Belt01_Chick", "Belt03_Chick", "Belt04_Chick", "Skirt04_Chick", "Skirt05_Chick", "Shoes01_Chick", "Shoes07_Chick"), new Array("violet", "light_brown", "green", "yellow", "brown", "blue", "light_blue", "light_green", "lips1", "lips2", "lips15", "lips6", "eyelids1", "eyelids3", "eyelids4", "eyelids5", "eyelids7"), new Array("lips7", "lips8", "lips10", "lips11", "eyelids2", "eyelids6", "eyelids8", "eyelids9", "eyelids11"));
checkStyle.Trousers01_Chick = new Array("Trousers", new Array("Belt03_Chick", "Shoes02_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Skirt03_Chick", "Skirt04_Chick", "Skirt05 _Chick", "Tights01_Chick", "Belt01_Chick", "Belt02_Chick", "Shoes01_Chick", "Shoes07_Chick", "Shoes05_Chick"), new Array("Belt03_Chick", "Shoes02_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Skirt03_Chick", "Skirt04_Chick", "Skirt05 _Chick", "Tights01_Chick", "Belt01_Chick", "Belt02_Chick", "Shoes01_Chick", "Shoes07_Chick", "Shoes05_Chick"), new Array("light_brown", "green", "light_blue", "yellow", "lips1", "lips2", "lips5", "lips7", "eyelids3", "eyelids2", "eyelids6", "eyelids11"), new Array("violet", "lips10", "lips11", "lips8", "eyelids9", "eyelids10"));
checkStyle.Trousers02_Chick = new Array("Trousers", new Array("Tights03_Chick", "Tights04_Chick", "Belt01_Chick", "Belt03_Chick", "Shoes01_Chick", "Shoes04_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Skirt01_Chick", "Skirt02_Chick", "Skirt04_Chick", "Skirt05_Chick", "Tights01_Chick", "Belt02_Chick", "Shoes05_Chick"), new Array("Tights03_Chick", "Tights04_Chick", "Belt01_Chick", "Belt03_Chick", "Shoes01_Chick", "Shoes04_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Skirt01_Chick", "Skirt02_Chick", "Skirt04_Chick", "Skirt05_Chick", "Tights01_Chick", "Belt02_Chick", "Shoes05_Chick"), new Array("brown", "violet", "green", "lips4", "lips5", "lips6", "lips9", "lips11", "lips12", "eyelids4", "eyelids11", "eyelids10", "eyelids13"), new Array("yellow", "light_green", "lips1", "lips2", "lips3", "eyelids3", "eyelids5", "eyelids"));
checkStyle.Trousers03_Chick = new Array("Trousers", new Array("Tights03_Chick", "Tights04_Chick", "Belt01_Chick", "Belt03_Chick", "Shoes01_Chick", "Shoes04_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Skirt01_Chick", "Skirt02_Chick", "Skirt04_Chick", "Skirt05_Chick", "Tights01_Chick", "Belt02_Chick", "Shoes05_Chick"), new Array("Tights03_Chick", "Tights04_Chick", "Belt01_Chick", "Belt03_Chick", "Shoes01_Chick", "Shoes04_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Skirt01_Chick", "Skirt02_Chick", "Skirt04_Chick", "Skirt05_Chick", "Tights01_Chick", "Belt02_Chick", "Shoes05_Chick"), new Array("brown", "violet", "green", "lips4", "lips5", "lips6", "lips9", "lips11", "lips12", "eyelids4", "eyelids11", "eyelids10", "eyelids13"), new Array("yellow", "light_green", "lips1", "lips2", "lips3", "eyelids3", "eyelids5", "eyelids"));
checkStyle.Trousers04_Chick = new Array("Trousers", new Array("Skirt03_Chick", "Tights01_Chick", "Belt02_Chick", "Belt05_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes06_Chick", "Sunlasses02_Chick"), new Array("Skirt04_Chick", "Skirt05_Chick", "Tights02_Chick", "Belt01_Chick", "Belt03_Chick", "Shoes01_Chick", "Shoes02_Chick", "Shoes06_Chick"), new Array("Skirt03_Chick", "Tights01_Chick", "Belt02_Chick", "Belt05_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes06_Chick", "Sunlasses02_Chick"), new Array("Skirt04_Chick", "Skirt05_Chick", "Tights02_Chick", "Belt01_Chick", "Belt03_Chick", "Shoes01_Chick", "Shoes02_Chick", "Shoes06_Chick"), new Array("light_blue", "light_green", "light_brown", "lips1", "lips2", "lips3", "lips7", "lips8", "eyelids2", "eyelids3", "eyelids11", "eyelids6", "eyelids9"), new Array("violet", "blue", "lips9", "lips10", "lips11", "lips5", "eyelids11", "eyelids4", "eyelids4", "eyelids"));
checkStyle.Trousers05_Chick = new Array("Trousers", new Array("Skirt04_Chick", "Tights01_Chick", "Tights03_Chick", "Belt01_Chick", "Belt03_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes06_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Skirt01_Chick", "Skirt05_Chick", "Tights02_Chick", "Belt02_Chick", "Belt05_Chick", "Shoes01_Chick"), new Array("Skirt04_Chick", "Tights01_Chick", "Tights03_Chick", "Belt01_Chick", "Belt03_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes06_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Skirt01_Chick", "Skirt05_Chick", "Tights02_Chick", "Belt02_Chick", "Belt05_Chick", "Shoes01_Chick"), new Array("brown", "light_brown", "yellow", "light_green", "lips9", "lips1", "lips2", "lips3", "lips4", "lips12", "eyelids2", "eyelids3", "eyelids11", "eyelids13"), new Array("violet", "lips7", "lips8", "lips10", "lips11", "eyelids6", "eyelids9", "eyelids"));
checkStyle.Skirt01_Chick = new Array("Skirts", new Array("Tights03_Chick", "Belt04_Chick", "Belt05_Chick", "Shoes03_Chick", "Shoes04_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Tights01_Chick", "Tights02_Chick", "Tights04_Chick", "Belt01_Chick", "Belt02_Chick", "Shoes01_Chick", "Shoes02_Chick", "Shoes07_Chick", "Sunlasses01_Chick", "Sunlasses02_Chick"), new Array("Tights03_Chick", "Belt04_Chick", "Belt05_Chick", "Shoes03_Chick", "Shoes04_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Tights01_Chick", "Tights02_Chick", "Tights04_Chick", "Belt01_Chick", "Belt02_Chick", "Shoes01_Chick", "Shoes02_Chick", "Shoes07_Chick", "Sunlasses01_Chick", "Sunlasses02_Chick"), new Array("brown", "blue", "lips", "lips1", "lips3", "lips12", "lips4", "lips5", "eyelids1", "eyelids2", "eyelids4", "eyelids5", "eyelids7"), new Array("yellow", "light_blue", "lips7", "lips8", "lips11", "lips", "eyelids6", "eyelids8", "eyelids7"));
checkStyle.Skirt02_Chick = new Array("Skirts", new Array("Tights03_Chick", "Belt04_Chick", "Belt05_Chick", "Shoes03_Chick", "Shoes04_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Tights01_Chick", "Tights02_Chick", "Tights04_Chick", "Belt01_Chick", "Belt02_Chick", "Shoes01_Chick", "Shoes02_Chick", "Shoes07_Chick", "Sunlasses01_Chick", "Sunlasses02_Chick"), new Array("Tights03_Chick", "Belt04_Chick", "Belt05_Chick", "Shoes03_Chick", "Shoes04_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Tights01_Chick", "Tights02_Chick", "Tights04_Chick", "Belt01_Chick", "Belt02_Chick", "Shoes01_Chick", "Shoes02_Chick", "Shoes07_Chick", "Sunlasses01_Chick", "Sunlasses02_Chick"), new Array("brown", "blue", "lips", "lips1", "lips3", "lips12", "lips4", "lips5", "eyelids1", "eyelids2", "eyelids4", "eyelids5", "eyelids7"), new Array("yellow", "light_blue", "lips7", "lips8", "lips11", "lips", "eyelids6", "eyelids8", "eyelids7"));
checkStyle.Skirt03_Chick = new Array("Skirts", new Array("Tights01_Chick", "Tights02_Chick", "Tights04_Chick", "Belt04_Chick", "Belt05_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes05_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Tights03_Chick", "Belt02_Chick", "Belt03_Chick", "Shoes01_Chick", "Shoes02_Chick", "Shoes07_Chick"), new Array("Tights01_Chick", "Tights04_Chick", "Belt04_Chick", "Belt05_Chick", "Shoes04_Chick", "Shoes05_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Tights03_Chick", "Belt02_Chick", "Belt03_Chick", "Shoes02_Chick", "Shoes07_Chick"), new Array("violet", "light_brown", "green", "yellow", "lips1", "lips6", "lips7", "lips8", "lips11", "eyelids3", "eyelids6", "eyelids9", "eyelids10", "eyelids7"), new Array("lips2", "lips3", "lips4", "lips8", "eyelids2", "eyelids4", "eyelids13"));
checkStyle.Skirt04_Chick = new Array("Skirts", new Array("Tights01_Chick", "Tights02_Chick", "Tights04_Chick", "Belt02_Chick", "Belt03_Chick", "Belt04_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes06_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Belt01_Chick", "Shoes01_Chick", "Shoes06_Chick"), new Array("Tights01_Chick", "Tights02_Chick", "Tights04_Chick", "Belt03_Chick", "Belt04_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes06_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Shoes01_Chick", "Shoes06_Chick"), new Array("brown", "green", "blue", "lips9", "lips11", "lips1", "lips2", "lips3", "lips4", "eyelids10", "eyelids11", "eyelids2", "eyelids5"), new Array("light_blue", "light_brown", "lips6", "lips7", "lips8", "lips10", "eyelids9", "eyelids10", "eyelids8", "eyelids3"));
checkStyle.Skirt05_Chick = new Array("Skirts", new Array("Tights02_Chick", "Tights04_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick", "Belt01_Chick", "Belt03_Chick"), new Array("Tights01_Chick", "Belt02_Chick"), new Array("Tights02_Chick", "Belt01_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Sunlasses02_Chick", ""), new Array("Shoes05_Chick", "Shoes07_Chick"), new Array("brown", "light_brown", "yellow", "green", "blue", "lips1", "lips2", "lips9", "eyelids2", "eyelids4", "eyelids5"), new Array("eyelids8", "eyelids9", "eyelids10", "lips6", "lips7", "lips8", "lips10", "violet"));
checkStyle.Tights01_Chick = new Array("Tights", new Array("Belt04_Chick", "Belt05_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes05_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Belt02_Chick", "Belt03_Chick", "Shoes01_Chick", "Shoes02_Chick", "Shoes07_Chick"), new Array("Belt04_Chick", "Belt05_Chick", "Shoes04_Chick", "Shoes05_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Belt02_Chick", "Belt03_Chick", "Shoes02_Chick", "Shoes07_Chick"), new Array("violet", "light_brown", "green", "yellow", "lips1", "lips6", "lips7", "lips8", "lips11", "eyelids3", "eyelids6", "eyelids9", "eyelids10", "eyelids7"), new Array("lips2", "lips3", "lips4", "lips8", "eyelids2", "eyelids4", "eyelids13"));
checkStyle.Tights02_Chick = new Array("Tights", new Array("Belt04_Chick", "Belt05_Chick", "Shoes03_Chick", "Shoes04_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Belt01_Chick", "Belt02_Chick", "Shoes01_Chick", "Shoes02_Chick", "Shoes07_Chick", "Sunlasses01_Chick", "Sunlasses02_Chick"), new Array("Belt04_Chick", "Belt05_Chick", "Shoes03_Chick", "Shoes04_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Belt01_Chick", "Belt02_Chick", "Shoes01_Chick", "Shoes02_Chick", "Shoes07_Chick", "Sunlasses01_Chick", "Sunlasses02_Chick"), new Array("brown", "blue", "lips", "lips1", "lips3", "lips12", "lips4", "lips5", "eyelids1", "eyelids2", "eyelids4", "eyelids5", "eyelids7"), new Array("yellow", "light_blue", "lips7", "lips8", "lips11", "lips", "eyelids6", "eyelids8", "eyelids7"));
checkStyle.Tights03_Chick = new Array("Tights", new Array("Belt02_Chick", "Belt03_Chick", "Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes06_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Belt05_Chick", "Shoes05_Chick"), new Array("Belt01_Chick", "Belt02_Chick", "Belt03_Chick", "Shoes02_Chick", "Shoes04_Chick", "Shoes06_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Belt05_Chick", "Shoes05_Chick"), new Array("brown", "violet", "light_brown", "light_blue", "lips1", "lips2", "lips6", "lips7", "lips8", "eyelids3", "eyelids5", "eyelids6", "eyelids7", "eyelids10", "lips10"), new Array("lips10", "lips5", "eyelids4", "eyelids8", "eyelids11"));
checkStyle.Tights04_Chick = new Array("Tights", new Array("Belt01_Chick", "Belt04_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Belt03_Chick", "Shoes05_Chick", "Shoes01_Chick"), new Array("Belt01_Chick", "Belt04_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Belt03_Chick", "Shoes05_Chick", "Shoes01_Chick"), new Array("brown", "blue", "lips", "lips1", "lips3", "lips12", "lips4", "lips5", "eyelids1", "eyelids2", "eyelids4", "eyelids5", "eyelids7"), new Array("yellow", "light_blue", "lips7", "lips8", "lips11", "lips", "eyelids6", "eyelids8", "eyelids7"));
checkStyle.Belt01_Chick = new Array("Belts", new Array("Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes06_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Shoes01_Chick", "Shoes06_Chick"), new Array("Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Shoes06_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Shoes01_Chick", "Shoes06_Chick"), new Array("brown", "blue", "yellow", "lips1", "lips2", "lips3", "lips5", "eyelids1", "eyelids2", "eyelids3", "eyelids4", "eyelids5", "eyelids11"), new Array("violet", "light_blue", "light_brown", "eyelids8", "eyelids9", "eyelids10", "eyelids13"));
checkStyle.Belt02_Chick = new Array("Belts", new Array("Shoes03_Chick", "Shoes04_Chick", "Shoes05_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Shoes01_Chick", "Shoes02_Chick", "Shoes07_Chick"), new Array("Shoes04_Chick", "Shoes05_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Shoes02_Chick", "Shoes07_Chick"), new Array("violet", "light_brown", "green", "yellow", "lips1", "lips6", "lips7", "lips8", "lips11", "eyelids3", "eyelids6", "eyelids9", "eyelids10", "eyelids7"), new Array("lips2", "lips3", "lips4", "lips8", "eyelids2", "eyelids4", "eyelids13"));
checkStyle.Belt03_Chick = new Array("Belts", new Array("Shoes05_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array(), new Array("Shoes02_Chick", "Shoes03_Chick", "Shoes04_Chick", "Sunlasses02_Chick", ""), new Array("Shoes05_Chick", "Shoes07_Chick"), new Array("brown", "light_brown", "yellow", "green", "blue", "lips1", "lips2", "lips9", "eyelids2", "eyelids4", "eyelids5"), new Array("eyelids8", "eyelids9", "eyelids10", "lips6", "lips7", "lips8", "lips10", "violet"));
checkStyle.Belt04_Chick = new Array("Belts", new Array("Shoes03_Chick", "Shoes04_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Shoes05_Chick", "Shoes01_Chick"), new Array("Shoes03_Chick", "Shoes04_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Shoes05_Chick", "Shoes01_Chick"), new Array("brown", "blue", "lips", "lips1", "lips3", "lips12", "lips4", "lips5", "eyelids1", "eyelids2", "eyelids4", "eyelids5", "eyelids7"), new Array("yellow", "light_blue", "lips7", "lips8", "lips11", "lips", "eyelids6", "eyelids8", "eyelids7"));
checkStyle.Belt05_Chick = new Array("Belts", new Array("Shoes03_Chick", "Shoes04_Chick", "Sunlasses02_Chick", ""), new Array("Shoes05_Chick"), new Array("Shoes03_Chick", "Shoes04_Chick", "Shoes07_Chick", "Sunglasses01_Chick", "Sunglasses02_Chick"), new Array("Shoes05_Chick"), new Array("blue", "light_blue", "green", "lips1", "lips3", "lips12", "lips2", "eyelids1", "eyelids10", "eyelids13", "eyelids5"), new Array("lips10", "lips7", "lips11", "eyelids6", "eyelids9", "eyelids10", "eyelids8"));
checkStyle.Shoes01_Chick = new Array("Shoes", new Array("Sunglasses01_Chick", "Sunglasses02_Chick"), new Array(), new Array("Sunglasses01_Chick", "Sunglasses02_Chick"), new Array(), new Array("brown", "light_brown", "yellow", "green", "blue", "lips1", "lips2", "lips9", "eyelids2", "eyelids4", "eyelids5"), new Array("eyelids8", "eyelids9", "eyelids10", "lips6", "lips7", "lips8", "lips10", "violet"));
checkStyle.Shoes02_Chick = new Array("Shoes", new Array("Sunglasses01_Chick", "Sunglasses02_Chick"), new Array(), new Array("Sunglasses01_Chick", "Sunglasses02_Chick"), new Array(), new Array("brown", "light_brown", "yellow", "green", "blue", "lips1", "lips2", "lips9", "eyelids2", "eyelids4", "eyelids5"), new Array("eyelids8", "eyelids9", "eyelids10", "lips6", "lips7", "lips8", "lips10", "violet"));
checkStyle.Shoes03_Chick = new Array("Shoes", new Array("Sunglasses01_Chick", "Sunglasses02_Chick"), new Array(), new Array("Sunglasses01_Chick", "Sunglasses02_Chick"), new Array(), new Array("violet", "light_brown", "green", "yellow", "lips1", "lips6", "lips7", "lips8", "lips11", "eyelids3", "eyelids6", "eyelids9", "eyelids10", "eyelids7"), new Array("lips2", "lips3", "lips4", "lips8", "eyelids2", "eyelids4", "eyelids13"));
checkStyle.Shoes04_Chick = new Array("Shoes", new Array("Sunglasses01_Chick", "Sunglasses02_Chick"), new Array(), new Array("Sunglasses01_Chick", "Sunglasses02_Chick"), new Array(), new Array("brown", "blue", "lips", "lips1", "lips3", "lips12", "lips4", "lips5", "eyelids1", "eyelids2", "eyelids4", "eyelids5", "eyelids7"), new Array("yellow", "light_blue", "lips7", "lips8", "lips11", "lips", "eyelids6", "eyelids8", "eyelids7"));
checkStyle.Shoes05_Chick = new Array("Shoes", new Array("Sunglasses01_Chick", "Sunglasses02_Chick"), new Array(), new Array("Sunglasses01_Chick", "Sunglasses02_Chick"), new Array(), new Array("brown", "light_brown", "yellow", "green", "blue", "lips1", "lips2", "lips9", "eyelids2", "eyelids4", "eyelids5"), new Array("eyelids8", "eyelids9", "eyelids10", "lips6", "lips7", "lips8", "lips10", "violet"));
checkStyle.Shoes06_Chick = new Array("Shoes", new Array("Sunglasses01_Chick", "Sunglasses02_Chick"), new Array(), new Array("Sunglasses01_Chick", "Sunglasses02_Chick"), new Array(), new Array("brown", "light_brown", "yellow", "green", "blue", "lips1", "lips2", "lips9", "eyelids2", "eyelids4", "eyelids5"), new Array("eyelids8", "eyelids9", "eyelids10", "lips6", "lips7", "lips8", "lips10", "violet"));
checkStyle.Shoes07_Chick = new Array("Shoes", new Array("Sunglasses01_Chick", "Sunglasses02_Chick"), new Array(), new Array("Sunglasses01_Chick", "Sunglasses02_Chick"), new Array(), new Array("brown", "blue", "lips", "lips1", "lips3", "lips12", "lips4", "lips5", "eyelids1", "eyelids2", "eyelids4", "eyelids5", "eyelids7"), new Array("yellow", "light_blue", "lips7", "lips8", "lips11", "lips", "eyelids6", "eyelids8", "eyelids7"));
checkStyle.Sunglasses01_Chick = new Array("Sunglasses", new Array(), new Array(), new Array(), new Array(), new Array("brown", "blue", "lips2", "lips3", "lips4", "lips9", "lips12", "eyelids1", "eyelids11", "eyelids4"), new Array("violet", "green", "lips1", "lips6", "lips7", "lips8", "lips10", "lips11", "eyelids1", "eyelids2", "eyelids3", "eyelids5", "eyelids6", "eyelids7", "eyelids8", "eyelids9", "eyelids10", "eyelids12", "eyelids13"));
checkStyle.Sunglasses02_Chick = new Array("Sunglasses", new Array(), new Array(), new Array(), new Array(), new Array("brown", "blue", "", "lips2", "lips1", "lips3", "lips4", "lips12", "lips5", "eyelids1", "eyelids4"), new Array("yellow", "light_blue", "lips7", "lips8", "lips11", "eyelids6", "eyelids7", "eyelids8", "eyelids9", "eyelids10", "eyelids12", "eyelids13"));
ecoStyleList.accessories = new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco", "Bracelett01_Eco", "Bracelett02_Eco");
ecoStyleList.tops = new Array("Coat01_Eco", "Coat02_Eco", "Blouse01_Eco", "Blouse02_Eco", "Blouse03_Eco", "Blouse04_Eco", "Blouse05_Eco", "Blouse06_Eco", "Blouse07_Eco", "Blouse08_Eco", "Blouse09_Eco", "Blouse10_Eco", "Blouse11_Eco", "Dress01_Eco", "Dress02_Eco", "Dress03_Eco", "Dress05_Eco", "Dress06_Eco");
ecoStyleList.bottoms = new Array("Skirt01_Eco", "Skirt03_Eco", "Skirt04_Eco", "Trousers01_Eco", "Trousers02_Eco", "Trousers03_Eco", "Trousers04_Eco", "Trousers05_Eco", "Trousers06_Eco", "Tights01_Eco", "Tights02_Eco", "Tights03_Eco");
ecoStyleList.shoes = new Array("Shoes01_Eco", "Shoes02_Eco", "Shoes02_Chick", "Shoes03_Eco");
ecoStyleList2.dressy = new Array("Shoes03_Eco", "Necklace01_Eco", "Necklace02_Eco", "Bracelett01_Eco", "Blouse01_Eco", "Blouse06_Eco", "Dress01_Eco", "Dress02_Eco", "Dress03_Eco", "Dress05_Eco", "Skirt04_Eco", "Trousers01_Eco", "Trousers05_Eco", "Tights03_Eco", "Shoes01_Eco", "Shoes02_Eco");
ecoStyleList2.casual = new Array("Shoes03_Eco", "Shoes02_Chick", "Necklace01_Eco", "Scarf01_Eco", "Bracelett01_Eco", "Bracelett02_Eco", "Blouse02_Eco", "Blouse03_Eco", "Blouse07_Eco", "Blouse10_Eco", "Blouse11_Eco", "Trousers02_Eco", "Trousers03_Eco", "Tights01_Eco", "Tights02_Eco", "Shoes01_Eco");
ecoStyleList2.professional = new Array("Shoes02_Chick", "Necklace02_Eco", "Scarf01_Eco", "Bracelett02_Eco", "Coat01_Eco", "Coat02_Eco", "Blouse04_Eco", "Blouse05_Eco", "Dress06_Eco", "Skirt01_Eco", "Skirt03_Eco", "Trousers04_Eco", "Trousers06_Eco", "Shoes02_Eco");
checkStyle.Dress01_Eco = new Array("Dresses", new Array("Necklace02_Eco", "Bracelett01_Eco", "Shoes01_Eco"), new Array("Scarf01_Eco", "Coat01_Eco", "Coat02_Eco", "Blouse02_Eco", "Blouse03_Eco", "Blouse05_Eco", "Skirt01_Eco", "Skirt02_Eco", "Skirt03_Eco", "Skirt04_Eco", "Trousers01_Eco", "Trousers02_Eco", "Trousers03_Eco", "Trousers04_Eco", "Trousers05_Eco", "Trousers06_Eco", "Tights03_Eco", "Shoes02_Eco"), new Array("Necklace01_Eco", "Blouse09_Eco", "Blouse11_Eco", "Bracelett02_Eco", "Tights02_Eco", "Shoes01_Eco"), new Array("Scarf01_Eco", "Coat01_Eco", "Blouse02_Eco", "Blouse03_Eco", "Blouse04_Eco", "Blouse05_Eco", "Blouse06_Eco", "Blouse07_Eco", "Blouse08_Eco", "Blouse10_Eco", "Skirt01_Eco", "Skirt02_Eco", "Skirt03_Eco", "Skirt04_Eco", "Tights02_Eco", "Shoes02_Eco", "Tights02_Eco"), new Array("brown", "light_brown", "blue", "light_green", "eyelids4", "lips1", "lips4", "lips5", "lips12"), new Array("yellow", "eyelids6", "eyelids9", "eyelids11", "eyelids13", "lips3", "lips7", "lips8", "lips9", "lips10", "lips11"));
checkStyle.Dress02_Eco = new Array("Dresses", new Array("Tights03_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco", "Blouse02_Eco", "Blouse03_Eco", "Blouse04_Eco", "Blouse05_Eco", "Blouse06_Eco", "Blouse07_Eco", "Blouse08_Eco", "Blouse02_Eco", "Blouse09_Eco", "Blouse10_Eco", "Blouse11_Eco", "Bracelett01_Eco", "Bracelett02_Eco", "Skirt01_Eco", "Skirt02_Eco", "Skirt03_Eco", "Skirt04_Eco", "Trousers01_Eco", "Trousers02_Eco", "Trousers03_Eco", "Trousers04_Eco", "Trousers05_Eco", "Trousers06_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("Coat01_Eco", "Coat02_Eco", "Trousers03_Eco", "Tights03_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco", "Blouse05_Eco", "Blouse06_Eco", "Blouse07_Eco", "Blouse08_Eco", "Blouse09_Eco", "Blouse10_Eco", "Blouse11_Eco", "Bracelett01_Eco", "Bracelett02_Eco", "Skirt01_Eco", "Skirt02_Eco", "Skirt03_Eco", "Skirt04_Eco", "Trousers01_Eco", "Trousers02_Eco", "Trousers04_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("brown", "light_brown", "lips4", "lips2", "lips9", "lips12", "lips1", "eyelids2", "eyelids4", "eyelids5"), new Array("violet", "green", "lips6", "lips7", "lips8", "lips10", "lips11", "eyelids8", "eyelids9", "eyelids11", "eyelids12"));
checkStyle.Dress03_Eco = new Array("Dresses", new Array("Scarf01_Eco", "Coat02_Eco", "Tights03_Eco"), new Array("Blouse02_Eco", "Blouse03_Eco", "Blouse05_Eco", "Blouse09_Eco", "Blouse11_Eco", "Bracelett01_Eco", "Bracelett02_Eco", "Skirt01_Eco", "Skirt02_Eco", "Skirt03_Eco", "Skirt04_Eco", "Trousers01_Eco", "Trousers02_Eco", "Trousers03_Eco", "Trousers04_Eco", "Trousers05_Eco", "Trousers06_Eco"), new Array("Scarf01_Eco", "Necklace01_Eco", "Coat01_Eco", "Coat02_Eco", "Blouse10_Eco"), new Array("Blouse05_Eco", "Bracelett01_Eco", "Bracelett02_Eco", "Skirt01_Eco", "Skirt02_Eco", "Skirt03_Eco", "Skirt04_Eco", "Trousers01_Eco", "Trousers02_Eco", "Trousers03_Eco", "Trousers04_Eco", "Trousers05_Eco", "Trousers06_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("violet", "green", "blue", "lips5", "lips10", "lips9", "eyelids4", "eyelids11", "eyelids1"), new Array("light_blue", "green", "lips6", "lips7", "lips8", "lips11", "eyelids6", "eyelids11", "eyelids9", "eyelids13"));
checkStyle.Dress04_Eco = new Array("Dresses", new Array("Necklace02_Eco", "Scarf01_Eco", "Coat02_Eco", "Tights02_Eco", "Tights03_Eco", "Shoes02_Eco"), new Array("Blouse01_Eco", "Blouse02_Eco", "Blouse03_Eco", "Blouse04_Eco", "Blouse05_Eco", "Blouse06_Eco", "Blouse07_Eco", "Blouse08_Eco", "Blouse09_Eco", "Blouse10_Eco", "Blouse11_Eco", "Bracelett01_Eco", "Bracelett02_Eco", "Skirt01_Eco", "Skirt02_Eco", "Skirt03_Eco", "Skirt04_Eco", "Trousers04_Eco", "Trousers05_Eco"), new Array("Scarf01_Eco", "Coat02_Eco", "Trousers01_Eco", "Trousers02_Eco", "Trousers03_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("Blouse05_Eco", "Blouse09_Eco", "Blouse10_Eco", "Blouse11_Eco"), new Array("violet", "light_brown", "green", "yellow", "lips1", "lips6", "lips7", "lips8", "lips11", "eyelids3", "eyelids6", "eyelids9", "eyelids10", "eyelids7"), new Array("lips2", "lips3", "lips4", "lips8", "eyelids2", "eyelids4", "eyelids13"));
checkStyle.Dress05_Eco = new Array("Dresses", new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco", "Coat01_Eco", "Coat02_Eco", "Blouse04_Eco", "Blouse07_Eco", "Bracelett02_Eco", "Trousers02_Eco", "Tights01_Eco", "Tights02_Eco", "Tights03_Eco", "Tights01_Eco"), new Array("Blouse05_Eco", "Blouse09_Eco", "Blouse10_Eco", "11"), new Array("Scarf01_Eco", "Blouse06_Eco", "Blouse07_Eco", "Skirt03_Eco", "Trousers02_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("Blouse03_Eco", "Blouse05_Eco", "Blouse09_Eco", "Blouse11_Eco", "Skirt01_Eco", "Skirt02_Eco", "Shoes01_Eco"), new Array("brown", "violet", "light_brown", "light_blue", "lips1", "lips2", "lips6", "lips7", "lips8", "eyelids3", "eyelids5", "eyelids6", "eyelids7", "eyelids10", "lips10"), new Array("lips10", "lips5", "eyelids4", "eyelids8", "eyelids11"));
checkStyle.Dress06_Eco = new Array("Dresses", new Array("Scarf01_Eco", "Coat02_Eco", "Trousers03_Eco", "Trousers06_Eco", "Tights03_Eco"), new Array("Blouse02_Eco", "Blouse03_Eco", "Blouse04_Eco", "Blouse06_Eco", "Blouse07_Eco", "Blouse08_Eco", "Blouse09_Eco", "Blouse10_Eco", "Blouse11_Eco", "Skirt03_Eco", "Skirt04_Eco", "Trousers01_Eco", "Trousers02_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("Scarf01_Eco", "Coat02_Eco", "Trousers06_Eco", "Tights03_Eco"), new Array("Blouse06_Eco", "Blouse07_Eco", "Blouse08_Eco", "Blouse09_Eco", "Blouse10_Eco", "Blouse11_Eco", "Skirt03_Eco", "Skirt04_Eco", "Trousers01_Eco", "Trousers02_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("brown", "light_brown", "lips4", "lips2", "lips9", "lips12", "lips1", "eyelids2", "eyelids4", "eyelids5"), new Array("violet", "green", "lips6", "lips7", "lips8", "lips10", "lips11", "eyelids8", "eyelids9", "eyelids11", "eyelids12"));
checkStyle.Coat01_Eco = new Array("Coats", new Array("Shoes01_Eco", "Shoes02_Eco", "Blouse01_Eco", "Blouse02_Eco", "Blouse01_Eco", "Skirt01_Eco", "Skirt01_Eco", "Trousers03_Eco", "Trousers04_Eco", "Trousers05_Eco", "Trousers06_Eco", "Tights01_Eco", "Tights03_Eco", "Shoes01_Eco", "Shoes01_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco", "Bracelett01_Eco", "Bracelett02_Eco", "Blouse04_Eco", "Blouse07_Eco", "Blouse09_Eco", "Blouse10_Eco", "Blouse11_Eco"), new Array("Blouse01_Eco", "Blouse02_Eco", "Skirt01_Eco", "Skirt02_Eco", "Trousers03_Eco", "Trousers06_Eco", "Tights01_Eco", "Tights03_Eco", "Shoes01_Eco", "Shoes02_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco", "Bracelett01_Eco", "Bracelett02_Eco", "Blouse04_Eco", "Blouse07_Eco", "Blouse09_Eco", "Blouse10_Eco", "Blouse11_Eco"), new Array("brown", "violet", "green", "lips4", "lips5", "lips6", "lips9", "lips11", "lips12", "eyelids4", "eyelids11", "eyelids10", "eyelids13"), new Array("yellow", "light_green", "lips1", "lips2", "lips3", "eyelids3", "eyelids5"));
checkStyle.Coat02_Eco = new Array("Coats", new Array("Shoes01_Eco", "Shoes02_Eco", "Blouse01_Eco", "Blouse02_Ec", "Blouse01_Eco", "Skirt01_Eco", "Skirt01_Eco", "Trousers03_Eco", "Trousers04_Eco", "Trousers05_Eco", "Trousers06_Eco", "Tights03_Eco", "Shoes01_Eco", "Shoes01_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco", "Bracelett01_Eco", "Bracelett02_Eco", "Blouse04_Eco", "Blouse07_Eco", "Blouse09_Eco", "Blouse10_Eco", "Blouse11_Eco"), new Array("Blouse01_Eco", "Blouse02_Eco", "Skirt01_Eco", "Skirt02_Eco", "Trousers03_Eco", "Trousers06_Eco", "Tights03_Eco", "Shoes01_Eco", "Shoes02_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco", "Bracelett01_Eco", "Bracelett02_Eco", "Blouse04_Eco", "Blouse07_Eco", "Blouse09_Eco", "Blouse10_Eco", "Blouse11_Eco"), new Array("brown", "light_brown", "yellow", "light_green", "lips9", "lips1", "lips2", "lips3", "lips4", "lips12", "eyelids2", "eyelids3", "eyelids11", "eyelids13"), new Array("violet", "lips7", "lips8", "lips10", "lips11", "eyelids6", "eyelids9", "eyelids"));
checkStyle.Blouse01_Eco = new Array("Blouses", new Array("Skirt01_Eco", "Skirt02_Eco", "Trousers03_Eco", "Trousers05_Eco", "Trousers06_Eco", "Tights03_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco", "Skirt03_Eco", "Skirt04_Eco", "Trousers04_Eco"), new Array("Skirt01_Eco", "Skirt02_Eco", "Trousers03_Eco", "Tights03_Eco"), new Array("Skirt03_Eco", "Trousers01_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("brown", "blue", "lips", "lips1", "lips3", "lips12", "lips4", "lips5", "eyelids1", "eyelids2", "eyelids4", "eyelids5", "eyelids7"), new Array("yellow", "light_blue", "lips7", "lips8", "lips11", "lips", "eyelids6", "eyelids8"));
checkStyle.Blouse02_Eco = new Array("Blouses", new Array("Skirt02_Eco", "Trousers03_Eco", "Trousers03_Eco", "Trousers06_Eco", "Tights03_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco", "Skirt03_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("Skirt02_Eco", "Trousers03_Eco", "Trousers05_Eco", "Trousers06_Eco", "Tights03_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco", "Trousers01_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("brown", "light_brown", "yellow", "light_green", "lips9", "lips1", "lips2", "lips3", "lips4", "lips12", "eyelids2", "eyelids3", "eyelids11", "eyelids13"), new Array("yellow", "light_blue", "lips7", "lips8", "lips11", "lips", "eyelids6", "eyelids8"));
checkStyle.Blouse03_Eco = new Array("Blouses", new Array("Skirt02_Eco", "Trousers03_Eco", "Trousers05_Eco", "Trousers06_Eco", "Tights03_Eco"), new Array("Necklace01_Eco", "Necklace02Scarf01_Eco_Eco", "Skirt03_Eco", "Trousers04_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("Skirt01_Eco", "Skirt02_Eco", "Trousers03_Eco", "Trousers05_Eco", "Trousers06_Eco", "Tights03_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Skirt03_Eco", "Tights02_Eco"), new Array("brown", "violet", "light_brown", "light_blue", "lips1", "lips2", "lips6", "lips7", "lips8", "eyelids3", "eyelids5", "eyelids6", "eyelids7", "eyelids10", "lips10"), new Array("lips10", "lips5", "eyelids4", "eyelids8", "eyelids11"));
checkStyle.Blouse04_Eco = new Array("Blouses", new Array("Skirt04_Eco", "Trousers01_Eco", "Trousers01_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco"), new Array("Skirt02_Eco", "Skirt04_Eco", "Trousers01_Eco", "Trousers03_Eco", "Trousers06_Eco", "Tights03_Eco", "Shoes02_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco"), new Array("violet", "light_brown", "green", "yellow", "lips1", "lips6", "lips7", "lips8", "lips11", "eyelids3", "eyelids6", "eyelids9", "eyelids10", "eyelids7"), new Array("lips2", "lips3", "lips4", "lips8", "eyelids2", "eyelids4", "eyelids13"));
checkStyle.Blouse05_Eco = new Array("Blouses", new Array("Trousers05_Eco", "Trousers06_Eco", "Tights03_Eco", "Shoes02_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco"), new Array("Skirt01_Eco", "Trousers03_Eco", "Trousers06_Eco", "Tights01_Eco", "Shoes01_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco"), new Array("violet", "green", "blue", "lips5", "lips10", "lips9", "eyelids4", "eyelids11", "eyelids1"), new Array("light_blue", "green", "lips6", "lips7", "lips8", "lips11", "eyelids6", "eyelids11", "eyelids9", "eyelids13"));
checkStyle.Blouse06_Eco = new Array("Blouses", new Array("Necklace01_Eco", "Necklace02_Eco", "Bracelett02_Eco", "Skirt03_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("Skirt01_Eco", "Skirt02_Eco", "Trousers04_Eco", "Trousers05_Eco"), new Array("Necklace02_Eco", "Bracelett02_Eco", "Skirt03_Eco", "Trousers01_Eco", "Trousers02_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("Skirt01_Eco", "Skirt02_Eco", "Trousers05_Eco"), new Array("light_brown", "green", "light_blue", "yellow", "lips1", "lips2", "lips5", "lips7", "eyelids3", "eyelids2", "eyelids6", "eyelids11"), new Array("violet", "lips10", "lips11", "lips8", "eyelids9", "eyelids10"));
checkStyle.Blouse07_Eco = new Array("Blouses", new Array("Skirt03_Eco", "Trousers02_Eco", "Tights02_Eco", "Shoes01_Eco", "Shoes02_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco", "Skirt01_Eco", "Trousers04_Eco"), new Array("Skirt03_Eco", "Trousers01_Eco", "Trousers02_Eco", "Trousers03_Eco", "Tights02_Eco", "Tights03_Eco", "Shoes01_Eco", "Shoes02_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco", "Skirt01_Eco", "Trousers04_Eco"), new Array("brown", "violet", "light_brown", "light_blue", "lips1", "lips2", "lips6", "lips7", "lips8", "eyelids3", "eyelids5", "eyelids6", "eyelids7", "eyelids10", "lips10"), new Array("lips10", "lips5", "eyelids4", "eyelids8", "eyelids11"));
checkStyle.Blouse08_Eco = new Array("Blouses", new Array("Skirt03_Eco", "Trousers01_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("Scarf01_Eco", "Skirt01_Eco", "Trousers04_Eco"), new Array("Trousers01_Eco", "Trousers02_Eco", "Trousers03_Eco", "Trousers06_Eco", "Tights02_Eco", "Tights03_Eco", "Shoes02_Eco"), new Array("Scarf01_Eco", "Skirt01_Eco", "Trousers04_Eco", "Tights01_Eco"), new Array("violet", "light_brown", "green", "yellow", "lips1", "lips6", "lips7", "lips8", "lips11", "eyelids3", "eyelids6", "eyelids9", "eyelids10", "eyelids7"), new Array("lips2", "lips3", "lips4", "lips8", "eyelids2", "eyelids4", "eyelids13"));
checkStyle.Blouse09_Eco = new Array("Blouses", new Array(), new Array(), new Array(), new Array(), new Array("brown", "light_brown", "yellow", "lips1", "lips2", "lips3", "lips4", "lips5", "lips9", "lips11", "eyelids1", "eyelids4", "eyelids5", "eyelids7"), new Array("green", "light_green", "violet", "lips7", "lips11", "lips10", "lips8", "lips10", "eyelids9", "eyelids10", "eyelids12", "eyelids4"));
checkStyle.Blouse10_Eco = new Array("Blouses", new Array("Necklace02_Eco", "Bracelett02_Eco", "Skirt02_Eco", "Trousers03_Eco", "Tights03_Eco", "Shoes01_Eco"), new Array("Scarf01_Eco", "Skirt04_Eco", "Trousers04_Eco", "Tights02_Eco"), new Array("Necklace02_Eco", "Bracelett02_Eco", "Skirt02_Eco", "Skirt03_Eco", "Trousers01_Eco", "Trousers03_Eco", "Trousers06_Eco", "Tights03_Eco", "Shoes01_Eco", "Shoes02_Eco"), new Array("Skirt03_Eco", "Trousers01_Eco", "Tights02_Eco"), new Array("brown", "light_brown", "yellow", "green", "blue", "lips1", "lips2", "lips9", "eyelids2", "eyelids4", "eyelids5"), new Array("eyelids8", "eyelids9", "eyelids10", "lips6", "lips7", "lips8", "lips10", "violet"));
checkStyle.Blouse11_Eco = new Array("Blouses", new Array("Necklace01_Eco", "Necklace02_Eco", "Skirt02_Eco", "Skirt04_Eco", "Trousers06_Eco", "Tights03_Eco", "Shoes01_Eco"), new Array("Scarf01_Eco", "Skirt01_Eco", "Trousers05_Eco", "Tights01_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Skirt02_Eco", "Skirt04_Eco", "Trousers01_Eco", "Tights03_Eco", "Shoes01_Eco"), new Array("Scarf01_Eco", "Skirt01_Eco", "Trousers04_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("brown", "blue", "yellow", "lips1", "lips2", "lips3", "lips5", "eyelids1", "eyelids2", "eyelids3", "eyelids4", "eyelids5", "eyelids11"), new Array("violet", "light_blue", "light_brown", "eyelids8", "eyelids9", "eyelids10", "eyelids13"));
checkStyle.Trousers01_Eco = new Array("Trousers", new Array("Necklace02_Eco", "Bracelett02_Eco", "Skirt04_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("Skirt01_Eco", "Tights01_Eco"), new Array("Necklace02_EcoBracelett02_Eco", "Skirt04_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("Skirt01_Eco"), new Array("light_brown", "green", "light_blue", "yellow", "lips1", "lips2", "lips5", "lips7", "eyelids3", "eyelids2", "eyelids6", "eyelids11"), new Array("violet", "lips10", "lips11", "lips8", "eyelids9", "eyelids10"));
checkStyle.Trousers02_Eco = new Array("Trousers", new Array("Scarf01_Eco", "Bracelett01_Eco", "Tights03_Eco", "Shoes01_Eco"), new Array("Skirt04_Eco", "Tights01_Eco"), new Array("Necklace01_Eco", "Bracelett01_Eco", "Skirt02_Eco", "Tights03_Eco", "Shoes01_Eco", "Shoes02_Eco"), new Array("Skirt01_Eco"), new Array("brown", "violet", "light_brown", "light_blue", "lips1", "lips2", "lips6", "lips7", "lips8", "eyelids3", "eyelids5", "eyelids6", "eyelids7", "eyelids10", "lips10"), new Array("lips10", "lips5", "eyelids4", "eyelids8", "eyelids11"));
checkStyle.Trousers03_Eco = new Array("Trousers", new Array("Scarf01_Eco", "Skirt01_Eco", "Skirt02_Eco", "Tights03_Eco", "Shoes01_Eco"), new Array("Skirt03_Eco", "Skirt04_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("Skirt02_Eco", "Tights03_Eco", "Shoes01_Eco"), new Array("Skirt03_Eco", "Skirt04_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("light_blue", "light_green", "light_brown", "lips1", "lips2", "lips3", "lips7", "lips8", "eyelids2", "eyelids3", "eyelids11", "eyelids6", "eyelids9"), new Array("violet", "blue", "lips9", "lips10", "lips11", "lips5", "eyelids11", "eyelids4", "eyelids4", "eyelids"));
checkStyle.Trousers04_Eco = new Array("Trousers", new Array("Scarf01_Eco", "Skirt01_Eco", "Tights01_Eco", "Shoes01_Eco"), new Array("Skirt03_Eco", "Skirt04_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("Skirt01_Eco", "Tights01_Eco", "Shoes01_Eco"), new Array("Skirt03_Eco", "Skirt04_Eco", "Tights02_Eco", "Shoes01_Eco"), new Array("brown", "violet", "light_brown", "light_blue", "lips1", "lips2", "lips6", "lips7", "lips8", "eyelids3", "eyelids5", "eyelids6", "eyelids7", "eyelids10", "lips10"), new Array("lips10", "lips5", "eyelids4", "eyelids8", "eyelids11"));
checkStyle.Trousers05_Eco = new Array("Trousers", new Array("Scarf01_Eco", "Skirt02_Eco", "Tights03_Eco", "Shoes01_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Bracelett01_Eco", "Bracelett02_Eco", "Skirt03_Eco", "Skirt04_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("Scarf01_Eco", "Skirt02_Eco", "Tights03_Eco", "Shoes01_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Bracelett01_Eco", "Bracelett02_Eco", "Skirt03_Eco", "Skirt04_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("brown", "light_brown", "yellow", "lips1", "lips2", "lips3", "lips4", "lips5", "lips9", "lips11", "eyelids1", "eyelids4", "eyelids5", "eyelids7"), new Array("green", "light_green", "violet", "lips7", "lips11", "lips10", "lips8", "lips10", "eyelids9", "eyelids10", "eyelids12", "eyelids4"));
checkStyle.Trousers06_Eco = new Array("Trousers", new Array("Scarf01_Eco", "Skirt02_Eco", "Tights03_Eco", "Shoes01_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Bracelett01_Eco", "Bracelett02_Eco", "Skirt03_Eco", "Skirt04_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("Scarf01_Eco", "Skirt02_Eco", "Tights03_Eco", "Shoes01_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Bracelett01_Eco", "Bracelett02_Eco", "Skirt03_Eco", "Skirt04_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("brown", "blue", "yellow", "lips1", "lips2", "lips3", "lips5", "eyelids1", "eyelids2", "eyelids3", "eyelids4", "eyelids5", "eyelids11"), new Array("violet", "light_blue", "light_brown", "eyelids8", "eyelids9", "eyelids10", "eyelids13"));
checkStyle.Skirt01_Eco = new Array("Skirts", new Array("Scarf01_Eco", "Tights01_Eco", "Shoes01_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Bracelett01_Eco", "Bracelett02_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("Tights01_Eco", "Tights03_Eco", "Shoes01_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Bracelett01_Eco", "Bracelett02_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("brown", "blue", "lips", "lips1", "lips3", "lips12", "lips4", "lips5", "eyelids1", "eyelids2", "eyelids4", "eyelids5", "eyelids7"), new Array("yellow", "light_blue", "lips7", "lips8", "lips11", "lips", "eyelids6", "eyelids8"));
checkStyle.Skirt02_Eco = new Array("Skirts", new Array("Scarf01_Eco", "Tights01_Eco", "Shoes01_Eco"), new Array("Tights02_Eco", "Shoes02_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Bracelett01_Eco", "Bracelett02_Eco", "Tights03_Eco", "Shoes01_Eco"), new Array("Tights02_Eco", "Shoes02_Eco"), new Array("light_brown", "green", "light_blue", "yellow", "lips1", "lips2", "lips5", "lips7", "eyelids3", "eyelids2", "eyelids6", "eyelids11"), new Array("violet", "lips10", "lips11", "lips8", "eyelids9", "eyelids10"));
checkStyle.Skirt03_Eco = new Array("Skirts", new Array("Tights01_Eco", "Tights02_Eco", "Shoes01_Eco", "Shoes02_Eco"), new Array("Scarf01_Eco"), new Array("Necklace01_Eco", "Bracelett01_Eco", "Tights01_Eco", "Tights02_Eco", "Shoes01_Eco", "Shoes02_Eco"), new Array("Necklace02_Eco", "Bracelett02_Eco"), new Array("violet", "light_brown", "green", "yellow", "lips1", "lips6", "lips7", "lips8", "lips11", "eyelids3", "eyelids6", "eyelids9", "eyelids10", "eyelids7"), new Array("lips2", "lips3", "lips4", "lips8", "eyelids2", "eyelids4", "eyelids13"));
checkStyle.Skirt04_Eco = new Array("Skirts", new Array("Necklace02_Eco", "Tights01_Eco", "Tights03_Eco", "Shoes01_Eco"), new Array("Necklace01_Eco", "Bracelett01_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("Necklace02_Eco", "Bracelett02_Eco", "Tights03_Eco"), new Array("Necklace01_Eco", "Bracelett01_Eco", "Tights02_Eco", "Shoes02_Eco"), new Array("violet", "light_brown", "green", "yellow", "lips1", "lips6", "lips7", "lips8", "lips11", "eyelids3", "eyelids6", "eyelids9", "eyelids10", "eyelids7"), new Array("lips2", "lips3", "lips4", "lips8", "eyelids2", "eyelids4", "eyelids13"));
checkStyle.Tights01_Eco = new Array("Tights", new Array("Scarf01_Eco", "Shoes01_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Bracelett01_Eco", "Bracelett02_Eco", "Shoes02_Eco"), new Array("Scarf01_Eco", "Shoes01_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Bracelett01_Eco", "Bracelett02_Eco", "Shoes02_Eco"), new Array("brown", "light_brown", "yellow", "green", "blue", "lips1", "lips2", "lips9", "eyelids2", "eyelids4", "eyelids5"), new Array("eyelids8", "eyelids9", "eyelids10", "lips6", "lips7", "lips8", "lips10", "violet"));
checkStyle.Tights02_Eco = new Array("Tights", new Array("Shoes02_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco", "Bracelett01_Eco", "Bracelett02_Eco"), new Array("Shoes01_Eco", "Shoes02_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco", "Bracelett01_Eco", "Bracelett02_Eco"), new Array("brown", "violet", "light_brown", "light_blue", "lips1", "lips2", "lips6", "lips7", "lips8", "eyelids3", "eyelids5", "eyelids6", "eyelids7", "eyelids10", "lips10"), new Array("lips10", "lips5", "eyelids4", "eyelids8", "eyelids11"));
checkStyle.Tights03_Eco = new Array("Tights", new Array("Scarf01_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Bracelett01_Eco", "Bracelett02_Eco", "Shoes02_Eco"), new Array("Scarf01_Eco"), new Array("Necklace01_Eco", "Necklace02_Eco", "Bracelett01_Eco", "Bracelett01_Eco", "Shoes02_Eco"), new Array("brown", "blue", "lips", "lips1", "lips3", "lips12", "lips4", "lips5", "eyelids1", "eyelids2", "eyelids4", "eyelids5", "eyelids7"), new Array("yellow", "light_blue", "lips7", "lips8", "lips11", "lips", "eyelids6", "eyelids8"));
checkStyle.Shoes01_Eco = new Array("Shoes", new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco"), new Array(), new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco"), new Array(), new Array("pasuja_bardzo_do_makeupu", "pasuja_bardzo_do_makeupu"), new Array("light_blue", "light_green", "light_brown", "lips1", "lips2", "lips3", "lips7", "lips8", "eyelids2", "eyelids3", "eyelids11", "eyelids6", "eyelids9"), new Array("violet", "blue", "lips9", "lips10", "lips11", "lips5", "eyelids11", "eyelids4", "eyelids4", "eyelids"));
checkStyle.Shoes02_Eco = new Array("Shoes", new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco"), new Array(), new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco"), new Array("violet", "light_brown", "green", "yellow", "lips1", "lips6", "lips7", "lips8", "lips11", "eyelids3", "eyelids6", "eyelids9", "eyelids10", "eyelids7"), new Array("lips2", "lips3", "lips4", "lips8", "eyelids2", "eyelids4", "eyelids13"));
checkStyle.Shoes03_Eco = new Array("Shoes", new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco"), new Array(), new Array("Necklace01_Eco", "Necklace02_Eco", "Scarf01_Eco"), new Array("violet", "light_brown", "green", "yellow", "lips1", "lips6", "lips7", "lips8", "lips11", "eyelids3", "eyelids6", "eyelids9", "eyelids10", "eyelids7"), new Array("lips2", "lips3", "lips4", "lips8", "eyelids2", "eyelids4", "eyelids13"));
checkStyle.Bracelett01_Eco = new Array("Bracelets", new Array(), new Array(), new Array(), new Array(), new Array("lips3", "lips5", "lips12", "brown", "yellow", "eyelids2", "eyelids4", "eyelids5"), new Array("lips7", "lips6", "lips4", "lips2", "lips9", "lips10", "vioet"));
checkStyle.Bracelett02_Eco = new Array("Bracelets", new Array(), new Array(), new Array(), new Array(), new Array("lips3", "lips5", "lips12", "brown", "yellow", "eyelids2", "eyelids4", "eyelids5", "green", "light_brown", "eyelids9"), new Array());
checkStyle.Necklace01_Eco = new Array("Neck", new Array("Bracelett01_Eco", "Bracelett02_Eco"), new Array(), new Array("Bracelett01_Eco", "Bracelett02_Eco"), new Array(), new Array("lips3", "lips5", "lips12", "brown", "yellow", "eyelids2", "eyelids4", "eyelids5"), new Array("lips7", "lips6", "lips4", "lips2", "lips9", "lips10", "vioet"));
checkStyle.Necklace02_Eco = new Array("Neck", new Array("Bracelett01_Eco", "Bracelett02_Eco"), new Array(), new Array("Bracelett01_Eco", "Bracelett02_Eco"), new Array(), new Array("lips3", "lips5", "lips12", "brown", "yellow", "eyelids2", "eyelids4", "eyelids5", "green", "light_brown"), new Array("lips7", "lips6", "lips4", "lips2", "lips9", "lips10", "vioet"));
checkStyle.Scarf01_Eco = new Array("Neck", new Array(), new Array("Necklace01_Eco", "Necklace02_Eco"), new Array(), new Array(), new Array("brown", "light_green", "violet", "lips1", "lips2", "lips5", "eyelids1", "eyelids4", "eyelids3"), new Array("green", "lips6", "lips7", "lips8", "lips9", "lips10", "lips11", "eyelids2", "eyelids6", "eyelids8", "eyelids9", "eyelids10", "eyelids11", "eyelids13"));
}
function fillStyle2() {
streetStyleList2.dressy = new Array("Necklace01_Street", "Necklace02_Street", "Necklace03_Street", "Beret01_Street", "Blouse04_Street", "Dress01_Street", "Dress02_Street", "Dress03_Street", "Skirt04_Street", "Skirt05_Street", "Tights02_Street", "Tights03_Street", "Shoes01_Street", "Shoes03_Street", "Shoes04_Street", "Shoes05_Street");
streetStyleList2.casual = new Array("Necklace01_Street", "Scarf01_Street", "Belt01_Street", "Beret01_Street", "Coat01_Street", "Blouse08_Street", "Blouse03_Street", "Blouse05_Street", "Blouse06_Street", "Blouse09_Street", "Skirt02_Street", "Trousers01_Street", "Trousers03_Street", "Tights01_Street", "Shoes01_Street", "Shoes02_Street", "Shoes05_Street", "Shoes06_Street");
streetStyleList2.professional = new Array("Necklace02_Street", "Necklace03_Street", "Scarf01_Street", "Belt01_Street", "Blouse02_Street", "Blouse10_Street", "Blouse11_Street", "Dress04_Street", "Skirt01_Street", "Skirt03_Street", "Skirt06_Street", "Trousers02_Street", "Shoes02_Street", "Shoes03_Street", "Shoes04_Street", "Shoes06_Street");
checkStyle.Dress01_Street = new Array("Dresses", new Array("Blouse01_Street", "Shoes04_Street", "Beret01_Street"), new Array("Necklace01_Street", "Necklace03_Street", "Blouse02_Street", "Blouse04_Street", "Blouse09_Street", "Skirt02_Street", "Skirt01_Street", "Skirt03_Street", "Skirt04_Street", "Skirt05_Street", "Skirt06_Street", "Trousers02_Street", "Trousers03_Street", "Tights01_Street", "Shoes01_Street", "Shoes05_Street"), new Array("Necklace02_Street", "Scarf01_Street", "Blouse01_Street", "Blouse03_Street", "Blouse05_Street", "Blouse06_Street", "Blouse11_Street", "Trousers01_Street", "Tights02_Street", "Shoes04_Street", "Beret01_Street"), new Array("Necklace01_Street", "Blouse02_Street", "Blouse04_Street", "Blouse09_Street", "Skirt02_Street", "Skirt03_Street", "Skirt06_Street", "Trousers03_Street", "Tights01_Street", "Shoes01_Street"), new Array("light_brown", "green", "blue", "yellow", "lips1", "lips5", "lips12", "lips2", "lips4", "lips9", "eyelids1", "eyelids5", "eyelids4"), new Array("violet", "lips10", "lips11", "lips8", "lips6", "eyelids6", "eyelids8", "eyelids10", "eyelids11", "eyelids12", "eyelids13"));
checkStyle.Dress02_Street = new Array("Dresses", new Array("Necklace02_Street", "Skirt02_Street", "Blouse09_Street", "Trousers02_Street", "Tights02_Street", "Tights03_Street", "Shoes04_Street"), new Array("Necklace01_Street", "Scarf01_Street", "Belt01_Street", "Blouse02_Street", "Blouse03_Street", "Blouse02_Street", "Blouse09_Street", "Skirt01_Street", "Skirt03_Street", "Skirt04_Street", "Skirt05_Street", "Skirt06_Street", "Trousers01_Street", "Trousers03_Street", "Shoes01_Street", "Shoes02_Street", "Shoes05_Street"), new Array("Necklace02_Street", "Blouse01_Street", "Blouse06_Street", "Blouse10_Street", "Trousers02_Street", "Tights02_Street", "Tights03_Street", "Shoes04_Street", "Shoes06_Street"), new Array("Scarf01_Street", "Blouse02_Street", "Blouse04_Street", "Blouse09_Street", "Trousers01_Street", "Trousers03_Street", "Tights01_Street", "Shoes01_Street", "Shoes04_Street", "Shoes05_Street"), new Array("blue", "light_blue", "yellow", "light_green", "lips1", "lips5", "lips12", "eyelieds1", "eyelieds3", "eyelieds5"), new Array("violet", "lips8", "lips10", "lips11", "lips7", "eyelieds6", "eyelieds8", "eyelieds9", "eyelieds10", "eyelieds11", "eyelieds12", "eyelieds13"));
checkStyle.Dress03_Street = new Array("Dresses", new Array("Shoes03_Street", "Shoes04_Street", "Shoes05_Street"), new Array("Skirt03_Street", "Skirt04_Street", "Skirt05_Street", "Skirt06_Street", "Skirt01_Street", "Skirt02_Street", "Trousers01_Street", "Trousers02_Street", "Trousers03_Street", "Tights01_Street", "Shoes01_Street", "Shoes02_Street", "Shoes06_Street", "Necklace01_Street", "Necklace01_Street", "Necklace01_Street", "Scarf01_Street", "Belt01_Street", "Coat01_Street", "Blouse01_Street", "Blouse02_Street", "Blouse03_Street", "Blouse04_Street", "Blouse05_Street", "Blouse06_Street", "Blouse07_Street", "Blouse08_Street", "Blouse09_Street", "Blouse10_Street", "Blouse11_Street", "Blouse12_Street", "Trousers01_Street", "Trousers02_Street", "Trousers03_Street"), new Array("Shoes03_Street", "Shoes04_Street", "Shoes05_Street"), new Array("Skirt03_Street", "Skirt04_Street", "Skirt05_Street", "Skirt06_Street", "Skirt01_Street", "Skirt02_Street", "Trousers01_Street", "Trousers02_Street", "Trousers03_Street", "Tights01_Street", "Shoes01_Street", "Shoes02_Street", "Shoes06_Street", "Necklace01_Street", "Necklace01_Street", "Necklace01_Street", "Scarf01_Street", "Belt01_Street", "Coat01_Street", "Blouse01_Street", "Blouse02_Street", "Blouse03_Street", "Blouse04_Street", "Blouse05_Street", "Blouse06_Street", "Blouse07_Street", "Blouse08_Street", "Blouse09_Street", "Blouse10_Street", "Blouse11_Street", "Blouse12_Street", "Trousers01_Street", "Trousers02_Street", "Trousers03_Street"), new Array("brown", "light_brown", "lips1", "lips3", "lips12", "eyelieds1", "eyelieds5"), new Array("green", "violet", "yellow", "light_green", "lips6", "lips7", "lips8", "lips10", "lips11", "eyelieds6", "eyelieds8", "eyelieds9", "eyelieds610", "eyelieds611", "eyelieds612", "eyelieds13"));
checkStyle.Dress04_Street = new Array("Dresses", new Array("Trousers02_Street", "Tights02_Street", "Tights03_Street", "Shoes03_Street", "Beret01_Street"), new Array("Belt01_Street", "Coat01_Street", "Scarf01_Street", "Necklace01_Street", "Blouse01_Street", "Blouse02_Street", "Blouse03_Street", "Blouse04_Street", "Blouse05_Street", "Blouse06_Street", "Blouse07_Street", "Blouse08_Street", "Blouse09_Street", "Blouse10_Street", "Blouse12_Street", "Skirt03_Street", "Skirt04_Street", "Skirt05_Street", "Skirt06_Street", "Skirt01_Street", "Skirt02_Street", "Trousers01_Street", "Trousers03_Street", "Tights01_Street", "Shoes01_Street", "Shoes04_Street"), new Array("Blouse11_Street", "Trousers02_Street", "Tights02_Street", "Tights03_Street", "Shoes03_Street", "Beret01_Street"), new Array("Belt01_Street", "Coat01_Street", "Scarf01_Street", "Necklace01_Street", "Blouse01_Street", "Blouse02_Street", "Blouse03_Street", "Blouse04_Street", "Blouse05_Street", "Blouse06_Street", "Blouse07_Street", "Blouse08_Street", "Blouse09_Street", "Blouse10_Street", "Blouse12_Street", "Skirt03_Street", "Skirt04_Street", "Skirt05_Street", "Skirt06_Street", "Skirt01_Street", "Skirt02_Street", "Trousers01_Street", "Trousers03_Street", "Tights01_Street", "Shoes01_Street", "Shoes04_Street"), new Array("blue", "lips1", "lips5", "lips12", "eyelids5", "eyelids5", "", ""), new Array("green", "violet", "lips7", "lips8", "lips10", "lips11", "eyelieds6", "eyelieds8", "eyelieds9", "eyelids10", "eyelids11", "eyelids12", "eyelids13"));
checkStyle.Coat01_Street = new Array("Coats", new Array("Blouse04_Street", "Blouse10_Street", "Skirt01_Street", "Trousers03_Street"), new Array("Necklace01_Street", "Belt01_Street", "Blouse01_Street", "Blouse02_Street", "Blouse03_Street", "Blouse05_Street", "Blouse06_Street", "Blouse07_Street", "Blouse08_Street", "Blouse09_Street", "Blouse12_Street", "Skirt02_Street", "Skirt03_Street", "Skirt06_Street", "Tights01_Street", "Shoes01_Street", "Shoes05_Street"), new Array("Blouse04_Street", "Blouse10_Street", "Skirt01_Street", "Trousers03_Street"), new Array("Necklace01_Street", "Belt01_Street", "Blouse01_Street", "Blouse02_Street", "Blouse03_Street", "Blouse05_Street", "Blouse06_Street", "Blouse07_Street", "Blouse08_Street", "Blouse09_Street", "Blouse12_Street", "Skirt02_Street", "Skirt03_Street", "Skirt06_Street", "Tights01_Street", "Shoes01_Street", "Shoes05_Street"), new Array("brown", "light_brown", "lips12", "lips3", "lips4", "lips9", "eyelids4"), new Array("violet", "lips7", "lips10", "lips8", "eyelids6", "eyelids8", "eyelids4"));
checkStyle.Blouse01_Street = new Array("Waistcoat", new Array("Necklace01_Street", "Necklace02_Street", "Scarf01_Street", "Blouse04_Street", "Blouse06_Street", "Blouse07_Street", "Blouse10_Street", "Skirt01_Street", "Skirt02_Street", "Skirt02_Street", "Skirt02_Street", "Trousers03_Street", "Tights01_Street", "Tights02_Street", "Tights03_Street", "Shoes01_Street", "Shoes02_Street", "Shoes06_Street", "Beret01_Street"), new Array("Skirt03_Street", "Skirt06_Street", "Shoes05_Street"), new Array("Necklace01_Street", "Necklace02_Street", "Scarf01_Street", "Blouse04_Street", "Blouse06_Street", "Blouse07_Street", "Blouse10_Street", "Skirt01_Street", "Skirt02_Street", "Skirt02_Street", "Skirt02_Street", "Trousers03_Street", "Tights01_Street", "Tights02_Street", "Tights03_Street", "Shoes01_Street", "Shoes02_Street", "Shoes06_Street", "Beret01_Street"), new Array("Skirt03_Street", "Skirt06_Street", "Shoes05_Street"), new Array("brown", "light_brown", "light_blue", "light_green", "eyelids6"), new Array("violet", "lips6", "lips7", "lips10", "lips11"));
checkStyle.Blouse05_Street = new Array("Blouses", new Array("Scarf01_Street", "Skirt01_Street", "Skirt05_Street", "Trousers03_Street", "Shoes02_Street", "Shoes06_Street"), new Array("Belt01_Street", "Blouse02_Street", "Skirt03_Street", "Skirt06_Street", "Shoes03_Street"), new Array("Scarf01_Street", "Skirt01_Street", "Skirt05_Street", "Trousers03_Street", "Shoes02_Street", "Shoes06_Street"), new Array("Blouse12_Street", "Belt01_Street", "Blouse02_Street", "Skirt03_Street", "Skirt06_Street", "Shoes03_Street"), new Array("Scarf01_Street", "Skirt01_Street", "Skirt05_Street", "Trousers03_Street", "Shoes02_Street", "Shoes06_Street"), new Array("brown", "green", "blue", "yellow", "lips1", "lips5", "eyelids4", "eyelids5", "", ""), new Array("lips10", "lips6", "lips11", "eyelids10", "eyelids11", "eyelids8", "eyelids6"));
checkStyle.Blouse08_Street = new Array("Blouses", new Array("Skirt06_Street", "Trousers01_Street", "Shoes06_Street"), new Array("Necklace03_Street", "Necklace01_Street", "Belt01_Street", "Blouse02_Street", "Blouse03_Street", "Blouse04_Street", "Blouse07_Street", "Blouse10_Street", "Blouse12_Street", "Skirt02_Street", "Skirt03_Street", "Trousers02_Street", "Tights01_Street", "Tights03_Street", "Shoes01_Street"), new Array("Skirt06_Street", "Trousers01_Street", "Shoes06_Street"), new Array("Necklace03_Street", "Necklace01_Street", "Belt01_Street", "Blouse02_Street", "Blouse03_Street", "Blouse04_Street", "Blouse07_Street", "Blouse10_Street", "Blouse12_Street", "Skirt02_Street", "Skirt03_Street", "Trousers02_Street", "Tights01_Street", "Tights03_Street", "Shoes01_Street"), new Array("violet", "lips1", "lips12", "lips5", "eyelids1", "eyelids5"), new Array("green", "lips10", "lips11", "eyelids10", "eyelids11", "eyelids13", "eyelids6", "eyelids2"));
checkStyle.Blouse09_Street = new Array("Blouses", new Array("Skirt01_Street", "Trousers03_Street", "Shoes03_Street", "Shoes05_Street", "Shoes06_Street"), new Array("Necklace03_Street", "Scarf01_Street", "Belt01_Street", "Skirt02_Street", "Skirt03_Street", "Skirt04_Street", "Skirt05_Street", "Trousers01_Street", "Trousers02_Street", "Tights01_Street", "Tights02_Street", "Tights03_Street", "Shoes01_Street", "Shoes02_Street"), new Array("Necklace01_Street", "Skirt01_Street", "Trousers03_Street", "Shoes03_Street", "Shoes05_Street", "Shoes06_Street"), new Array("Shoes04_Street", "Necklace03_Street", "Scarf01_Street", "Belt01_Street", "Skirt02_Street", "Skirt03_Street", "Skirt04_Street", "Skirt05_Street", "Trousers01_Street", "Trousers02_Street", "Tights01_Street", "Tights02_Street", "Tights03_Street", "Shoes01_Street", "Shoes02_Street"), new Array("brown", "violet", "light_brown", "green", "blue", "yellow", "light_green", "lips1", "lips3", "lips5", "lips12", "eyelids3", "eyelids4", "eyelids5"), new Array("lips7", "lips10", "eyelids6", "eyelids8", "eyelids11", "eyelids5"));
checkStyle.Blouse02_Street = new Array("Blouses", new Array("Belt01_Street", "Skirt01_Street", "Trousers02_Street", "Tights02_Street", "Shoes03_Street", "Shoes05_Street", "Shoes06_Street"), new Array("Skirt02_Street", "Skirt03_Street", "Tights01_Street", "Shoes04_Street", "Shoes01_Street"), new Array("Skirt06_Street", "Belt01_Street", "Skirt01_Street", "Trousers02_Street", "Tights02_Street", "Shoes03_Street", "Shoes05_Street", "Shoes06_Street"), new Array("Skirt04_Street", "Skirt02_Street", "Skirt03_Street", "Tights01_Street", "Shoes04_Street", "Shoes01_Street"), new Array("blue", "light_green", "lips1", "lips12", "eyelids1", "eyelids3", "eyelids5", "eyelids7"), new Array("yellow", "eyelids2", "eyelids6", "eyelids8", "eyelids9", "eyelids10", "eyelids11", "eyelids13"));
checkStyle.Blouse03_Street = new Array("Blouses", new Array("Skirt01_Street", "Skirt02_Street", "Skirt06_Street", "Trousers02_Street", "Shoes01_Street", "Shoes03_Street", "Shoes04_Street", "Shoes05_Street", "Shoes06_Street", "Beret01_Street"), new Array("Necklace01_Street", "Necklace02_Street", "Necklace03_Street", "Belt01_Street", "Skirt03_Street", "Tights01_Street"), new Array("Trousers01_Street", "Tights03_Street", "Skirt01_Street", "Skirt02_Street", "Skirt06_Street", "Trousers02_Street", "Shoes01_Street", "Shoes03_Street", "Shoes04_Street", "Shoes05_Street", "Shoes06_Street", "Beret01_Street"), new Array("Necklace01_Street", "Necklace02_Street", "Necklace03_Street", "Belt01_Street", "Skirt03_Street", "Tights01_Street"), new Array("violet", "blue", "lips6", "lips12", "lips5", "eyelids1", "eyelids3", "eyelids5", "eyelids7", "eyelids8", "eyelids12"), new Array("lips8", "eyelids2", "eyelids6", "eyelids9", "eyelids10", "eyelids11", "eyelids13"));
checkStyle.Blouse04_Street = new Array("Blouses", new Array("Necklace02_Street", "Scarf01_Street", "Skirt01_Street", "Skirt04_Street", "Skirt06_Street", "Trousers01_Street", "Trousers2_Street", "Trousers03_Street", "Tights02_Street", "Shoes03_Street", "Shoes04_Street", "Shoes06_Street", "Shoes05_Street", "Beret01_Street"), new Array("Necklace01_Street", "Necklace02_Street", "Skirt02_Street", "Skirt03_Street", "Tights01_Street", "Shoes01_Street"), new Array("Necklace02_Street", "Scarf01_Street", "Skirt01_Street", "Skirt04_Street", "Skirt06_Street", "Trousers01_Street", "Trousers2_Street", "Trousers03_Street", "Tights02_Street", "Shoes03_Street", "Shoes04_Street", "Shoes06_Street", "Shoes05_Street", "Beret01_Street"), new Array("Necklace01_Street", "Necklace02_Street", "Skirt02_Street", "Skirt03_Street", "Tights01_Street", "Shoes01_Street"), new Array("lips1", "lips2", "lips3", "lips4", "lips5", "lips6", "lips12", "eyelids1", "eyelids", "eyelids4", "eyelids13"), new Array("lips7", "lips11", "lips10", "eyelids6", "eyelids8", "eyelids9", "eyelids10", "eyelids11"));
checkStyle.Blouse06_Street = new Array("Blouses", new Array("Scarf01_Street", "Belt01_Street", "Skirt01_Street", "Skirt04_Street", "Skirt06_Street", "Trousers01_Street", "Trousers01_Street", "Shoes03_Street", "Shoes05_Street", "Shoes06_Street", "Beret01_Street"), new Array("Necklace03_Street", "Skirt02_Street", "Tights01_Street", "Shoes01_Street"), new Array("Necklace01_Street", "Scarf01_Street", "Belt01_Street", "Skirt01_Street", "Skirt04_Street", "Skirt06_Street", "Trousers01_Street", "Trousers01_Street", "Shoes03_Street", "Shoes05_Street", "Shoes06_Street", "Beret01_Street"), new Array("Necklace03_Street", "Skirt02_Street", "Tights01_Street", "Shoes01_Street"), new Array("lips1", "lips2", "lips3", "lips4", "lips5", "lips6", "eyelids6", "lips12", "eyelids1", "eyelids", "eyelids4", "eyelids13"), new Array("lips7", "lips11", "lips10", "eyelids8", "eyelids9", "eyelids10", "eyelids11"));
checkStyle.Blouse07_Street = new Array("Blouses", new Array("Skirt01_Street", "Skirt02_Street", "Skirt03_Street", "Skirt04_Street", "Skirt05_Street", "Trousers01_Street", "Trousers02_Street", "Tights02_Street", "Tights03_Street", "Shoes01_Street", "Shoes02_Street", "Shoes03_Street"), new Array("Necklace01_Street", "Necklace03_Street", "Belt01_Street", "Tights01_Street"), new Array("Skirt01_Street", "Skirt02_Street", "Skirt03_Street", "Skirt04_Street", "Skirt05_Street", "Trousers01_Street", "Trousers02_Street", "Tights02_Street", "Tights03_Street", "Shoes01_Street", "Shoes02_Street", "Shoes03_Street"), new Array("Necklace01_Street", "Necklace03_Street", "Belt01_Street", "Tights01_Street"), new Array("brown", "violet", "light_brown", "green", "blue", "light_blue", "yellow", "light_green", "lips1", "lips2", "lips3", "lips4", "lips5", "lips6", "lips12", "eyelids4", "lips5"), new Array("eyelids8", "eyelids9", "eyelids11", "eyelids2"));
checkStyle.Blouse10_Street = new Array("Blouses", new Array("Trousers03_Street", "Shoes02_Street", "Beret01_Street"), new Array("Necklace01_Street", "Belt01_Street", "Skirt02_Street", "Skirt05_Street"), new Array("Trousers03_Street", "Shoes02_Street", "Beret01_Street"), new Array("Necklace01_Street", "Belt01_Street", "Skirt02_Street", "Skirt05_Street"), new Array("brown", "light_brown", "yellow", "lips1", "lips2", "lips3", "lips4", "lips12", "eyelids4"), new Array("violet", "lips6", "lips7", "lips8", "lips10", "lips11"));
checkStyle.Blouse11_Street = new Array("Blouses", new Array("Necklace01_Street", "Necklace02_Street", "Scarf01_Street", "Skirt01_Street", "Skirt03_Street", "Shoes03_Street", "Shoes05_Street", "Beret01_Street"), new Array("Skirt03_Street", "Skirt06_Street", "Tights01_Street", "Shoes01_Street", "Shoes02_Street", "Shoes04_Street"), new Array("Necklace01_Street", "Necklace02_Street", "Scarf01_Street", "Skirt01_Street", "Skirt03_Street", "Shoes03_Street", "Shoes05_Street", "Beret01_Street"), new Array("Belt01_Street", "Skirt03_Street", "Skirt06_Street", "Tights01_Street", "Shoes01_Street", "Shoes02_Street", "Shoes04_Street"), new Array("brown", "violet", "light_brown", "green", "blue", "light_blue", "yellow", "light_green", "lips1", "lips2", "lips3", "lips4", "lips5", "lips12", "eyelids4"), new Array("lips10", "lips11", "lips8", "lips3", "eyelids6", "eyelids8", "eyelids9", "eyelids11", "eyelids13"));
checkStyle.Blouse12_Street = new Array("Blouses", new Array("Scarf01_Street", "Skirt05_Street", "Skirt01_Street", "Trousers01_Street", "Trousers03_Street", "Shoes04_Street", "Beret01_Street"), new Array("Necklace03_Street", "Shoes01_Street"), new Array("Necklace01_Street", "Necklace02_Street", "Belt01_Street", "Skirt06_Street", "Tights01_Street", "Scarf01_Street", "Skirt05_Street", "Skirt01_Street", "Trousers01_Street", "Trousers03_Street", "Shoes04_Street", "Beret01_Street"), new Array("Necklace03_Street", "Shoes01_Street"), new Array("green", "yelow", "brown", "lips1", "lips2", "lips3", "lips4", "lips5", "lips12", "lips8", "eyelids9", "eyelids4"), new Array("violet", "eyelids4", "eyelids6", "eyelids8", "eyelids2", "eyelids11", "eyelids13", "eyelids3", "eyelids7", "eyelids12"));
checkStyle.Trousers01_Street = new Array("Trousers", new Array("Necklace03_Street", "Scarf01_Street", "Shoes04_Street", "Beret01_Street"), new Array("Belt01_Street", "Skirt01_Street", "Skirt02_Street", "Skirt03_Street", "Skirt04_Street", "Skirt05_Street", "Skirt06_Street", "Tights01_Street", "Shoes01_Street", "Shoes02_Street"), new Array("Necklace03_Street", "Scarf01_Street", "Shoes04_Street"), new Array("Belt01_Street", "Skirt01_Street", "Skirt02_Street", "Skirt03_Street", "Skirt04_Street", "Skirt05_Street", "Skirt06_Street", "Tights01_Street", "Shoes01_Street", "Shoes02_Street"), new Array("yellow", "light_brown", "lips1", "lips2", "lips3", "lips5", "lips12", "lips8", "eyelids8"), new Array("violet", "green", "eyelids12", "eyelids11", "eyelids9", "eyelids6", "eyelids2"));
checkStyle.Trousers02_Street = new Array("Trousers", new Array("Necklace03_Street", "Shoes02_Street"), new Array("Belt01_Street", "Skirt01_Street", "Skirt02_Street", "Skirt03_Street", "Skirt04_Street", "Skirt05_Street", "Skirt06_Street", "Tights01_Street", "Shoes04_Street"), new Array("Shoes01_Street", "Necklace03_Street", "Shoes02_Street"), new Array("Beret01_Street", "Belt01_Street", "Skirt01_Street", "Skirt02_Street", "Skirt03_Street", "Skirt04_Street", "Skirt05_Street", "Skirt06_Street", "Tights01_Street", "Shoes04_Street"), new Array("light_green", "lips1", "lips2", "lips3", "lips12", "lips9", "eyelids"), new Array("violet", "eyelids12", "eyelids11", "eyelids9", "eyelids8", "eyelids6", "eyelids2"));
checkStyle.Trousers03_Street = new Array("Trousers", new Array("Necklace02_Street"), new Array("Necklace01_Street", "Belt01_Street", "Skirt01_Street", "Skirt02_Street", "Skirt03_Street", "Skirt04_Street", "Skirt05_Street", "Skirt06_Street", "Tights01_Street", "Tights02_Street", "Tights03_Street", "Shoes01_Street", "Shoes04_Street", "Shoes05_Street", "Beret01_Street"), new Array("Necklace02_Street"), new Array("Necklace01_Street", "Belt01_Street", "Skirt01_Street", "Skirt02_Street", "Skirt03_Street", "Skirt04_Street", "Skirt05_Street", "Skirt06_Street", "Tights01_Street", "Tights02_Street", "Tights03_Street", "Shoes01_Street", "Shoes04_Street", "Shoes05_Street", "Beret01_Street"), new Array("brown", "light_brown", "yellow", "lips3", "lips12", "lips5", "eyelids5"), new Array("violet", "eyelids12", "eyelids11", "eyelids9", "eyelids8", "eyelids7", "eyelids6", "eyelids3", "eyelids61"));
checkStyle.Skirt01_Street = new Array("Skirts", new Array("Necklace01_Street", "Necklace03_Street", "Tights02_Street", "Tights03_Street", "Shoes02_Street", "Beret01_Street"), new Array("Scarf01_Street", "Tights01_Street", "Shoes01_Street", "Shoes05_Street"), new Array("Necklace01_Street", "Necklace03_Street", "Tights02_Street", "Tights03_Street", "Shoes02_Street", "Beret01_Street"), new Array("Scarf01_Street", "Tights01_Street", "Shoes01_Street", "Shoes05_Street"), new Array("brown", "blue", "yellow", "lips3", "lips12", "lips5", "eyelids10", "eyelids4"), new Array("violet", "lips6", "lips7", "lips8", "lips10", "lips11", "lips9", "eyelids3", "eyelids5", "eyelids6", "eyelids7", "eyelids8", "eyelids9", "eyelids11", "eyelids12", "eyelids13", "eyelids1"));
checkStyle.Skirt02_Street = new Array("Skirts", new Array("Tights03_Street", "Shoes03_Street"), new Array("Necklace01_Street", "Necklace02_Street", "Necklace03_Street", "Belt01_Street", "Tights01_Street", "Tights01_Street", "Shoes01_Street", "Shoes02_Street", "Shoes04_Street", "Shoes05_Street", "Shoes06_Street", "Beret01_Street"), new Array("Tights03_Street", "Shoes03_Street"), new Array("Necklace01_Street", "Necklace02_Street", "Necklace03_Street", "Belt01_Street", "Tights01_Street", "Tights01_Street", "Shoes01_Street", "Shoes02_Street", "Shoes04_Street", "Shoes05_Street", "Shoes06_Street", "Beret01_Street"), new Array("blue", "lips2", "lips12", "lips7", "eyelids10", "eyelids4"), new Array("violet", "lips6", "lips8", "lips10", "lips11", "eyelids1", "eyelids2", "eyelids3", "eyelids6", "eyelids7", "eyelids9", "eyelids11", "eyelids12", "eyelids13"));
checkStyle.Skirt03_Street = new Array("Skirts", new Array("Necklace02_Street", "Scarf01_Street", "Shoes01_Street", "Shoes02_Street", "Shoes06_Street", "Beret01_Street"), new Array("Tights01_Street", "Tights03_Street"), new Array("Necklace01_Street", "Shoes03_Street", "Shoes05_Street", "Necklace02_Street", "Scarf01_Street", "Shoes01_Street", "Shoes02_Street", "Shoes06_Street", "Beret01_Street"), new Array("Scarf01_Street", "Tights01_Street", "Tights03_Street"), new Array("blue", "light_green", "lips4", "lips9"), new Array("violet", "green", "lips6", "lips8", "lips11", "eyelids11", "eyelids12", "eyelids13", "eyelids8", "eyelids9", "eyelids6"));
checkStyle.Skirt04_Street = new Array("Skirts", new Array("Shoes02_Street", "Beret01_Street"), new Array("Necklace01_Street", "Belt01_Street", "Tights01_Street", "Shoes04_Street", "Shoes05_Street"), new Array("Shoes02_Street", "Beret01_Street"), new Array("Necklace01_Street", "Belt01_Street", "Tights01_Street", "Shoes04_Street", "Shoes05_Street"), new Array("blue", "brown", "lips2", "lips4", "lips9", "lips12", "eyelids4"), new Array("violet", "green", "lips1", "lips6", "lips7", "lips8", "lips11", "eyelids2", "eyelids11", "eyelids12", "eyelids13", "eyelids8", "eyelids9", "eyelids6", "eyelids3"));
checkStyle.Skirt05_Street = new Array("Skirts", new Array("Necklace01_Street", "Necklace02_Street", "Scarf01_Street", "Tights02_Street", "Shoes02_Street", "Beret01_Street"), new Array(), new Array("Necklace01_Street", "Necklace02_Street", "Scarf01_Street", "Tights02_Street", "Shoes02_Street", "Beret01_Street"), new Array(), new Array("brown", "light_brown", "yellow", "blue", "light_blue", "light_green", "lips1", "lips2", "lips5", "lips11", "lips12", "eyelids1", "eyelids4", "eyelids10"), new Array("lips7", "lips10", "eyelids3", "eyelids5", "eyelids6", "eyelids7", "eyelids8", "eyelids9", "eyelids11", "eyelids12"));
checkStyle.Skirt06_Street = new Array("Skirts", new Array("Tights03_Street", "Shoes03_Street", "Shoes05_Street"), new Array("Scarf01_Street", "Belt01_Street", "Tights01_Street", "Tights02_Street", "Shoes01_Street", "Shoes02_Street", "Shoes04_Street", "Beret01_Street"), new Array("Tights03_Street", "Shoes03_Street", "Shoes05_Street"), new Array("Scarf01_Street", "Belt01_Street", "Tights01_Street", "Tights02_Street", "Shoes01_Street", "Shoes02_Street", "Shoes04_Street", "Beret01_Street"), new Array("violet", "brown", "lips2", "lips2", "lips3", "lips5", "lips6", "lips12", "eyelids1", "eyelids4"), new Array("green", "lips7", "lips8", "lips9", "lips11", "eyelids2", "eyelids6", "eyelids8", "eyelids9", "eyelids10", "eyelids11", "eyelids12", "eyelids13"));
checkStyle.Tights01_Street = new Array("Tights", new Array("Shoes04_Street", "Beret01_Street"), new Array("Necklace01_Street", "Necklace03_Street", "Scarf01_Street", "Belt01_Street", "Shoes01_Street", "Shoes02_Street", "Shoes05_Street"), new Array("Shoes04_Street", "Beret01_Street"), new Array("Necklace01_Street", "Necklace03_Street", "Scarf01_Street", "Belt01_Street", "Shoes01_Street", "Shoes02_Street", "Shoes05_Street"), new Array(), new Array());
checkStyle.Tights02_Street = new Array("Tights", new Array("Necklace01_Street", "Scarf01_Street", "Shoes03_Street", "Shoes05_Street", "Beret01_Street"), new Array("Belt01_Street", "Shoes01_Street"), new Array("Necklace01_Street", "Scarf01_Street", "Shoes03_Street", "Shoes05_Street", "Beret01_Street"), new Array("Belt01_Street", "Shoes01_Street"), new Array("blue", "light_blue", "light_green", "lips1", "lips2", "lips4", "lips12"), new Array("violet", "green", "lips7", "lips6", "lips7", "lips8", "lips10", "lips11"));
checkStyle.Tights03_Street = new Array("Tights", new Array("Necklace02_Street", "Necklace03_Street", "Scarf01_Street", "Shoes01_Street", "Shoes02_Street", "Shoes03_Street", "Beret01_Street"), new Array("Necklace01_Street", "Shoes04_Street"), new Array("Necklace02_Street", "Necklace03_Street", "Scarf01_Street", "Shoes01_Street", "Shoes02_Street", "Shoes03_Street", "Beret01_Street"), new Array("Necklace01_Street", "Shoes04_Street"), new Array("blue", "light_blue", "light_green", "lips1", "lips2", "lips4", "lips12"), new Array("violet", "green", "lips7", "lips6", "lips7", "lips8", "lips10", "lips11"));
checkStyle.Belt01_Street = new Array("Belts", new Array("Scarf01_Street", "Shoes03_Street"), new Array("Necklace02_Street", "Shoes01_Street", "Shoes02_Street", "Shoes04_Street", "Beret01_Street"), new Array("Scarf01_Street", "Shoes03_Street"), new Array("Necklace02_Street", "Shoes01_Street", "Shoes02_Street", "Shoes04_Street", "Beret01_Street"), new Array("violet", "light_brown", "brown", "lips1", "lips2", "lips6", "lips12", "eyelids1", "eyelids3", "eyelids5", "eyelids7", "eyelids4"), new Array("green", "eyelids2", "eyelids6", "eyelids8", "eyelids9", "eyelids10", "eyelids11", "eyelids13"));
checkStyle.Shoes01_Street = new Array("Shoes", new Array("Necklace01_Street"), new Array("Necklace01_Street", "Necklace03_Street"), new Array("Necklace01_Street"), new Array("Necklace01_Street", "Necklace03_Street"), new Array("blue", "lips1", "lips4", "eyelids1", "eyelids3"), new Array("lips3", "lips6", "lips7", "lips8", "lips10", "lips11", "eyelids6", "eyelids8", "eyelids9", "eyelids10", "eyelids13"));
checkStyle.Shoes02_Street = new Array("Shoes", new Array("Necklace03_Street", "Scarf01_Street"), new Array("Necklace01_Street"), new Array("Necklace03_Street", "Scarf01_Street"), new Array("Necklace01_Street"), new Array("blue", "lips1", "lips4", "eyelids1", "eyelids3"), new Array("lips3", "lips6", "lips7", "lips8", "lips10", "lips11", "eyelids6", "eyelids8", "eyelids9", "eyelids10", "eyelids13"));
checkStyle.Shoes03_Street = new Array("Shoes", new Array("Necklace01_Street", "Necklace03_Street", "Beret01_Street"), new Array(), new Array("Necklace01_Street", "Necklace03_Street", "Beret01_Street"), new Array("Necklace02_Street", "Scarf01_Street"), new Array("blue", "light_blue", "lihgt_green", "lips1", "lips5", "lips6", "eyelids"), new Array("green", "lips7", "lips8", "lips10", "lips11", "lips12", "eyelids2", "eyelids6", "eyelids9", "eyelids10", "eyelids11", "eyelids13"));
checkStyle.Shoes04_Street = new Array("Shoes", new Array(), new Array(), new Array(), new Array(), new Array("blue", "lips2", "lips3", "lips12", "eyelids4"), new Array("violet", "green", "yellow", "lips6", "lips8", "lips10", "lips11", "eyelids2", "eyelids6", "eyelids7", "eyelids9", "eyelids10", "eyelids11", "eyelids12", "eyelids13"));
checkStyle.Shoes05_Street = new Array("Shoes", new Array("Necklace01_Street", "Necklace03_Street"), new Array("Scarf01_Street"), new Array("Necklace01_Street", "Necklace03_Street"), new Array("Scarf01_Street"), new Array("blue", "light_blue", "lihgt_green", "lips1", "lips5", "lips6", "eyelids"), new Array("green", "lips7", "lips8", "lips10", "lips11", "lips12", "eyelids2", "eyelids6", "eyelids9", "eyelids10", "eyelids11", "eyelids13"));
checkStyle.Shoes06_Street = new Array("Shoes", new Array("Necklace01_Street", "Necklace03_Street", "Scarf01_Street"), new Array(), new Array("Necklace01_Street", "Necklace03_Street", "Scarf01_Street"), new Array(), new Array("blue", "light_blue", "lihgt_green", "lips1", "lips5", "lips6", "eyelids"), new Array("green", "lips7", "lips8", "lips10", "lips11", "lips12", "eyelids2", "eyelids6", "eyelids9", "eyelids10", "eyelids11", "eyelids13"));
checkStyle.Beret01_Street = new Array("Flowers", new Array(), new Array(), new Array(), new Array(), new Array("blue", "light_blue", "light_green", "lips1", "lips2", "lips5", "lips4", "lips9", "lips12", "eyelids4"), new Array("lips6", "lips7", "lips8", "lips10", "lips11", "eyelids8", "eyelids6", "eyelids9", "eyelids10", "eyelids11", "eyelids13"));
checkStyle.Necklace01_Street = new Array("Neck", new Array(), new Array(), new Array(), new Array(), new Array("blue", "light_blue", "light_green", "lips1", "lips2", "lips5", "lips4", "lips9", "lips12", "eyelids4"), new Array("lips6", "lips7", "lips8", "lips10", "lips11", "eyelids8", "eyelids6", "eyelids9", "eyelids10", "eyelids11", "eyelids13"));
checkStyle.Necklace02_Street = new Array("Neck", new Array(), new Array(), new Array(), new Array(), new Array("blue", "light_blue", "light_green", "lips1", "lips2", "lips5", "lips4", "lips9", "lips12", "eyelids4"), new Array("lips6", "lips7", "lips8", "lips10", "lips11", "eyelids8", "eyelids6", "eyelids9", "eyelids10", "eyelids11", "eyelids13"));
checkStyle.Necklace03_Street = new Array("Neck", new Array(), new Array(), new Array(), new Array(), new Array("blue", "light_blue", "light_green", "lips1", "lips2", "lips5", "lips4", "lips9", "lips12", "eyelids4"), new Array("lips6", "lips7", "lips8", "lips10", "lips11", "eyelids8", "eyelids6", "eyelids9", "eyelids10", "eyelids11", "eyelids13"));
checkStyle.Scarf01_Street = new Array("Neck", new Array(), new Array(), new Array(), new Array(), new Array("blue", "light_blue", "light_green", "lips1", "lips2", "lips5", "lips4", "lips9", "lips12", "eyelids4"), new Array("lips6", "lips7", "lips8", "lips10", "lips11", "eyelids8", "eyelids6", "eyelids9", "eyelids10", "eyelids11", "eyelids13"));
streetStyleList.accessories = new Array("Necklace01_Street", "Necklace02_Street", "Necklace03_Street", "Scarf01_Street", "Belt01_Street", "Beret01_Street");
streetStyleList.tops = new Array("Coat01_Street", "Blouse08_Street", "Blouse02_Street", "Blouse03_Street", "Blouse04_Street", "Blouse05_Street", "Blouse06_Street", "Blouse07_Street", "Blouse09_Street", "Blouse10_Street", "Blouse11_Street", "Dress01_Street", "Dress02_Street", "Dress03_Street", "Dress04_Street");
streetStyleList.bottoms = new Array("Skirt01_Street", "Skirt02_Street", "Skirt03_Street", "Skirt04_Street", "Skirt05_Street", "Skirt06_Street", "Trousers01_Street", "Trousers02_Street", "Trousers03_Street", "Tights01_Street", "Tights02_Street", "Tights03_Street");
streetStyleList.shoes = new Array("Shoes01_Street", "Shoes02_Street", "Shoes03_Street", "Shoes04_Street", "Shoes05_Street", "Shoes06_Street");
trashStyleList2.dressy = new Array("Scarf02_Trash", "Scarf01_Trash", "Necklace02_Trash", "Necklace04_Trash", "Necklace05_Trash", "Necklace06_Trash", "Belt01_Trash", "Blouse15_Trash", "Dress01_Trash", "Dress03_Trash", "Dress04_Trash", "Dress05_Trash", "Dress06_Trash", "Skirt03_Trash", "Trousers02_Trash", "Trousers03_Trash", "Shoes01_Trash", "Shoes02_Trash", "Shoes03_Trash", "Shoes05_Trash", "Shoes06_Trash");
trashStyleList2.casual = new Array("Trousers01_Trash", "Scarf02_Trash", "Scarf01_Trash", "Scarf03_Trash", "Necklace01_Trash", "Necklace02_Trash", "Necklace03_Trash", "Necklace05_Trash", "Waistcoat01_Trash", "Waistcoat02_Trash", "Waistcoat04_Trash", "Blouse01_Trash", "Blouse05_Trash", "Blouse06_Trash", "Blouse07_Trash", "Blouse10_Trash", "Blouse13_Trash", "Skirt05_Trash", "Skirt06_Trash", "Skirt07_Trash", "Trousers05_Trash", "Trousers06_Trash", "Trousers07_Trash", "Trousers11_Trash", "Trousers09_Trash", "Shoes01_Trash", "Shoes04_Trash", "Shoes05_Trash", "Shoes06_Trash", "Shoes07_Trash");
trashStyleList2.professional = new Array("Scarf03_Trash", "Necklace01_Trash", "Necklace03_Trash", "Necklace04_Trash", "Necklace06_Trash", "Blouse02_Trash", "Blouse03_Trash", "Blouse08_Trash", "Blouse14_Trash", "Blouse16_Trash", "Dress02_Trash", "Skirt01_Trash", "Skirt02_Trash", "Skirt04_Trash", "Trousers14_Trash", "Trousers08_Trash", "Shoes02_Trash", "Shoes03_Trash", "Shoes04_Trash", "Shoes07_Trash");
checkStyle.Dress01_Trash = new Array("Dresses", new Array("Necklace01_Trash", "Necklace06_Trash", "Scarf03_Trash", "Blouse11_Trash", "Bracelet03_Trash", "Trousers02_Trash", "Trousers03_Trash", "Tights01_Trash", "Shoes03_Trash", "Trousers10_Trash"), new Array("Necklace05_Trash", "Scarf01_Trash", "Belt01_Trash", "Bracelet01_Trash", "Trousers01_Trash", "Shoes06_Trash", "Bracelet02_Trash"), new Array("Necklace01_Trash", "Necklace06_Trash", "Blouse11_Trash", "Bracelet03_Trash", "Trousers02_Trash", "Trousers03_Trash", "Trousers09_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash"), new Array("Necklace05_Trash", "Scarf01_Trash"), new Array("green", "light green"), new Array("lips10", "lips7", "lips11"));
checkStyle.Dress03_Trash = new Array("Dresses", new Array("Trousers04_Trash", "Shoes07_Trash", "Necklace03_Trash", "Blouse04_Trash", "Trousers06_Trash", "Shoes07_Trash"), new Array("Necklace02_Trash", "Necklace05_Trash", "Belt01_Trash", "Bracelet03_Trash", "Shoes01_Trash", "Shoes03_Trash"), new Array("Waistcoat01_Trash", "Trousers04_Trash", "Shoes07_Trash", "Shoes07_Trash", "Blouse09_Trash"), new Array("Necklace02_Trash", "Belt01_Trash", "Waistcoat03_Trash", "Bracelet02_Trash", "Shoes01_Trash", "Tights01_Trash", "Shoes01_Trash"), new Array("blue", "light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Dress04_Trash = new Array("Dresses", new Array("Necklace01_Trash", "Blouse09_Trash", "Necklace06_Trash", "Bracelet03_Trash", "Bracelet01_Trash", "Bracelet02_Trash", new Array("Scarf02_Trash", "Belt01_Trash", "Trousers05_Trash", "Shoes01_Trash"), new Array("Necklace01_Trash", "Scarf03_Trash", "Necklace04_Trash", "Necklace05_Trash", "Bracelet01_Trash"), new Array("Belt01_Trash", "Waistcoat03_Trash", "Trousers05_Trash"), new Array(), new Array()));
checkStyle.Dress05_Trash = new Array("Dresses", new Array("Necklace01_Trash", "Necklace04_Trash", "Necklace05_Trash", "Blouse04_Trash", "Blouse11_Trash", "Blouse03_Trash", "Bracelet02_Trash", "Trousers10_Trash", "Trousers02_Trash", "Trousers03_Trash", "Trousers06_Trash", "Shoes03_Trash"), new Array("Belt01_Trash", "Necklace05_Trash"), new Array("Necklace01_Trash", "Blouse11_Trash", "Blouse03_Trash", "Bracelet02_Trash", "Bracelet02_Trash", "Trousers10_Trash", "Trousers02_Trash", "Trousers03_Trash", "Trousers06_Trash", "Trousers07_Trash", "Shoes03_Trash"), new Array("Belt01_Trash", "Scarf01_Trash", "Waistcoat02_Trash"), new Array("light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Dress06_Trash = new Array("Dresses", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Scarf03_Trash", "Blouse11_Trash", "Shoes07_Trash", "Bracelet01_Trash", "Bracelet02_Trash", "Shoes02_Trash", "Trousers02_Trash", "Trousers03_Trash", "Trousers07_Trash"), new Array("Necklace03_Trash", "Waistcoat02_Trash", "Bracelet03_Trash", "Shoes06_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Scarf03_Trash", "Blouse11_Trash", "Bracelet01_Trash", "Scarf01_Trash", "Bracelet02_Trash", "Trousers03_Trash", "Trousers07_Trash", "Shoes02_Trash", "Shoes07_Trash"), new Array("Waistcoat02_Trash", "Shoes06_Trash"), new Array("light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Waistcoat01_Trash = new Array("Blouses", new Array("Necklace01_Trash", "Scarf02_Trash", "Scarf03_Trash", "Blouse01_Trash", "Blouse03_Trash", "Blouse05_Trash", "Blouse08_Trash", "Blouse14_Trash", "Blouse16_Trash", "Skirt01_Trash", "Skirt02_Trash", "Skirt06_Trash", "Trousers02_Trash", "Trousers03_Trash", "Trousers07_Trash", "Trousers08_Trash", "Trousers09_Trash", "Trousers11_Trash", "Shoes02_Trash", "Shoes05_Trash"), new Array("Necklace05_Trash", "Necklace06_Trash", "Scarf01_Trash", "Belt01_Trash", "Blouse06_Trash", "Bracelet03_Trash", "Bracelet04_Trash", "Shoes06_Trash", "Shoes08_Trash"), new Array(), new Array(), new Array("light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Waistcoat02_Trash = new Array("Blouses", new Array("Necklace01_Trash", "Necklace02_Trash", "Necklace03_Trash", "Necklace04_Trash", "Scarf01_Trash", "Scarf02_Trash", "Scarf03_Trash", "Blouse01_Trash", "Blouse02_Trash", "Blouse03_Trash", "Blouse05_Trash", "Blouse08_Trash", "Blouse14_Trash", "Blouse16_Trash", "Bracelet01_Trash", "Bracelet02_Trash", "Skirt01_Trash", "Skirt02_Trash", "Skirt03_Trash", "Skirt04_Trash", "Skirt05_Trash", "Skirt06_Trash", "Skirt07_Trash", "Trousers02_Trash", "Trousers03_Trash", "Trousers05_Trash", "Trousers06_Trash", "Trousers07_Trash", "Trousers08_Trash", "Trousers09_Trash", "Trousers11_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash", "Shoes04_Trash", "Shoes05_Trash", "Shoes06_Trash", "Shoes07_Trash", "pasuje bardzo stylem"), new Array(), new Array("Necklace01_Trash", "Necklace02_Trash", "Necklace03_Trash", "Necklace04_Trash", "Necklace05_Trash", "Necklace06_Trash", "Scarf01_Trash", "Scarf02_Trash", "Scarf03_Trash", "Belt01_Trash", "Blouse01_Trash", "Blouse02_Trash", "Blouse03_Trash", "Blouse05_Trash", "Blouse06_Trash", "Blouse07_Trash", "Blouse08_Trash", "Blouse10_Trash", "Blouse13_Trash", "Blouse14_Trash", "Blouse15_Trash", "Blouse16_Trash", "Bracelet01_Trash", "Bracelet02_Trash", "Bracelet03_Trash", "Bracelet04_Trash", "Skirt01_Trash", "Skirt02_Trash", "Skirt03_Trash", "Skirt04_Trash", "Skirt05_Trash", "Skirt06_Trash", "Skirt07_Trash", "Trousers01_Trash", "Trousers02_Trash", "Trousers03_Trash", "Trousers05_Trash", "Trousers06_Trash", "Trousers07_Trash", "Trousers08_Trash", "Trousers09_Trash", "Trousers10_Trash", "Trousers11_Trash", "Tights01_Trash", "Shoes01_Trash", "Shoes02_Trash", "Shoes03_Trash", "Shoes04_Trash", "Shoes06_Trash", "Shoes08_Trash"), new Array("Shoes07_Trash", "Shoes05_Trash", "Trousers04_Trash", "nie_pasuja_bardzo_kolorem", ""), new Array("light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Waistcoat03_Trash = new Array("Blouses", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Scarf03_Trash", "Blouse01_Trash", "Blouse02_Trash", "Blouse05_Trash", "Blouse07_Trash", "Blouse10_Trash", "Blouse14_Trash", "Bracelet01_Trash", "Bracelet02_Trash", "Skirt01_Trash", "Skirt02_Trash", "Skirt03_Trash", "Skirt04_Trash", "Skirt05_Trash", "Trousers05_Trash", "Trousers07_Trash", "Trousers08_Trash", "Trousers09_Trash", "Trousers10_Trash", "Shoes01_Trash", "Shoes02_Trash", "Shoes04_Trash", "Shoes07_Trash", "Shoes08_Trash", "Trousers02_Trash", "Trousers03_Trash", "Trousers04_Trash"), new Array("Necklace05_Trash", "Blouse06_Trash", "Bracelet03_Trash", "Necklace06_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Scarf03_Trash", "Blouse01_Trash", "Blouse02_Trash", "Blouse05_Trash", "Blouse07_Trash", "Blouse10_Trash", "Blouse14_Trash", "Bracelet01_Trash", "Bracelet02_Trash", "Skirt01_Trash", "Skirt02_Trash", "Skirt03_Trash", "Skirt04_Trash", "Skirt05_Trash", "Trousers05_Trash", "Trousers07_Trash", "Trousers08_Trash", "Trousers09_Trash", "Trousers10_Trash", "Shoes01_Trash", "Shoes02_Trash", "Shoes04_Trash", "Shoes07_Trash", "Shoes08_Trash", "Trousers02_Trash", "Trousers03_Trash", "Trousers04_Trash"), new Array("Bracelet03_Trash", "Belt01_Trash", "Shoes06_Trash", "Necklace06_Trash"), new Array("light_blue", "eyelids4", "lips1"), new Array());
checkStyle.Waistcoat04_Trash = new Array("Blouses", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Scarf03_Trash", "Blouse05_Trash", "Bracelet01_Trash", "Skirt01_Trash", "Skirt02_Trash", "Skirt03_Trash", "Skirt04_Trash", "Skirt05_Trash", "Trousers05_Trash", "Trousers07_Trash", "Trousers08_Trash", "Trousers09_Trash", "Trousers10_Trash", "Shoes01_Trash", "Shoes02_Trash", "Shoes04_Trash", "Shoes07_Trash", "Shoes08_Trash", "Trousers02_Trash", "Trousers03_Trash", "Trousers04_Trash"), new Array("Necklace05_Trash", "Blouse06_Trash", "Bracelet03_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Scarf03_Trash", "Blouse01_Trash", "Blouse02_Trash", "Blouse05_Trash", "Blouse07_Trash", "Blouse10_Trash", "Blouse14_Trash", "Bracelet01_Trash", "Bracelet02_Trash", "Skirt01_Trash", "Skirt02_Trash", "Skirt03_Trash", "Skirt04_Trash", "Skirt05_Trash", "Trousers05_Trash", "Trousers07_Trash", "Trousers08_Trash", "Trousers09_Trash", "Trousers10_Trash", "Shoes01_Trash", "Shoes02_Trash", "Shoes04_Trash", "Shoes07_Trash", "Shoes08_Trash", "Trousers02_Trash", "Trousers03_Trash", "Trousers04_Trash"), new Array("Belt01_Trash", "Shoes06_Trash", "Necklace06_Trash"), new Array("green", "yellow", "lips5", "lips4", "lips1", "eyelids9", "eyelids2", "eyelids3", "light_blue", "eyelids4", "lips1"), new Array("lips10", "lips6"));
checkStyle.Waistcoat05_Trash = new Array("Blouses", new Array("Scarf03_Trash", "Blouse14_Trash", "Skirt02_Trash", "Skirt04_Trash", "Skirt06_Trash", "Trousers01_Trash", "Trousers02_Trash", "Trousers03_Trash", "Trousers04_Trash", "Trousers07_Trash", "Trousers08_Trash", "Trousers09_Trash", "Trousers11_Trash", "Shoes07_Trash"), new Array("Necklace05_Trash", "Necklace06_Trash", "Blouse07_Trash", "Bracelet03_Trash"), new Array("Scarf03_Trash", "Trousers02_Trash", "Trousers04_Trash", "Trousers11_Trash", "Shoes07_Trash"), new Array("Necklace05_Trash", "Blouse07_Trash", "Blouse15_Trash", "Skirt07_Trash"), new Array("lips3", "lips5", "lips12", "green", "light_green", "brown", "yellow", "eyelids2", "eyelids4"), new Array("lips10", "lips7", "lips11"));
checkStyle.Waistcoat06_Trash = new Array("Blouses", new Array("Scarf03_Trash", "Belt01_Trash", "Blouse08_Trash", "Blouse14_Trash", "Blouse10_Trash", "Bracelet02_Trash", "Bracelet04_Trash", "Trousers02_Trash", "Trousers03_Trash", "Shoes06_Trash", "Shoes07_Trash"), new Array("Necklace05_Trash", "Shoes01_Trash"), new Array("Belt01_Trash", "Blouse03_Trash", "Blouse06_Trash", "Blouse08_Trash", "Blouse10_Trash", "Blouse14_Trash", "Blouse16_Trash", "Bracelet04_Trash", "Skirt02_Trash", "Skirt04_Trash", "Skirt05_Trash", "Trousers02_Trash", "Trousers03_Trash", "Trousers04_Trash", "Trousers08_Trash", "Trousers11_Trash", "Trousers10_Trash", "Shoes06_Trash", "Shoes07_Trash"), new Array("Necklace04_Trash", "Necklace05_Trash", "Scarf02_Trash", "Blouse15_Trash", "Bracelet01_Trash", "Skirt07_Trash", "Trousers05_Trash", "Trousers09_Trash", "Shoes01_Trash", "Shoes02_Trash"), new Array("lips3", "lips5", "lips12", "green", "light_green", "brown", "yellow", "eyelids2", "eyelids4", "lips4"), new Array("lips10", "lips7", "lips11"));
checkStyle.Waistcoat07_Trash = new Array("Blouses", new Array("Scarf03_Trash", "Blouse08_Trash", "Trousers02_Trash", "Trousers03_Trash", "Trousers06_Trash", "Shoes05_Trash"), new Array("Necklace05_Trash", "Blouse03_Trash", "Blouse05_Trash", "Blouse15_Trash", "Skirt03_Trash", "Skirt05_Trash"), new Array("Scarf03_Trash", "Belt01_Trash", "Blouse08_Trash", "Bracelet04_Trash", "Trousers02_Trash", "Trousers04_Trash", "Trousers11_Trash", "Shoes05_Trash", "Shoes06_Trash", "Shoes08_Trash"), new Array("Necklace05_Trash", "Blouse15_Trash", "Skirt07_Trash", "Trousers09_Trash", "Shoes01_Trash", "Shoes02_Trash"), new Array("lips3", "lips5", "lips12", "green", "light_green", "brown", "yellow", "eyelids2", "eyelids4"), new Array("lips10", "lips7", "lips11"));
checkStyle.Waistcoat08_Trash = new Array("Blouses", new Array("Necklace01_Trash", "Scarf02_Trash", "Scarf03_Trash", "Blouse01_Trash", "Blouse03_Trash", "Blouse05_Trash", "Blouse08_Trash", "Blouse14_Trash", "Blouse16_Trash", "Skirt01_Trash", "Skirt02_Trash", "Skirt06_Trash", "Trousers02_Trash", "Trousers03_Trash", "Trousers07_Trash", "Trousers08_Trash", "Trousers09_Trash", "Trousers11_Trash", "Shoes02_Trash", "Shoes05_Trash"), new Array("Necklace05_Trash", "Necklace06_Trash", "Scarf01_Trash", "Belt01_Trash", "Blouse06_Trash", "Bracelet03_Trash", "Bracelet04_Trash", "Shoes06_Trash", "Shoes08_Trash"), new Array(), new Array(), new Array("light_blue", "eyelids4", "lips1"), new Array());
checkStyle.Blouse04_Trash = new Array("Blouses", new Array("Necklace01_Trash", "Scarf02_Trash", "Bracelet02_Trash", "Skirt01_Trash", "Skirt04_Trash", "Skirt05_Trash", "Skirt03_Trash", "Skirt06_Trash", "Trousers05_Trash", "Trousers07_Trash", "Trousers09_Trash", "Trousers10_Trash", "Trousers11_Trash", "Shoes03_Trash"), new Array("Necklace05_Trash", "Scarf01_Trash", "Bracelet04_Trash", "Shoes08_Trash"), new Array("Necklace01_Trash", "Scarf03_Trash", "Skirt01_Trash", "Skirt02_Trash", "Skirt05_Trash", "Skirt06_Trash", "Trousers02_Trash", "Trousers07_Trash"), new Array("Belt01_Trash", "Scarf01_Trash", "Skirt07_Trash", "Shoes06_Trash"), new Array("violet", "eyelids1", "eyelids7", "lips6", "lips1", "lips12", "eyelids5", "eyelids6", "light_blue"), new Array("lips10", "lips7", "lips11"));
checkStyle.Blouse09_Trash = new Array("Blouses", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet02_Trash", "Skirt03_Trash", "Trousers07_Trash", "Trousers09_Trash", "Trousers10_Trash", "Trousers11_Trash", "Shoes03_Trash"), new Array(), new Array(), new Array(), new Array(), new Array());
checkStyle.Blouse11_Trash = new Array("Blouses", new Array("Necklace01_Trash", "Necklace02_Trash", "Necklace03_Trash", "Necklace04_Trash", "Necklace05_Trash", "Necklace06_Trash", "Scarf01_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Bracelet03_Trash", "Skirt02_Trash", "Skirt03_Trash", "Skirt04_Trash", "Skirt05_Trash", "Trousers07_Trash", "Trousers05_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash"), new Array("Belt01_Trash", "Skirt07_Trash", "Trousers01_Trash", "Trousers08_Trash", "Shoes01_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Bracelet02_Trash", "Skirt02_Trash", "Skirt05_Trash", "Skirt06_Trash", "Trousers02_Trash", "Trousers05_Trash", "Trousers07_Trash", "Trousers10_Trash", "Trousers08_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash", "Shoes01_Trash", "Shoes08_Trash"), new Array(), new Array("light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Blouse12_Trash = new Array("Blouses", new Array("Necklace01_Trash", "Necklace02_Trash", "Necklace03_Trash", "Necklace04_Trash", "Necklace05_Trash", "Necklace06_Trash", "Scarf01_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Bracelet03_Trash", "Skirt02_Trash", "Skirt03_Trash", "Skirt04_Trash", "Skirt05_Trash", "Trousers07_Trash", "Trousers05_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash"), new Array("Belt01_Trash", "Skirt07_Trash", "Trousers01_Trash", "Trousers08_Trash", "Shoes01_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Bracelet02_Trash", "Skirt02_Trash", "Skirt05_Trash", "Skirt06_Trash", "Trousers02_Trash", "Trousers05_Trash", "Trousers07_Trash", "Trousers10_Trash", "Trousers08_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash", "Shoes01_Trash", "Shoes08_Trash"), new Array(), new Array("light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Blouse01_Trash = new Array("Blouses", new Array("Necklace01_Trash", "Scarf02_Trash", "Bracelet02_Trash", "Skirt01_Trash", "Skirt04_Trash", "Skirt05_Trash", "Skirt03_Trash", "Skirt06_Trash", "Trousers05_Trash", "Trousers07_Trash", "Trousers09_Trash", "Trousers10_Trash", "Trousers11_Trash", "Shoes03_Trash"), new Array("Necklace05_Trash", "Scarf01_Trash", "Bracelet04_Trash", "Shoes08_Trash"), new Array("Necklace01_Trash", "Scarf03_Trash", "Skirt01_Trash", "Skirt02_Trash", "Skirt05_Trash", "Skirt06_Trash", "Trousers02_Trash", "Trousers07_Trash"), new Array("Belt01_Trash", "Scarf01_Trash", "Skirt07_Trash", "Shoes06_Trash"), new Array("violet", "eyelids1", "eyelids7", "lips6", "lips1", "lips12", "eyelids5", "eyelids6", "light_blue"), new Array("lips10", "lips7", "lips11"));
checkStyle.Blouse02_Trash = new Array("Blouses", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet02_Trash", "Skirt03_Trash", "Trousers07_Trash", "Trousers09_Trash", "Trousers10_Trash", "Trousers11_Trash", "Shoes03_Trash"), new Array(), new Array(), new Array(), new Array(), new Array());
checkStyle.Blouse03_Trash = new Array("Blouses", new Array("Necklace01_Trash", "Necklace02_Trash", "Necklace03_Trash", "Necklace04_Trash", "Necklace05_Trash", "Necklace06_Trash", "Scarf01_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Bracelet03_Trash", "Skirt02_Trash", "Skirt03_Trash", "Skirt04_Trash", "Skirt05_Trash", "Trousers07_Trash", "Trousers05_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash"), new Array("Belt01_Trash", "Skirt07_Trash", "Trousers01_Trash", "Trousers08_Trash", "Shoes01_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Bracelet02_Trash", "Skirt02_Trash", "Skirt05_Trash", "Skirt06_Trash", "Trousers02_Trash", "Trousers05_Trash", "Trousers07_Trash", "Trousers10_Trash", "Trousers08_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash", "Shoes01_Trash", "Shoes08_Trash"), new Array(), new Array("light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Blouse05_Trash = new Array("Blouses", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Scarf03_Trash", "Bracelet01_Trash", "Bracelet02_Trash", "Trousers10_Trash", "Shoes04_Trash"), new Array("Necklace05_Trash"), new Array("Necklace01_Trash", "Scarf02_Trash", "Scarf03_Trash", "Skirt04_Trash", "Skirt02_Trash", "Skirt01_Trash", "Trousers11_Trash", "Trousers10_Trash", "Trousers07_Trash", "Trousers02_Trash", "Shoes08_Trash", "Bracelet04_Trash", "Bracelet02_Trash"), new Array("Shoes01_Trash"), new Array("light_blue", "eyelids4", "lips1"), new Array());
checkStyle.Blouse06_Trash = new Array("Blouses", new Array("Scarf03_Trash", "Trousers01_Trash", "Shoes05_Trash"), new Array(), new Array("Trousers02_Trash", "Trousers08_Trash", "Trousers10_Trash", "Trousers11_Trash", "Tights01_Trash", "Shoes04_Trash"), new Array("Necklace05_Trash", "Skirt07_Trash", "Skirt06_Trash", "Shoes02_Trash", "Necklace04_Trash"), new Array("light_blue", "eyelids4", "lips1"), new Array());
checkStyle.Blouse07_Trash = new Array("Blouses", new Array("Trousers07_Trash", "Trousers08_Trash", "Shoes02_Trash", "Shoes04_Trash", "Shoes08_Trash", "Skirt04_Trash", "Bracelet01_Trash", "Trousers06_Trash"), new Array("Necklace02_Trash", "Necklace03_Trash", "Necklace05_Trash", "Scarf01_Trash"), new Array("Necklace06_Trash", "Scarf02_Trash", "Scarf03_Trash", "Bracelet03_Trash", "Bracelet04_Trash", "Skirt02_Trash", "Skirt04_Trash", "Trousers10_Trash", "Trousers06_Trash", "Shoes03_Trash"), new Array("Necklace02_Trash", "Necklace03_Trash", "Necklace05_Trash", "Belt01_Trash", "Shoes06_Trash"), new Array("light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Blouse08_Trash = new Array("Blouses", new Array("Necklace01_Trash", "Necklace02_Trash", "Necklace03_Trash", "Necklace04_Trash", "Necklace05_Trash", "Necklace06_Trash", "Scarf01_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Bracelet03_Trash", "Skirt02_Trash", "Skirt03_Trash", "Skirt04_Trash", "Skirt05_Trash", "Trousers07_Trash", "Trousers05_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash"), new Array("Belt01_Trash", "Skirt07_Trash", "Trousers01_Trash", "Trousers08_Trash", "Shoes01_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Bracelet02_Trash", "Skirt02_Trash", "Skirt05_Trash", "Skirt06_Trash", "Trousers02_Trash", "Trousers05_Trash", "Trousers07_Trash", "Trousers10_Trash", "Trousers08_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash", "Shoes01_Trash", "Shoes08_Trash"), new Array("Shoes06_Trash", "Trousers04_Trash", "Belt01_Trash"), new Array("light_blue", "eyelids4", "lips1", "lips13"), new Array("lips10", "lips7", "lips11"));
checkStyle.Blouse10_Trash = new Array("Blouses", new Array("Necklace04_Trash", "Necklace01_Trash", "Necklace06_Trash", "Scarf02_Trash", "Scarf03_Trash", "Bracelet01_Trash", "Bracelet03_Trash", "Bracelet04_Trash", "Shoes08_Trash", "Skirt07_Trash", "Trousers05_Trash", "Trousers06_Trash", "Trousers07_Trash", "Trousers08_Trash", "Trousers10_Trash", "Shoes01_Trash", "Shoes02_Trash", "Shoes04_Trash", "Shoes08_Trash", "Trousers09_Trash"), new Array("Necklace02_Trash", "Necklace03_Trash", "Necklace05_Trash", "Skirt01_Trash"), new Array("Necklace04_Trash", "Necklace06_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Trousers05_Trash", "Trousers06_Trash", "Trousers07_Trash", "Shoes01_Trash", "Shoes02_Trash"), new Array("Belt01_Trash"), new Array("lips3", "lips5", "lips12", "green", "light_green", "brown", "yellow", "eyelids2", "eyelids4", "lips1", "eyelids5"), new Array("lips10", "lips7", "lips11"));
checkStyle.Blouse13_Trash = new Array("Blouses", new Array("Necklace01_Trash", "Skirt03_Trash", "Skirt02_Trash", "Skirt05_Trash", "Trousers07_Trash", "Trousers09_Trash", "Shoes04_Trash", "pasuje bardzo stylem"), new Array("Necklace03_Trash", "Belt01_Trash", "Trousers01_Trash", "Shoes06_Trash"), new Array("Necklace01_Trash", "Necklace05_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Skirt07_Trash", "Trousers09_Trash", "Shoes01_Trash", "Shoes02_Trash", "Trousers10_Trash"), new Array("Necklace02_Trash", "Necklace03_Trash", "Scarf01_Trash", "Belt01_Trash", "Shoes06_Trash"), new Array("light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Blouse14_Trash = new Array("Blouses", new Array("Necklace02_Trash", "Necklace03_Trash", "Scarf02_Trash", "Scarf03_Trash", "Bracelet02_Trash", "Skirt02_Trash", "Trousers04_Trash", "Trousers06_Trash", "Trousers09_Trash", "Trousers11_Trash", "Shoes03_Trash", "Shoes05_Trash", "Shoes07_Trash"), new Array("Necklace05_Trash", "Belt01_Trash", "Bracelet04_Trash", "Trousers01_Trash"), new Array("Necklace02_Trash", "Necklace03_Trash", "Scarf02_Trash", "Scarf03_Trash", "Bracelet02_Trash", "Skirt02_Trash", "Trousers04_Trash", "Trousers06_Trash", "Trousers09_Trash", "Trousers11_Trash", "Shoes03_Trash", "Shoes05_Trash", "Shoes07_Trash"), new Array(), new Array("lips3", "lips5", "lips12", "green", "light_green", "brown", "yellow", "eyelids2", "eyelids4", "eyelids5"), new Array("lips10", "lips7", "lips11"));
checkStyle.Blouse15_Trash = new Array("Blouses", new Array("Necklace01_Trash", "Necklace05_Trash", "Necklace05_Trash", "Skirt03_Trash", "Trousers02_Trash", "Trousers03_Trash", "Trousers06_Trash", "Trousers10_Trash", "Shoes03_Trash", "Shoes04_Trash"), new Array("Necklace02_Trash", "Necklace03_Trash", "Scarf01_Trash", "Belt01_Trash", "Bracelet04_Trash", "Skirt06_Trash", "Trousers04_Trash", "Trousers11_Trash"), new Array("Necklace01_Trash", "Necklace05_Trash", "Necklace05_Trash", "Skirt03_Trash", "Trousers02_Trash", "Trousers03_Trash", "Trousers06_Trash", "Trousers10_Trash", "Shoes03_Trash", "Shoes04_Trash"), new Array("Necklace02_Trash", "Necklace03_Trash", "Scarf01_Trash", "Belt01_Trash", "Bracelet04_Trash", "Skirt06_Trash", "Trousers04_Trash"), new Array(), new Array("lips10", "lips7", "lips11"));
checkStyle.Blouse16_Trash = new Array("Blouses", new Array("Necklace01_Trash", "Scarf02_Trash", "Scarf03_Trash", "Skirt01_Trash", "Skirt02_Trash", "Skirt06_Trash", "Trousers02_Trash", "Trousers03_Trash", "Trousers07_Trash", "Trousers08_Trash", "Trousers09_Trash", "Trousers11_Trash", "Shoes02_Trash", "Shoes05_Trash"), new Array("Necklace05_Trash", "Necklace06_Trash", "Scarf01_Trash", "Belt01_Trash", "Bracelet03_Trash", "Bracelet04_Trash", "Shoes06_Trash", "Shoes08_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Scarf03_Trash", "Bracelet01_Trash", "Bracelet02_Trash", "Skirt01_Trash", "Skirt02_Trash", "Skirt03_Trash", "Skirt04_Trash", "Skirt05_Trash", "Trousers05_Trash", "Trousers07_Trash", "Trousers08_Trash", "Trousers09_Trash", "Trousers10_Trash", "Shoes01_Trash", "Shoes02_Trash", "Shoes04_Trash", "Shoes07_Trash", "Shoes08_Trash", "Trousers02_Trash", "Trousers03_Trash", "Trousers04_Trash"), new Array("Bracelet03_Trash", "Belt01_Trash", "Shoes06_Trash", "Necklace06_Trash"), new Array(), new Array("lips10", "lips7", "lips11"));
checkStyle.Trousers01_Trash = new Array("Trousers", new Array("Scarf03_Trash", "Bracelet04_Trash", "Tights01_Trash", "Shoes04_Trash", "Necklace03_Trash", "Shoes08_Trash"), new Array("Necklace05_Trash", "Scarf01_Trash", "Bracelet01_Trash", "Bracelet03_Trash", "Shoes03_Trash", "Shoes06_Trash"), new Array("Necklace03_Trash", "Scarf03_Trash", "Belt01_Trash", "Bracelet04_Trash", "Tights01_Trash", "Shoes04_Trash", "Shoes08_Trash", "Shoes05_Trash"), new Array("Necklace05_Trash", "Scarf01_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Necklace04_Trash", "Shoes01_Trash", "nie_pasuja_bardzo_kolorem", ""), new Array("violet", "eyelids1", "eyelids7", "lips6", "lips1", "lips12", "eyelids5", "eyelids6", "light_blue"), new Array("lips10", "lips7", "lips11"));
checkStyle.Trousers02_Trash = new Array("Tights", new Array("Necklace01_Trash", "Skirt03_Trash", "Skirt05_Trash", "Skirt06_Trash", "Shoes02_Trash", "Shoes05_Trash", "Shoes07_Trash", "Shoes06_Trash"), new Array(), new Array("Necklace01_Trash", "Skirt03_Trash", "Skirt05_Trash", "Skirt06_Trash", "Shoes02_Trash", "Shoes05_Trash", "Shoes07_Trash", "Shoes06_Trash"), new Array(), new Array("light_blue", "eyelids4", "lips1"), new Array());
checkStyle.Trousers03_Trash = new Array("Tights", new Array("Necklace01_Trash", "Skirt03_Trash", "Skirt05_Trash", "Skirt06_Trash", "Shoes02_Trash", "Shoes05_Trash", "Shoes07_Trash", "Shoes06_Trash"), new Array(), new Array("Necklace01_Trash", "Skirt03_Trash", "Skirt05_Trash", "Skirt06_Trash", "Shoes02_Trash", "Shoes05_Trash", "Shoes07_Trash", "Shoes06_Trash"), new Array(), new Array("light_blue", "eyelids4", "lips1"), new Array());
checkStyle.Trousers04_Trash = new Array("Trousers", new Array("Necklace02_Trash", "Necklace03_Trash", "Scarf01_Trash", "Scarf02_Trash", "Shoes04_Trash"), new Array("Shoes08_Trash", "Shoes05_Trash"), new Array("Shoes07_Trash", "Necklace02_Trash", "Necklace03_Trash", "Scarf01_Trash", "Scarf02_Trash"), new Array(), new Array(), new Array());
checkStyle.Trousers05_Trash = new Array("Trousers", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Bracelet02_Trash", "Shoes01_Trash", "Shoes04_Trash"), new Array("Necklace05_Trash", "Belt01_Trash", "Shoes05_Trash", "Shoes06_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Bracelet02_Trash", "Shoes01_Trash", "Shoes04_Trash"), new Array("Necklace05_Trash", "Belt01_Trash", "Shoes05_Trash", "Shoes06_Trash"), new Array("violet", "eyelids1", "eyelids7", "lips6", "lips1", "lips12", "eyelids5", "eyelids6", "light_blue"), new Array());
checkStyle.Trousers06_Trash = new Array("Trousers", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Shoes01_Trash", "Shoes03_Trash", "Shoes04_Trash"), new Array(), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Bracelet02_Trash", "Shoes01_Trash", "Shoes04_Trash"), new Array("Shoes06_Trash", "Belt01_Trash"), new Array("light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Trousers07_Trash = new Array("Trousers", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Shoes01_Trash", "Shoes03_Trash", "Shoes04_Trash"), new Array(), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Bracelet02_Trash", "Shoes01_Trash", "Shoes04_Trash"), new Array("Shoes06_Trash", "Belt01_Trash"), new Array("light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Trousers08_Trash = new Array("Trousers", new Array("Necklace04_Trash", "Scarf02_Trash", "Scarf03_Trash", "Bracelet01_Trash", "Shoes01_Trash", "Shoes04_Trash"), new Array("Necklace05_Trash", "Shoes03_Trash"), new Array("Necklace04_Trash", "Scarf02_Trash", "Scarf03_Trash", "Bracelet01_Trash", "Shoes01_Trash", "Shoes04_Trash"), new Array(), new Array(), new Array("light_blue", "eyelids4", "lips1"));
checkStyle.Trousers09_Trash = new Array("Trousers", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Shoes01_Trash", "Shoes03_Trash", "Shoes04_Trash"), new Array("Belt01_Trash", "Shoes06_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Bracelet02_Trash", "Shoes01_Trash", "Shoes04_Trash"), new Array("Shoes06_Trash", "Belt01_Trash"), new Array(), new Array("lips10", "lips7", "lips11"));
checkStyle.Trousers10_Trash = new Array("Trousers", new Array("Necklace01_Trash", "Shoes02_Trash", "Shoes03_Trash", "Bracelet01_Trash", "pasuje bardzo stylem"), new Array("Belt01_Trash", "Shoes06_Trash"), new Array("Necklace01_Trash", "Shoes02_Trash", "Shoes03_Trash", "Bracelet01_Trash"), new Array("Belt01_Trash", "Shoes06_Trash"), new Array(), new Array());
checkStyle.Trousers11_Trash = new Array("Tights", new Array("Necklace01_Trash", "Necklace02_Trash", "Necklace05_Trash", "Bracelet02_Trash", "Shoes03_Trash"), new Array("Belt01_Trash"), new Array("Necklace02_Trash", "Necklace05_Trash", "Bracelet02_Trash", "Shoes03_Trash"), new Array("Belt01_Trash"), new Array(), new Array());
checkStyle.Trousers14_Trash = new Array("Trousers", new Array("Necklace01_Trash", "Necklace02_Trash", "Necklace05_Trash", "Bracelet02_Trash", "Shoes03_Trash"), new Array("Belt01_Trash"), new Array("Necklace02_Trash", "Necklace05_Trash", "Bracelet02_Trash", "Shoes03_Trash"), new Array("Belt01_Trash"), new Array(), new Array());
checkStyle.Skirt01_Trash = new Array("Skirts", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet02_Trash", "Bracelet01_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash", new Array("Shoes06_Trash", "Belt01_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet02_Trash", "Bracelet01_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash"), new Array("Shoes06_Trash", "Belt01_Trash"), new Array(), new Array()));
checkStyle.Skirt02_Trash = new Array("Skirts", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet02_Trash", "Bracelet01_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash"), new Array("Belt01_Trash", ""), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet02_Trash", "Bracelet01_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash"), new Array("Shoes06_Trash", "Belt01_Trash"), new Array(), new Array("lips10", "lips7", "lips11"));
checkStyle.Skirt03_Trash = new Array("Skirts", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet02_Trash", "Bracelet01_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash"), new Array("Belt01_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet02_Trash", "Bracelet01_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash"), new Array("Shoes06_Trash", "Belt01_Trash"), new Array(), new Array("lips10", "lips7", "lips11"));
checkStyle.Skirt04_Trash = new Array("Skirts", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet02_Trash", "Bracelet01_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash"), new Array("Belt01_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet02_Trash", "Bracelet01_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash"), new Array("Shoes06_Trash", "Belt01_Trash"), new Array(), new Array("lips10", "lips7", "lips11"));
checkStyle.Skirt05_Trash = new Array("Skirts", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet02_Trash", "Bracelet01_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash"), new Array("Belt01_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet02_Trash", "Bracelet01_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash"), new Array(), new Array(), new Array("lips10", "lips7", "lips11"));
checkStyle.Skirt06_Trash = new Array("Skirts", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet02_Trash", "Bracelet01_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash"), new Array("Belt01_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet02_Trash", "Bracelet01_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash"), new Array(), new Array("violet", "eyelids1", "eyelids7", "lips6", "lips1", "lips12", "eyelids5", "eyelids6", "light_blue"), new Array());
checkStyle.Skirt07_Trash = new Array("Skirts", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet02_Trash", "Bracelet01_Trash", "Tights01_Trash", "Shoes03_Trash"), new Array("Belt01_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet02_Trash", "Bracelet01_Trash", "Tights01_Trash", "Shoes02_Trash", "Shoes03_Trash"), new Array("Shoes06_Trash", "Belt01_Trash"), new Array(), new Array("lips10", "lips7", "lips11"));
checkStyle.Tights01_Trash = new Array("Tights", new Array("Necklace01_Trash", "Necklace02_Trash", "Necklace03_Trash", "Necklace04_Trash", "Necklace05_Trash", "Necklace06_Trash", "Scarf01_Trash", "Scarf02_Trash", "Scarf03_Trash", "Belt01_Trash", "Bracelet01_Trash", "Bracelet02_Trash", "Bracelet03_Trash", "Bracelet04_Trash", "Shoes01_Trash", "Shoes02_Trash", "Shoes03_Trash", "Shoes04_Trash", "Shoes06_Trash", "Shoes07_Trash", "Shoes05_Trash", "Shoes08_Trash"), new Array(), new Array("Necklace01_Trash", "Necklace02_Trash", "Necklace03_Trash", "Necklace04_Trash", "Necklace05_Trash", "Necklace06_Trash", "Scarf01_Trash", "Scarf02_Trash", "Scarf03_Trash", "Belt01_Trash", "Bracelet01_Trash", "Bracelet02_Trash", "Bracelet03_Trash", "Bracelet04_Trash", "Shoes01_Trash", "Shoes02_Trash", "Shoes03_Trash", "Shoes04_Trash", "Shoes06_Trash", "Shoes07_Trash", "Shoes05_Trash", "Shoes08_Trash"), new Array(), new Array(), new Array("lips10", "lips7", "lips11"));
checkStyle.Belt01_Trash = new Array("Belts", new Array("Necklace03_Trash", "Scarf03_Trash", "Bracelet04_Trash", "Shoes08_Trash", "Shoes05_Trash"), new Array("Necklace05_Trash", "Bracelet01_Trash", "Necklace02_Trash"), new Array("Necklace03_Trash", "Scarf03_Trash", "Bracelet04_Trash", "Shoes08_Trash", "Shoes05_Trash"), new Array("Necklace05_Trash", "Bracelet01_Trash", "Necklace02_Trash"), new Array("light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Shoes01_Trash = new Array("Shoes", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash", "pasuje bardzo stylem"), new Array("Necklace02_Trash", "Necklace03_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash"), new Array(), new Array("light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Shoes02_Trash = new Array("Shoes", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash"), new Array("Necklace02_Trash", "Necklace03_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash"), new Array(), new Array("light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Shoes03_Trash = new Array("Shoes", new Array("Necklace01_Trash", "Necklace04_Trash", "Necklace05_Trash", "Scarf02_Trash", "Bracelet01_Trash"), new Array("Necklace02_Trash", "Necklace03_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Necklace05_Trash"), new Array(), new Array(), new Array("lips10", "lips7", "lips11"));
checkStyle.Shoes04_Trash = new Array("Shoes", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash"), new Array("Necklace02_Trash", "Necklace03_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash"), new Array(), new Array("light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Shoes05_Trash = new Array("Shoes", new Array("Necklace01_Trash", "Necklace02_Trash", "Necklace04_Trash", "Bracelet02_Trash", "Bracelet03_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Necklace06_Trash", "Scarf03_Trash"), new Array("Necklace02_Trash", "Necklace03_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Scarf03_Trash", "Necklace06_Trash"), new Array("Bracelet04_Trash"), new Array(), new Array("lips10", "lips7", "lips11"));
checkStyle.Shoes06_Trash = new Array("Shoes", new Array("Necklace01_Trash", "Necklace02_Trash", "Necklace04_Trash", "Bracelet02_Trash", "Bracelet03_Trash", "Bracelet01_Trash", "Necklace06_Trash", "Scarf03_Trash"), new Array("Necklace02_Trash", "Necklace03_Trash", "Necklace05_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Scarf03_Trash", "Necklace06_Trash"), new Array("Bracelet04_Trash", "Necklace05_Trash"), new Array(), new Array("lips10", "lips7", "lips11"));
checkStyle.Shoes07_Trash = new Array("Shoes", new Array("Necklace01_Trash", "Necklace02_Trash", "Necklace04_Trash", "Bracelet02_Trash", "Bracelet03_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Necklace06_Trash", "Scarf03_Trash"), new Array("Necklace02_Trash", "Necklace03_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash", "Scarf03_Trash", "Necklace06_Trash"), new Array("Bracelet04_Trash"), new Array(), new Array("lips10", "lips7", "lips11"));
checkStyle.Shoes08_Trash = new Array("Shoes", new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash"), new Array("Necklace02_Trash", "Necklace03_Trash"), new Array("Necklace01_Trash", "Necklace04_Trash", "Scarf02_Trash", "Bracelet01_Trash"), new Array(), new Array("lips10", "lips9", "lips2", "lips6", "eyelids4", "eyelids5", "lips4"), new Array("lips7", "lips9", "lips2", "lips4", "eyelids11", "eyelids6", "eyelids9", "eyelids13"));
checkStyle.Necklace01_Trash = new Array("Neck", new Array("Bracelet01_Trash"), new Array(), new Array(), new Array(), new Array("light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Necklace02_Trash = new Array("Neck", new Array("Bracelet03_Trash"), new Array(), new Array(), new Array(), new Array("light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Necklace03_Trash = new Array("Neck", new Array("Bracelet02_Trash"), new Array(), new Array(), new Array(), new Array("lips10", "lips9", "lips2", "lips6", "eyelids4", "eyelids5", "lips4"), new Array());
checkStyle.Necklace04_Trash = new Array("Neck", new Array("Bracelet01_Trash", "Bracelet02_Trash"), new Array(), new Array(), new Array(), new Array("lips1", "eyelids3", "eyelids12", "eyelids7", "violet", "light_blue", "lips6"), new Array("lips7", "lips9", "lips2", "lips4", "eyelids11", "eyelids6", "eyelids9", "eyelids13"));
checkStyle.Necklace05_Trash = new Array("Neck", new Array(), new Array("Bracelet04_Trash"), new Array(), new Array(), new Array("light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Necklace06_Trash = new Array("Neck", new Array("Bracelet03_Trash"), new Array(), new Array(), new Array(), new Array("lips11", "lips2", "lips1", "lips12", "eyelids10", "eyelids3", "yellow"), new Array("lips10", "lips7", "lips11"));
checkStyle.Scarf01_Trash = new Array("Neck", new Array("Bracelet02_Trash", "Bracelet03_Trash"), new Array(), new Array(), new Array(), new Array("light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Scarf02_Trash = new Array("Neck", new Array("Bracelet01_Trash", "Bracelet02_Trash", "Bracelet04_Trash"), new Array(), new Array(), new Array(), new Array("light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Scarf03_Trash = new Array("Neck", new Array("Bracelet01_Trash", "Bracelet02_Trash", "Bracelet04_Trash", "Bracelet04_Trash"), new Array(), new Array(), new Array(), new Array("blue", "light_blue", "eyelids4", "lips1"), new Array("lips10", "lips7", "lips11"));
checkStyle.Bracelett01_Trash = new Array("Bracelets", new Array(), new Array(), new Array(), new Array(), new Array("lips1", "eyelids3", "eyelids12", "eyelids7", "violet", "light_blue", "lips6"), new Array("lips7", "lips9", "lips2", "lips4", "eyelids11", "eyelids6", "eyelids9", "eyelids13"));
checkStyle.Bracelett02_Trash = new Array("Bracelets", new Array(), new Array(), new Array(), new Array(), new Array("lips10", "lips9", "lips2", "lips6", "eyelids4", "eyelids5", "lips4"), new Array());
checkStyle.Bracelett03_Trash = new Array("Bracelets", new Array(), new Array(), new Array(), new Array(), new Array("lips11", "lips2", "lips1", "lips12", "eyelids10", "eyelids3", "yellow"), new Array());
checkStyle.Bracelett04_Trash = new Array("Bracelets", new Array(), new Array(), new Array(), new Array(), new Array("lips10", "lips9", "lips2", "lips6", "eyelids4", "eyelids5", "lips4"), new Array("lips7", "lips9", "lips2", "lips4", "eyelids11", "eyelids6", "eyelids9", "eyelids13"));
trashStyleList.accessories = new Array("Bracelett02_Trash", "Bracelett01_Trash", "Scarf02_Trash", "Scarf01_Trash", "Scarf03_Trash", "Necklace01_Trash", "Necklace02_Trash", "Necklace03_Trash", "Necklace04_Trash", "Necklace05_Trash", "Necklace06_Trash", "Belt01_Tras");
trashStyleList.tops = new Array("Waistcoat01_Trash", "Waistcoat02_Trash", "Waistcoat04_Trash", "Blouse01_Trash", "Blouse02_Trash", "Blouse03_Trash", "Blouse05_Trash", "Blouse06_Trash", "Blouse07_Trash", "Blouse08_Trash", "Blouse10_Trash", "Blouse13_Trash", "Blouse14_Trash", "Blouse15_Trash", "Blouse16_Trash", "Dress01_Trash", "Dress03_Trash", "Dress04_Trash", "Dress05_Trash", "Dress06_Trash");
trashStyleList.bottoms = new Array("Skirt01_Trash", "Skirt02_Trash", "Skirt03_Trash", "Skirt04_Trash", "Skirt05_Trash", "Skirt06_Trash", "Skirt07_Trash", "Trousers01_Trash", "Trousers02_Trash", "Trousers03_Trash", "Trousers04_Trash", "Trousers05_Trash", "Trousers06_Trash", "Trousers07_Trash", "Trousers08_Trash", "Trousers09_Trash", "Trousers11_Trash", "Trousers12_Trash", "Trousers13_Trash", "Trousers14_Trash");
trashStyleList.shoes = new Array("Shoes01_Trash", "Shoes04_Trash", "Shoes02_Trash", "Shoes03_Trash", "Shoes05_Trash", "Shoes06_Trash", "Shoes07_Trash", "Shoes08_Trash");
}
function getMainGroup(style, cName) {
var _local3 = 0;
while (_local3 < globalNewList.length) {
var _local4 = getClothesByMainGroup2(style, globalNewList[_local3]);
var _local2 = 0;
while (_local2 < _local4.length) {
if (_local4[_local2] == cName) {
return(globalNewList[_local3]);
}
_local2++;
}
_local3++;
}
}
function getClothesByMainGroup(style, group) {
switch (style) {
case "CHICKY" :
return(chickStyleList[group]);
case "ECO" :
return(ecoStyleList[group]);
case "STREETWARE" :
return(streetStyleList[group]);
case "TRASH" :
return(trashStyleList[group]);
}
}
function getClothesByMainGroup2(style, group) {
switch (style) {
case "CHICKY" :
return(chickStyleList2[group]);
case "ECO" :
return(ecoStyleList2[group]);
case "STREETWARE" :
return(streetStyleList2[group]);
case "TRASH" :
return(trashStyleList2[group]);
}
}
function compare_(cArray, clothesName) {
var _local1 = 0;
while (_local1 < cArray.length) {
if (cArray[_local1] == clothesName) {
return(true);
}
_local1++;
}
return(false);
}
function _compare3(style, clothesName, group) {
var _local2;
switch (style) {
case "CHICKY" :
_local2 = new Array();
if (group != "dressy") {
_local2 = _local2.concat(chickStyleList2.dressy);
}
if (group != "casual") {
_local2 = _local2.concat(chickStyleList2.casual);
}
if (group != "professional") {
_local2 = _local2.concat(chickStyleList2.professional);
}
return(compare_(_local2, clothesName));
case "ECO" :
_local2 = new Array();
if (group != "dressy") {
_local2 = _local2.concat(chickStyleList2.dressy);
}
if (group != "casual") {
_local2 = _local2.concat(chickStyleList2.casual);
}
if (group != "professional") {
_local2 = _local2.concat(chickStyleList2.professional);
}
return(compare_(_local2, clothesName));
case "STREETWARE" :
_local2 = new Array();
if (group != "dressy") {
_local2 = _local2.concat(chickStyleList2.dressy);
}
if (group != "casual") {
_local2 = _local2.concat(chickStyleList2.casual);
}
if (group != "professional") {
_local2 = _local2.concat(chickStyleList2.professional);
}
return(compare_(_local2, clothesName));
case "TRASH" :
_local2 = new Array();
if (group != "dressy") {
_local2 = _local2.concat(chickStyleList2.dressy);
}
if (group != "casual") {
_local2 = _local2.concat(chickStyleList2.casual);
}
if (group != "professional") {
_local2 = _local2.concat(chickStyleList2.professional);
}
return(compare_(_local2, clothesName));
}
}
function _compare2(style, clothesName, group) {
var _local2;
switch (style) {
case "CHICKY" :
_local2 = new Array();
_local2 = _local2.concat(chickStyleList2.dressy);
_local2 = _local2.concat(chickStyleList2.casual);
_local2 = _local2.concat(chickStyleList2.professional);
return(compare_(_local2, clothesName));
case "ECO" :
_local2 = new Array();
_local2 = _local2.concat(ecoStyleList2.dressy);
_local2 = _local2.concat(ecoStyleList2.casual);
_local2 = _local2.concat(ecoStyleList2.professional);
return(compare_(_local2, clothesName));
case "STREETWARE" :
_local2 = new Array();
_local2 = _local2.concat(streetStyleList2.dressy);
_local2 = _local2.concat(streetStyleList2.casual);
_local2 = _local2.concat(streetStyleList2.professional);
return(compare_(_local2, clothesName));
case "TRASH" :
_local2 = new Array();
_local2 = _local2.concat(trashStyleList2.dressy);
_local2 = _local2.concat(trashStyleList2.casual);
_local2 = _local2.concat(trashStyleList2.professional);
return(compare_(_local2, clothesName));
}
}
function _compare(style, clothesName, group) {
switch (style) {
case "CHICKY" :
return(compare_(chickStyleList2[group], clothesName));
case "ECO" :
return(compare_(ecoStyleList2[group], clothesName));
case "STREETWARE" :
return(compare_(streetStyleList2[group], clothesName));
case "TRASH" :
return(compare_(trashStyleList2[group], clothesName));
}
}
function getDepthForClothes(clothesName) {
return(depthNumbers[clothesName]);
}
function _getGroup(clothesName) {
return(checkStyle[clothesName][0]);
}
function getGoodStyle(clothesName) {
return(checkStyle[clothesName][1]);
}
function getBadStyle(clothesName) {
return(checkStyle[clothesName][2]);
}
function getGoodColor(clothesName) {
return(checkStyle[clothesName][3]);
}
function getBadColor(clothesName) {
return(checkStyle[clothesName][4]);
}
function getGoodMakup(clothesName) {
return(checkStyle[clothesName][5]);
}
function getBadMakup(clothesName) {
return(checkStyle[clothesName][6]);
}
function getClothes() {
}
var chickStyleList = new Array();
var ecoStyleList = new Array();
var streetStyleList = new Array();
var trashStyleList = new Array();
var chickStyleList2 = new Array();
var ecoStyleList2 = new Array();
var streetStyleList2 = new Array();
var trashStyleList2 = new Array();
var color = new Array();
var mColor = new Array();
var checkStyle = new Array();
var MAX_ACCESSORIES = 1;
var MAX_BODY = 3;
var depthNumbers = new Array();
var globalNewList = new Array("dressy", "casual", "professional");
}
Symbol 1750 MovieClip [__Packages.pl.fabrykagier.models.Face] Frame 0
class pl.fabrykagier.models.Face extends MovieClip
{
var eyesObj, attachMovie, getNextHighestDepth, lipsObj, browsObj, eyelidObj, eyes, lips, eyelid;
function Face () {
super();
}
function init(modelObj) {
eyesObj = attachMovie("eyes", "eyes", getNextHighestDepth(), {_x:-36.3, _y:-26.9});
changeEyes(modelObj._eyes);
lipsObj = attachMovie("lips", "lips", getNextHighestDepth(), {_x:0, _y:0});
changeLips(modelObj._lips);
browsObj = attachMovie("brows", "brows", getNextHighestDepth(), {_x:-35.8, _y:-35.8});
changeBrows(modelObj._brows);
eyelidObj = attachMovie("eyelid", "eyelid", getNextHighestDepth(), {_x:-38, _y:-27.4});
}
function changeEyes(eyesColor) {
eyes = eyesColor;
eyesObj.gotoAndStop(eyesColor);
}
function changeLips(lipsColor) {
lips = lipsColor;
lipsObj.gotoAndStop(lipsColor);
}
function changeBrows(browsColor) {
browsObj = browsColor;
browsObj.gotoAndStop(browsColor);
}
function changeEyelid(eyelidColor) {
eyelid = eyelidColor;
eyelidObj.gotoAndStop(eyelidColor);
}
}
Symbol 1751 MovieClip [__Packages.pl.fabrykagier.models.Model] Frame 0
class pl.fabrykagier.models.Model extends MovieClip
{
var skinObj, attachMovie, getNextHighestDepth, faceObj, TightsClass, ShoesClass, TrousersClass, SkirtsClass, BlousesClass, DressesClass, WaistcoatClass, CoatsClass, BraceletsClass, BeltsClass, NeckClass, hairObj, SunglassesClass, FlowersClass, heandObj, modelHair, modelSkin, clothesArray, modelEye;
function Model () {
super();
}
function init(modelObj) {
skinObj = attachMovie("skin", "skin", getNextHighestDepth(), {_x:0, _y:0});
setSkin(modelObj._skin);
faceObj = attachMovie("face", "face", getNextHighestDepth(), {_x:-36.8, _y:-199.9});
faceObj.init(modelObj);
TightsClass = attachMovie("Tights", "tights_contener", getNextHighestDepth(), {_x:0, _y:0});
ShoesClass = attachMovie("Shoes", "shoes_contener", getNextHighestDepth(), {_x:0, _y:0});
TrousersClass = attachMovie("Trousers", "trousers_contener", getNextHighestDepth(), {_x:0, _y:0});
SkirtsClass = attachMovie("Skirts", "skirts_contener", getNextHighestDepth(), {_x:0, _y:0});
BlousesClass = attachMovie("Blouses", "bluses_contener", getNextHighestDepth(), {_x:0, _y:0});
DressesClass = attachMovie("Dresses", "dresses_contener", getNextHighestDepth(), {_x:0, _y:0});
WaistcoatClass = attachMovie("Waistcoat", "waistcoat_contener", getNextHighestDepth(), {_x:0, _y:0});
CoatsClass = attachMovie("Coats", "doats_contener", getNextHighestDepth(), {_x:0, _y:0});
BraceletsClass = attachMovie("Bracelets", "bracelets_contener", getNextHighestDepth(), {_x:0, _y:0});
BeltsClass = attachMovie("Belts", "belts_contener", getNextHighestDepth(), {_x:0, _y:0});
NeckClass = attachMovie("Neck", "neck_contener", getNextHighestDepth(), {_x:0, _y:0});
hairObj = attachMovie("hair", "hair", getNextHighestDepth(), {_x:-96, _y:-292.7});
setHair(modelObj._hair);
SunglassesClass = attachMovie("Sunglasses", "sunglasses_contener", getNextHighestDepth(), {_x:0, _y:0});
FlowersClass = attachMovie("Flowers", "flowers_contener", getNextHighestDepth(), {_x:0, _y:0});
heandObj = attachMovie("hand", "hand", getNextHighestDepth(), {_x:-87, _y:-80});
heandObj.gotoAndStop(modelObj._skin);
}
function update() {
}
function setHair(hairName) {
hairObj.gotoAndStop(hairName);
modelHair = hairName;
}
function setSkin(skinName) {
skinObj.gotoAndStop(skinName);
modelSkin = skinName;
}
function addClothes(clothesName, clothesGroup) {
this[clothesGroup + "Class"].gotoAndStop(clothesName);
}
function resetClothes(clothesGroup) {
this[clothesGroup + "Class"].gotoAndStop(1);
}
function setClothes(clothesName) {
var _local2 = attachMovie("collection", "collection", getNextHighestDepth(), {_x:0, _y:0});
_local2.gotoAndStop(clothesName);
clothesArray.push(_local2);
}
function getEyes() {
return(modelEye);
}
function setEyes(eyesName) {
modelEye = eyesName;
faceObj.changeEyes(eyesName);
}
function setEyelids(eyesName) {
faceObj.changeEyelid(eyesName);
}
function setLips(lipsName) {
faceObj.changeLips(lipsName);
}
}
Symbol 1752 MovieClip [__Packages.pl.fabrykagier.main.SoundManager] Frame 0
class pl.fabrykagier.main.SoundManager extends Sound
{
var ref, __get__sounds;
function SoundManager (mainRef) {
super();
ref = mainRef;
}
function addSound(soundName, playKind, loops) {
soundsArray[soundName] = new Sound(ref);
soundsArray[soundName].attachSound(soundName);
kindArray[soundName] = playKind;
loopsArray[soundName] = loops;
}
function muteOn() {
stopsAll();
soundsPlay = false;
}
function muteOff() {
soundsPlay = true;
}
function clearSound() {
soundsArray = new Array();
}
function set sounds(cmd) {
soundsPlay = cmd;
//return(__get__sounds());
}
function playSound(startFrom, loops, soundName) {
if (soundsPlay) {
soundsArray[soundName].start(startFrom, loops);
}
}
function clearSounds() {
stopsAll();
soundsArray = new Array();
channelsArray = new Array();
offSetsArray = new Array();
kindArray = new Array();
loopsArray = new Array();
}
function stopsAll() {
for (var _local2 in soundsArray) {
if (kindArray[_local2]) {
pauseSound(_local2);
} else {
stopSound(_local2);
}
}
}
function pauseSound(soundName) {
try {
soundsArray[soundName].stop();
} catch(e) {
}
}
function startAll() {
for (var _local2 in soundsArray) {
if (kindArray[_local2]) {
startSound(_local2, loopsArray[_local2]);
} else {
playSound(0, loopsArray[_local2], _local2);
}
}
}
function startSound(soundName, loops) {
if (soundsPlay) {
soundsArray[soundName].start(0, loops);
}
}
function stopSound(soundName) {
soundsArray[soundName].stop();
}
var soundsPlay = true;
var soundsArray = new Array();
var channelsArray = new Array();
var offSetsArray = new Array();
var kindArray = new Array();
var loopsArray = new Array();
}
Symbol 1753 MovieClip [__Packages.pl.fabrykagier.models.ModelList] Frame 0
class pl.fabrykagier.models.ModelList
{
function ModelList () {
setModels();
}
function setModels() {
var _local12 = new Object();
_local12._skin = "skin04";
_local12._eyes = "green";
_local12._lips = "lips4";
_local12._brows = "brow02";
_local12._hair = "hair_brown04";
_local12._modelName = "Kate";
_local12._hairList = new Array("hair_brown04", "hair_brown06", "hair_brown07");
var _local10 = new Object();
_local10._skin = "skin05";
_local10._eyes = "brown";
_local10._lips = "lips12";
_local10._brows = "brow01";
_local10._hair = "hair_orange01";
_local10._modelName = "Isabel";
_local10._hairList = new Array("hair_orange01", "hair_orange02", "hair_orange03");
var _local7 = new Object();
_local7._skin = "skin01";
_local7._eyes = "brown";
_local7._lips = "lips12";
_local7._brows = "brow01";
_local7._hair = "hair1";
_local7._modelName = "Nicole";
_local7._hairList = new Array("hair1", "hair_black02", "hair9");
var _local8 = new Object();
_local8._skin = "skin04";
_local8._eyes = "brown";
_local8._lips = "lips12";
_local8._brows = "brow01";
_local8._hair = "hair_brown05";
_local8._modelName = "Victoria";
_local8._hairList = new Array("hair_brown05", "hair_brown08", "hair_brown09");
var _local6 = new Object();
_local6._skin = "skin02";
_local6._eyes = "brown";
_local6._lips = "lips12";
_local6._brows = "brow01";
_local6._hair = "hair3";
_local6._modelName = "Lucy";
_local6._hairList = new Array("hair3", "hair8", "hair_blonde01");
var _local5 = new Object();
_local5._skin = "skin02";
_local5._eyes = "green";
_local5._lips = "lips9";
_local5._brows = "brow01";
_local5._hair = "hair2";
_local5._modelName = "Sophie";
_local5._hairList = new Array("hair2", "hair6", "hair_red03");
var _local4 = new Object();
_local4._skin = "skin05";
_local4._eyes = "blue";
_local4._lips = "lips2";
_local4._brows = "brow01";
_local4._hair = "hair5";
_local4._modelName = "Sarah";
_local4._hairList = new Array("hair5", "hair_blonde02", "hair_blonde03");
var _local3 = new Object();
_local3._skin = "skin06";
_local3._eyes = "brown";
_local3._lips = "lips12";
_local3._brows = "brow01";
_local3._hair = "hair7";
_local3._modelName = "Cindy";
_local3._hairList = new Array("hair7", "hair11", "hair12");
var _local2 = new Object();
_local2._skin = "skin07";
_local2._eyes = "light_brown";
_local2._lips = "normal";
_local2._brows = "brow01";
_local2._hair = "hair_brown02";
_local2._modelName = "Rebecca";
_local2._hairList = new Array("hair_brown02", "hair_brown03", "hair_brown10");
var _local13 = new Object();
_local13._skin = "skin07";
_local13._eyes = "blue";
_local13._lips = "lips2";
_local13._brows = "brow01";
_local13._hair = "hair8";
_local13._modelName = "Emily";
_local13._hairList = new Array("hair8", "hair3", "hair_blonde01");
var _local11 = new Object();
_local11._skin = "skin05";
_local11._eyes = "brown";
_local11._lips = "lips12";
_local11._brows = "brow01";
_local11._hair = "hair9";
_local11._modelName = "Julie";
_local11._hairList = new Array("hair9", "hair_black02", "hair1");
var _local9 = new Object();
_local9._skin = "skin07";
_local9._eyes = "brown";
_local9._lips = "lips12";
_local9._brows = "brow01";
_local9._hair = "hair10";
_local9._modelName = "Jane";
_local9._hairList = new Array("hair10", "hair_brown11", "hair_brown12");
modelArray[_local12._modelName] = _local12;
modelArray[_local10._modelName] = _local10;
modelArray[_local8._modelName] = _local8;
modelArray[_local7._modelName] = _local7;
modelArray[_local6._modelName] = _local6;
modelArray[_local5._modelName] = _local5;
modelArray[_local4._modelName] = _local4;
modelArray[_local3._modelName] = _local3;
modelArray[_local2._modelName] = _local2;
modelArray[_local13._modelName] = _local13;
modelArray[_local11._modelName] = _local11;
modelArray[_local9._modelName] = _local9;
}
function getRandomModel() {
}
function getModelByName(modelName) {
return(modelArray[modelName]);
}
function getNameList() {
return(names);
}
function getRandomList() {
return(names.sort(shuffle));
}
function getHair(modelName) {
return(modelArray[modelName]._hairList);
}
function shuffle(a, b) {
var _local1 = Math.round(Math.random() * 2) - 1;
return(_local1);
}
var modelArray = new Array();
var hairList = new Array();
var names = new Array("Kate", "Isabel", "Victoria", "Nicole", "Lucy", "Sophie", "Sarah", "Cindy", "Rebecca", "Emily", "Julie", "Jane");
}
Symbol 458 MovieClip [Neck] Frame 1
stop();
Symbol 546 MovieClip [MODEL] Frame 1
#initclip 9
Object.registerClass("MODEL", pl.fabrykagier.models.Model);
#endinitclip
Symbol 550 MovieClip [brows] Frame 1
stop();
Symbol 551 MovieClip [face] Frame 1
#initclip 8
Object.registerClass("face", pl.fabrykagier.models.Face);
#endinitclip
Symbol 611 MovieClip [hair] Frame 1
stop();
Symbol 630 MovieClip [hand] Frame 1
stop();
Symbol 645 MovieClip [skin] Frame 1
stop();
Symbol 659 MovieClip [eyelid] Frame 1
stop();
Symbol 672 MovieClip [eyes] Frame 1
stop();
Symbol 685 MovieClip [lips] Frame 1
stop();
Symbol 722 MovieClip [Bracelets] Frame 1
stop();
Symbol 725 MovieClip [Flowers] Frame 1
stop();
Symbol 970 MovieClip [Waistcoat] Frame 1
stop();
Symbol 1058 MovieClip Frame 1
stop();
Symbol 1112 MovieClip Frame 1
this.onRelease = function () {
getURL ("http://www.games2win.com/", "_blank");
};
this.onRollOver = function () {
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
stop();
Symbol 1120 MovieClip Frame 1
stop();
Symbol 1153 MovieClip Frame 1
stop();
Symbol 1160 MovieClip Frame 1
stop();
Symbol 1165 MovieClip Frame 1
stop();
Symbol 1170 MovieClip Frame 1
stop();
Symbol 1175 MovieClip Frame 1
stop();
Symbol 1186 MovieClip Frame 1
stop();
Symbol 1186 MovieClip Frame 11
stop();
Symbol 1186 MovieClip Frame 28
this._alpha = 0;
this.gotoAndStop("neutral");
Symbol 1195 MovieClip Frame 1
stop();
Symbol 1195 MovieClip Frame 11
stop();
Symbol 1195 MovieClip Frame 28
this._alpha = 0;
this.gotoAndStop("neutral");
Symbol 1209 MovieClip Frame 1
stop();
Symbol 1209 MovieClip Frame 11
stop();
Symbol 1209 MovieClip Frame 28
this._alpha = 0;
this.gotoAndStop("neutral");
Symbol 1221 MovieClip Frame 1
stop();
Symbol 1221 MovieClip Frame 11
stop();
Symbol 1221 MovieClip Frame 28
this._alpha = 0;
this.gotoAndStop("neutral");
Symbol 1243 MovieClip Frame 1
stop();
_level0 = _global.levelRef;
this.gotoAndStop(_level0.AGENCY);
Symbol 1249 MovieClip Frame 30
_level0.SOUNDMANAGER.playSound(0, 1, "camera01");
Symbol 1249 MovieClip Frame 118
_level0.SOUNDMANAGER.playSound(0, 1, "camera01");
Symbol 1250 MovieClip Frame 46
_level0.SOUNDMANAGER.playSound(0, 1, "camera02");
Symbol 1250 MovieClip Frame 70
_level0 = _global.levelRef;
_level0.SOUNDMANAGER.playSound(0, 1, "camera02");
Symbol 1252 MovieClip Frame 1
stop();
Symbol 1256 MovieClip Frame 73
stop();
Symbol 1341 MovieClip Frame 1
_level0 = _global.levelRef;
this.gotoAndStop(_level0.BOSS);
var bossName = "";
switch (_level0.BOSS) {
case "CHICKY" :
bossName = "Marc";
break;
case "STREETWARE" :
bossName = "Katherine";
break;
case "TRASH" :
bossName = "Karl";
break;
case "ECO" :
bossName = "Diane";
}
var textFieldBoss = this._parent._bossWelcome;
textFieldBoss.antiAliasType = "advanced";
textFieldBoss.setNewTextFormat(progresFont);
textFieldBoss.text = ("My name is " + bossName) + ". I am the owner of the studio and your boss. First, tell me your name.";
if ((_level0._currentframe > 650) && (_level0.isBoss != true)) {
this.gotoAndStop("JUDGE");
}
stop();
Symbol 1342 MovieClip Frame 1
stop();
Symbol 1346 MovieClip Frame 1
stop();
Symbol 1356 MovieClip Frame 1
var i = 0;
while (i < 6) {
if ((this.getDepth() < _parent["model" + i].getDepth()) && (_parent["model" + i] != undefined)) {
this.swapDepths(_parent["model" + i]);
}
i++;
}
stop();
Symbol 1356 MovieClip Frame 7
var progresFont = new TextFormat();
progresFont.font = "GameFont01";
modelName_txt.antiAliasType = "advanced";
modelName_txt.setNewTextFormat(progresFont);
modelName_txt.text = this.modelName;
stop();
Symbol 1356 MovieClip Frame 14
this._alpha = 0;
stop();
Symbol 1364 MovieClip Frame 1
stop();
Symbol 1367 MovieClip Frame 1
stop();
Symbol 1377 MovieClip Frame 1
stop();
Symbol 1380 MovieClip Frame 1
stop();
Symbol 1383 MovieClip Frame 1
stop();
Symbol 1386 MovieClip Frame 1
stop();
Symbol 1387 MovieClip Frame 1
stop();
Symbol 1388 MovieClip Frame 1
this.onRollOver = function () {
this._parent.star3_mc._star.gotoAndStop("on");
};
this.onRollOut = function () {
this._parent.star3_mc._star.gotoAndStop("off");
};
Symbol 1389 MovieClip Frame 1
this.onRollOver = function () {
this._parent.star2_mc._star.gotoAndStop("on");
};
this.onRollOut = function () {
this._parent.star2_mc._star.gotoAndStop("off");
};
Symbol 1390 MovieClip Frame 1
this.onRollOver = function () {
this._parent.star1_mc._star.gotoAndStop("on");
};
this.onRollOut = function () {
this._parent.star1_mc._star.gotoAndStop("off");
};
Symbol 1399 MovieClip Frame 1
stop();
Symbol 1469 MovieClip Frame 1
_level0 = _global.levelRef;
this.gotoAndStop(_level0.BOSS);
var bossName = "";
switch (_level0.BOSS) {
case "CHICKY" :
bossName = "Marc";
break;
case "STREETWARE" :
bossName = "Alexis";
break;
case "TRASH" :
bossName = "Karl";
break;
case "ECO" :
bossName = "Diane";
}
var textFieldBoss = this._parent._bossWelcome;
textFieldBoss.antiAliasType = "advanced";
textFieldBoss.setNewTextFormat(progresFont);
textFieldBoss.text = ("My name is " + bossName) + ". I am the owner of the studio and your boss. First, tell me your name.";
if ((_level0._currentframe > 650) && (_level0.isBoss != true)) {
this.gotoAndStop("JUDGE");
}
stop();
Symbol 1471 MovieClip Frame 1
this.onRollOver = function () {
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onRelease = function () {
_parent._parent.gotoAndPlay("off");
};
stop();
Symbol 1473 MovieClip Frame 1
_level0 = _global.levelRef;
this.gotoAndStop(_level0.AGENCY);
this.okay_mc.onRelease = function () {
this._parent._parent.gotoAndPlay("off");
};
this.okay_mc.onRollOver = function () {
this.gotoAndStop("on");
};
this.okay_mc.onRollOut = function () {
this.gotoAndStop("off");
};
stop();
Symbol 1475 MovieClip Frame 1
this.useHandCursor = false;
this.onRelease = function () {
};
Symbol 1476 MovieClip Frame 1
_level0 = _global.levelRef;
stop();
Symbol 1476 MovieClip Frame 2
_level0.SOUNDMANAGER.playSound(0, 1, "whoosh");
Symbol 1476 MovieClip Frame 16
stop();
Symbol 1476 MovieClip Frame 17
_level0.SOUNDMANAGER.playSound(0, 1, "whoosh");
Symbol 1476 MovieClip Frame 26
_level0.INFO01 = true;
_level0.gotoAndPlay("Dressup");
stop();
Symbol 1481 MovieClip Frame 1
_level0 = _global.levelRef;
if (_level0.preShow == true) {
this.gotoAndStop("off2");
}
this.onRelease = function () {
if (_level0.preShow != true) {
_level0.hintPopup.gotoAndPlay("on");
} else {
_level0.feedbackPopup.gotoAndPlay("on");
}
};
this.onRollOver = function () {
if (_level0.preShow != true) {
this.gotoAndStop("on");
} else {
this.gotoAndStop("on2");
}
};
this.onRollOut = function () {
if (_level0.preShow != true) {
this.gotoAndStop("off");
} else {
this.gotoAndStop("off2");
}
};
stop();
Symbol 1488 MovieClip Frame 1
stop();
_level0 = _global.levelRef;
var checker = 0;
if (_level0.preShow) {
checker = 1;
this.gotoAndStop("off" + checker);
}
this.block = false;
this.onRelease = function () {
if (this.block == true) {
return(undefined);
}
this.block = true;
if (_level0.checkDressUp().length > 0) {
this.block = false;
_parent.noDress_mc.gotoAndPlay("on");
return(undefined);
}
if (_level0.preShow) {
_level0.FSHOW = false;
_level0.selectedModel = _level0.SELECTED_MODELS[0];
_parent.confirmshow_mc.gotoAndPlay("on");
this.block = false;
return(undefined);
}
_parent.confirm_mc.gotoAndPlay("on");
};
this.onRollOver = function () {
this.gotoAndStop("on" + checker);
};
this.onRollOut = function () {
this.gotoAndStop("off" + checker);
};
Symbol 1505 MovieClip Frame 1
_level0 = _global.levelRef;
this.onRelease = function () {
_level0.noShow = true;
_level0.gotoAndPlay("2MakeUp");
};
this.onRollOver = function () {
this.gotoAndStop("on");
};
this.onRollOut = function () {
this.gotoAndStop("off");
};
stop();
Symbol 1512 MovieClip Frame 1
_level0 = _global.levelRef;
this.onRollOver = function () {
this.gotoAndStop(2);
};
this.onRollOut = function () {
this.gotoAndStop(1);
};
this.onRelease = function () {
_level0.canGo = true;
this._parent._parent.gotoAndPlay("off");
};
stop();
Symbol 1515 MovieClip Frame 1
_level0 = _global.levelRef;
this.onRollOver = function () {
this.gotoAndStop(2);
};
this.onRollOut = function () {
this.gotoAndStop(1);
};
this.onRelease = function () {
_level0.canGo = false;
this._parent._parent.gotoAndPlay("off");
};
stop();
Symbol 1516 MovieClip Frame 1
_level0 = _global.levelRef;
var progresFont = new TextFormat();
progresFont.font = "GameFont01";
name_txt.antiAliasType = "advanced";
name_txt.setNewTextFormat(progresFont);
Symbol 1517 MovieClip Frame 1
_level0 = _global.levelRef;
stop();
Symbol 1517 MovieClip Frame 2
_level0.SOUNDMANAGER.playSound(0, 1, "whoosh");
_level0.canGo = false;
Symbol 1517 MovieClip Frame 16
stop();
Symbol 1517 MovieClip Frame 17
_level0.SOUNDMANAGER.playSound(0, 1, "whoosh");
Symbol 1517 MovieClip Frame 26
if (_level0.canGo == true) {
_level0.preShow = true;
if (!_level0.isDress) {
_level0.gotoAndPlay("2PreShow");
} else {
_level0.gotoAndPlay("2MakeUp");
}
}
stop();
Symbol 1522 MovieClip Frame 1
_level0 = _global.levelRef;
this.onRollOver = function () {
if (this._parent.buttonEnabled == true) {
this.gotoAndStop(2);
}
};
this.onRollOut = function () {
if (this._parent.buttonEnabled == true) {
this.gotoAndStop(1);
}
};
this.onRelease = function () {
if (this._parent.buttonEnabled == true) {
Key.removeListener(this._parent.keyListener);
_level0.globalScore = 0;
_level0.collectionName = this._parent.name_txt.text;
_level0.gotoAndPlay("Show");
_level0.canGo = true;
this._parent._parent.gotoAndPlay("off");
}
};
stop();
Symbol 1524 MovieClip Frame 1
function isLowerCase(value) {
return(isValidCode(value, 97, 122));
}
function isUpperCase(value) {
return(isValidCode(value, 65, 90));
}
function isLetter(value) {
return(isLowerCase(value) || (isUpperCase(value)));
}
function isValidCode(value, minCode, maxCode) {
if ((value == null) || (value.length < 1)) {
return(false);
}
var _local1 = value.length - 1;
while (_local1 >= 0) {
var _local2 = value.charCodeAt(_local1);
if ((_local2 >= minCode) && (_local2 <= maxCode)) {
return(true);
}
_local1--;
}
return(false);
}
var progresFont = new TextFormat();
progresFont.font = "GameFont01";
name_txt.antiAliasType = "advanced";
name_txt.setNewTextFormat(progresFont);
_level0 = _global.levelRef;
var buttonEnabled = false;
this.onEnterFrame = function () {
if ((name_txt.text == "") || (!isLetter(name_txt.text))) {
buttonEnabled = false;
ready_mc._alpha = 40;
} else {
buttonEnabled = true;
ready_mc._alpha = 100;
}
};
var keyListener = new Object();
keyListener.onKeyDown = function () {
if (!(Key.getCode() === 13)) {
} else if (buttonEnabled == true) {
Key.removeListener(keyListener);
_level0.globalScore = 0;
_level0.gotoAndPlay("Show");
_level0.canGo = true;
}
};
Key.addListener(keyListener);
Symbol 1525 MovieClip Frame 1
_level0 = _global.levelRef;
_level0 = _global.levelRef;
stop();
Symbol 1525 MovieClip Frame 2
_level0.SOUNDMANAGER.playSound(0, 1, "whoosh");
_panel.name_txt.text = "";
_level0.canGo = false;
Symbol 1525 MovieClip Frame 16
stop();
Symbol 1525 MovieClip Frame 17
_level0.SOUNDMANAGER.playSound(0, 1, "whoosh");
Symbol 1525 MovieClip Frame 26
_level0 = _global.levelRef;
Key.removeListener(keyListener);
if (_level0.canGo == true) {
_level0.preShow = true;
if (!_level0.isDress) {
_level0.gotoAndPlay("2PreShow");
} else {
_level0.gotoAndPlay("2MakeUp");
}
}
stop();
Symbol 1528 MovieClip Frame 1
_level0 = _global.levelRef;
var hintsArray = new Array("When choosing clothing, remember to make them match well.", "Dress up a model according to her beauty.", "Remember that make-up has an effect on your final reviews.", "Try to choose clothing items that have matching colors.", "Try to choose clothing items so the styles harmonize with each other.", "Mixing two bright colors is very risky.", "Deep blue, juicy green, intense red and grey colors look best on blonde models.");
var num = Math.floor(Math.random() * hintsArray.length);
var progresFont = new TextFormat();
progresFont.font = "GameFont01";
this._hint_txt.text.antiAliasType = "advanced";
this._hint_txt.text.setNewTextFormat(progresFont);
this._hint_txt.text = hintsArray[num];
okay_mc.onRelease = function () {
this._parent._parent.gotoAndPlay("out");
};
okay_mc.onRollOver = function () {
this.gotoAndStop("on");
};
okay_mc.onRollOut = function () {
this.gotoAndStop("off");
};
Symbol 1529 MovieClip Frame 1
_level0 = _global.levelRef;
stop();
Symbol 1529 MovieClip Frame 2
_level0.SOUNDMANAGER.playSound(0, 1, "whoosh");
Symbol 1529 MovieClip Frame 16
stop();
Symbol 1529 MovieClip Frame 18
_level0.SOUNDMANAGER.playSound(0, 1, "whoosh");
Symbol 1533 MovieClip Frame 1
_level0 = _global.levelRef;
var hintsArray;
var modelName = _level0.selectedModel;
if (_level0.isDress == true) {
hintsArray = _level0[("FB_" + modelName) + "_c"];
} else {
hintsArray = _level0[("FB_" + modelName) + "_m"];
}
var dressupText = "";
var progresFont = new TextFormat();
progresFont.font = "GameFont01";
this._hint_txt.text.antiAliasType = "advanced";
this._hint_txt.text.setNewTextFormat(progresFont);
this._hint_txt.text = hintsArray;
okay_mc.onRelease = function () {
this._parent._parent.gotoAndPlay("out");
};
okay_mc.onRollOver = function () {
this.gotoAndStop("on");
};
okay_mc.onRollOut = function () {
this.gotoAndStop("off");
};
Symbol 1534 MovieClip Frame 1
_level0 = _global.levelRef;
stop();
Symbol 1534 MovieClip Frame 2
_level0.SOUNDMANAGER.playSound(0, 1, "whoosh");
Symbol 1534 MovieClip Frame 16
stop();
Symbol 1534 MovieClip Frame 18
_level0.SOUNDMANAGER.playSound(0, 1, "whoosh");
Symbol 1536 MovieClip Frame 1
this.onRollOver = function () {
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onRelease = function () {
_parent._parent.gotoAndPlay("off");
};
stop();
Symbol 1538 MovieClip Frame 1
_level0 = _global.levelRef;
var progresFont = new TextFormat();
progresFont.font = "GameFont01";
_noDress.antiAliasType = "advanced";
_noDress.setNewTextFormat(progresFont);
var cdu = _level0.checkDressUp();
var toSend;
switch (cdu.length) {
case 1 :
toSend = cdu[0] + " still needs some work.";
break;
case 2 :
toSend = ((cdu[0] + " and ") + cdu[1]) + " still need some work.";
break;
case 3 :
toSend = ((((cdu[0] + ", ") + cdu[1]) + " and ") + cdu[2]) + " still need some work.";
}
_level0.canClothesOf = false;
_noDress.text = toSend;
Symbol 1539 MovieClip Frame 1
_level0 = _global.levelRef;
stop();
Symbol 1539 MovieClip Frame 2
_level0.SOUNDMANAGER.playSound(0, 1, "whoosh");
Symbol 1539 MovieClip Frame 16
stop();
Symbol 1539 MovieClip Frame 18
_level0.SOUNDMANAGER.playSound(0, 1, "whoosh");
Symbol 1542 MovieClip Frame 1
_level0 = _global.levelRef;
stop();
Symbol 1542 MovieClip Frame 2
_level0.SOUNDMANAGER.playSound(0, 1, "whoosh");
Symbol 1542 MovieClip Frame 16
stop();
Symbol 1542 MovieClip Frame 18
_level0.SOUNDMANAGER.playSound(0, 1, "whoosh");
Symbol 1625 MovieClip Frame 1
_level0 = _global.levelRef;
this.onRelease = function () {
_level0.TODRESSUP = true;
_level0.gotoAndPlay("2PreShow");
};
this.onRollOver = function () {
this.gotoAndStop("on");
};
this.onRollOut = function () {
this.gotoAndStop("off");
};
stop();
Symbol 1629 MovieClip Frame 57
stop();
Symbol 1635 MovieClip Frame 1
_level0 = _global.levelRef;
if (((_level0.counter >= 2) && (_level0.counter != undefined)) && (_level0._currentframe > 650)) {
this.gotoAndStop("on2");
}
this.block = false;
this.onRelease = function () {
if ((this.block == true) && (_level0._currentframe > 650)) {
return(undefined);
}
_level0.isNext = false;
this.block = true;
if (_level0._currentframe > 650) {
_level0.counter++;
if (_level0.counter >= 3) {
_level0.isNext = false;
} else {
_level0.isNext = true;
}
_level0.play();
} else {
_level0.nextModel();
}
};
this.onRollOver = function () {
if (((_level0.counter >= 2) && (_level0.counter != undefined)) && (_level0._currentframe > 650)) {
this.gotoAndStop("off2");
return(undefined);
}
this.gotoAndStop("on");
};
this.onRollOut = function () {
if (((_level0.counter >= 2) && (_level0.counter != undefined)) && (_level0._currentframe > 650)) {
this.gotoAndStop("on2");
return(undefined);
}
this.gotoAndStop("off");
};
stop();
Symbol 1638 MovieClip Frame 1
_level0 = _global.levelRef;
this.onRelease = function () {
_level0.showShowInfo = true;
_level0.gotoAndPlay("showReturn");
_level0.globalScore = 0;
};
this.onRollOver = function () {
this.gotoAndStop("on");
};
this.onRollOut = function () {
this.gotoAndStop("off");
};
stop();
Symbol 1714 MovieClip Frame 1
_level0 = _global.levelRef;
this.gotoAndStop(_level0.BOSS);
var bossName = "";
switch (_level0.BOSS) {
case "CHICKY" :
bossName = "Marc";
break;
case "STREETWARE" :
bossName = "Alexis";
break;
case "TRASH" :
bossName = "Karl";
break;
case "ECO" :
bossName = "Diane";
}
var textFieldBoss = this._parent._bossWelcome;
textFieldBoss.antiAliasType = "advanced";
textFieldBoss.setNewTextFormat(progresFont);
textFieldBoss.text = ("My name is " + bossName) + ". I am the owner of the studio and your boss. First, tell me your name.";
if ((_level0._currentframe > 650) && (_level0.isBoss != true)) {
this.gotoAndStop("JUDGE");
}
stop();
Symbol 1720 MovieClip Frame 1
this.gotoAndStop(_level0.BOSS);
var bossName = "";
switch (_level0.BOSS) {
case "CHICKY" :
bossName = "Marc";
break;
case "STREETWARE" :
bossName = "Alexis";
break;
case "TRASH" :
bossName = "Karl";
break;
case "ECO" :
bossName = "Diane";
}
var textFieldBoss = this._parent._bossWelcome;
textFieldBoss.antiAliasType = "advanced";
textFieldBoss.setNewTextFormat(progresFont);
textFieldBoss.text = ("My name is " + bossName) + ". I am the owner of the studio and your boss. First, tell me your name.";
if ((_level0._currentframe > 650) && (_level0.isBoss != true)) {
this.gotoAndStop("JUDGE");
}
stop();
Symbol 1722 MovieClip Frame 1
_level0 = _global.levelRef;
stop();
Symbol 1722 MovieClip Frame 2
_level0 = _global.levelRef;
_level0.SOUNDMANAGER.playSound(0, 1, "whoosh");
Symbol 1722 MovieClip Frame 16
stop();
Symbol 1722 MovieClip Frame 17
_level0.SOUNDMANAGER.playSound(0, 1, "whoosh");
Symbol 1722 MovieClip Frame 26
_level0.showShowInfo = false;
_level0.play();
stop();
Symbol 1727 MovieClip Frame 1
if (((_level0.counter >= 2) && (_level0.counter != undefined)) && (_level0._currentframe > 650)) {
this.gotoAndStop("score");
}
stop();
Symbol 1733 MovieClip Frame 1
stop();
Symbol 1739 MovieClip Frame 1
_level0 = _global.levelRef;
this.onRelease = function () {
_level0.resetGame();
};
this.onRollOver = function () {
this.gotoAndStop(2);
};
this.onRollOut = function () {
this.gotoAndStop(1);
};
stop();
Symbol 1743 MovieClip Frame 1
_level0 = _global.levelRef;
this.onRelease = function () {
if (_global.isImagineTownShell) {
_global.closeHouseInterior();
} else {
_root.getURL("http://imagine.us.ubi.com/", "_blank");
}
};
this.onRollOver = function () {
this.gotoAndStop(2);
};
this.onRollOut = function () {
this.gotoAndStop(1);
};
stop();
Symbol 1746 MovieClip Frame 1
this.onRelease = function () {
getURL ("http://imagine.us.ubi.com/gameRing.php", "_blank");
};
this.onRollOver = function () {
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
stop();
Symbol 1754 MovieClip Frame 1
_level0 = _global.levelRef;
if (Math.round(_level0.globalScore / 3) > 65) {
this.gotoAndStop(2);
}
_level0 = _global.levelRef;
var progresFont = new TextFormat();
progresFont.font = "GameFont01";
_score_txt.antiAliasType = "advanced";
_score_txt.setNewTextFormat(progresFont);
_score_txt.text = Math.round(_level0.globalScore / 3) + " %";
basicScore__ = Math.round(_level0.globalScore / 3);
if (basicScore__ >= 81) {
stars.gotoAndStop("s5");
} else if (basicScore__ >= 61) {
stars.gotoAndStop("s4");
} else if (basicScore__ >= 41) {
stars.gotoAndStop("s3");
} else if (basicScore__ >= 21) {
stars.gotoAndStop("s2");
} else {
stars.gotoAndStop("s1");
}
stop();
Symbol 1754 MovieClip Frame 2
function shuffle(a, b) {
var _local1 = Math.round(Math.random() * 2) - 1;
return(_local1);
}
_level0 = _global.levelRef;
var progresFont = new TextFormat();
progresFont.font = "GameFont01";
_score_txt.antiAliasType = "advanced";
_score_txt.setNewTextFormat(progresFont);
_score_txt.text = Math.round(_level0.globalScore / 3) + " %";
basicScore__ = Math.round(_level0.globalScore / 3);
if (basicScore__ >= 81) {
stars.gotoAndStop("s5");
} else if (basicScore__ >= 61) {
stars.gotoAndStop("s4");
} else if (basicScore__ >= 41) {
stars.gotoAndStop("s3");
} else if (basicScore__ >= 21) {
stars.gotoAndStop("s2");
} else {
stars.gotoAndStop("s1");
}
_info_txt.antiAliasType = "advanced";
_info_txt.setNewTextFormat(progresFont);
_info_txt.autoSize = false;
var randStyleArray = new Array();
if (_level0.AGENCY != "CHICKY") {
randStyleArray.push(new Array("CHICKY", "Le Chic in 5th Avenue"));
}
if (_level0.AGENCY != "STREETWARE") {
randStyleArray.push(new Array("STREETWARE", "Urban Wares in Times Square"));
}
if (_level0.AGENCY != "TRASH") {
randStyleArray.push(new Array("TRASH", "Trash in SoHo"));
}
if (_level0.AGENCY != "ECO") {
randStyleArray.push(new Array("ECO", "Eco in Tribeca"));
}
var choosen = randStyleArray.sort(shuffle);
var collection;
switch (_level0.AGENCY) {
case "ECO" :
collection = "Eco";
break;
case "STREETWARE" :
collection = "Urban Wares";
break;
case "TRASH" :
collection = "Trash";
break;
case "CHICKY" :
collection = "Le Chic";
}
_info_txt.text = ((("This designer is really on the cutting edge! They have their finger on the pulse of fashion and know how to show it. Remember the name " + _level0.PLAYER_NAME) + " because it will be famous soon! And it all started with their ") + _level0.collectionName) + " collection right here on this runway! I hope everyone enjoyed the show and we will see you again at the next New York Fashion Show.";
Symbol 1755 MovieClip Frame 1
_level0 = _global.levelRef;
stop();
Symbol 1755 MovieClip Frame 2
_level0 = _global.levelRef;
_level0.SOUNDMANAGER.playSound(0, 1, "whoosh");
Symbol 1755 MovieClip Frame 16
stop();
Symbol 1755 MovieClip Frame 17
_level0.SOUNDMANAGER.playSound(0, 1, "whoosh");
Symbol 1755 MovieClip Frame 26
_level0.INFO01 = true;
_level0.gotoAndPlay("Dressup");
stop();