/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=  Original Configuration from - http://www.fleshlight.com/build-your-own/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

var translations = {
	'views' : "Views",
	'progress' : "Progress",
	'your selections' : "Your Selections",
	'as configured' : "as configured",
	'pink' : "Pink",
	'black': "Schwarz",
	'clear': "ICE",
	'silver': "silber",
	'blue': "Blue",
	'ice' : "Ice",
	'case' : "Case",
	'orifice' : "Orifice",
	'texture' : "Texture",
	'lady' : "Lady",
	'butt' : "Butt",
	'mouth' : "Mouth",
	'stealth' : "Stealth",

	'pink-lady' : "Lady",
	'ice-lady' : "Lady",
	'pink-mouth' : "Mouth",
	'ice-mouth' : "Mouth",
	'pink-butt' : "Butt",
	'ice-butt' : "Butt",
	'pink-stealth' : "Stealth",
	'ice-stealth' : "Stealth",
   
   //text for texture & texture tooltip
	'original' : "Original",
	'vortex' : "Vortex",
	'super-tight' : "Super Tight",
	'ultra-tight' : "Ultra Tight",
	'speed-bump' : "Speed Bump",
	'super-ribbed' : "Super Ribbed",
	'wonder-wave' : "Wonder Wave",

	'tooltip-original': "Ein glatter Kanal, welcher der perfekte Einstieg zu deinem Fleshlight ist.",
	'tooltip-super-tight': "genauso glatt, aber enger als das Original",
	'tooltip-ultra-tight': "Zusammen mit der Butt Öffnung, wirst du den engsten Analsex erleben, den es gibt.",
	'tooltip-vortex': "die weichen Rippchen bewegen sich von vorne nach hinten und schaffen damit einen Wirbelwind purer Lust.",
	'tooltip-wonder-wave': "Spüre den festen Griff der Rippchen bei jedem Rein und Raus.",
	'tooltip-super-ribbed': "Noch mehr Rippchen als bei der Wonder Wave! Dieses Insert verspricht MAXIMALE Stimulation.",
	'tooltip-speed-bump': "Bremse Dich, um den Hunderten, weichen massierenden Perlen zu widerstehen.",

	// better translation flexibility
   'black case' : "Schwarz",
	'clear case' : "ICE",
	'silver case' : "silber-grau",
	'blue case' : "Blue Case",

	'pink-lady orifice' : "Pink Lady Orifice",
	'pink-mouth orifice' : "Pink Mouth Orifice",
	'pink-butt orifice' : "Pink Butt Orifice",
	'pink-stealth orifice' : "Pink Stealth Orifice",
	'ice-lady orifice' : "Ice Lady Orifice",
	'ice-mouth orifice' : "Ice Mouth Orifice",
	'ice-butt orifice' : "Ice Butt Orifice",
	'ice-stealth orifice' : "Ice Stealth Orifice",
	'original texture' : "Original Texture",
	'vortex texture' : "Vortex Texture",
	'super-tight texture' : "Super Tight Texture",
	'ultra-tight texture' : "Ultra Tight Texture",
	'speed-bump texture' : "Speed Bump Texture",
	'super-ribbed texture' : "Super Ribbed Texture",
	'wonder-wave texture' : "Wonder Wave Texture"
};

var price = {
	 'textured': '69.95'
	,'original': '64.95'
	,'ice-both': '54.95'
};

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=  Bonus' Core Environment =--------------------------------------------------
------------------------------------------------------------------------------
-  Author: Phoenix Snake
-  Create: Mar 31, 2011
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

var Bonus = {};

Bonus.conf = {
   "fcase": { "value":0 },
   "fmetcolor": { "value":0 },
   "forifice": { "value":0 },
   "ftexture": { "value":0 },
   "view": { "value": 0 }
};

Bonus.JTLinterface = {
   "engine": {
      "a": 1408,
      "sessionURL": "http://www.lovetoys-versand.de/Bau-Dir-Dein-Wunsch-Fleshlight",
      "shopURL": "http://www.lovetoys-versand.de/index.php",
      "redirect": "http://www.lovetoys-versand.de/warenkorb.php"
   },
   "fmetcolor": {
      "field": "69",
      "values": [ 243, 244 ]
   },
   "fcase": {
      "field": "67",
      "values": [ 235, 238, 236, 237 ]
   },
   "forifice": {
      "field": "68",
      "values": [ 239, 241, 240, 242 ]
   },
   "ftexture": {
      "field": "66",
      "values": [ 234, 231, 230, 229, 232, 233, 228 ]
   }
};

//Price in Euro
Bonus.priceScheme = {
   fcolor: {
      pink: 0,
      ice: 2
   },
   fcase: [
      0, //Schwarz
      2, //ICE
      0, //silber-grau
      2  //White-pearl
   ],
   forifice: [
      0, //Lady
      0, //Mouth
      0, //Butt
      0  //Stealth 
   ],
   ftexture: {
      original: 59.95,
      others: 61.95
   }
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=  Reference Code
-  Material Color ------------------------------------------------------------
   0  Pink
   1  Ice
-  Orifice -------------------------------------------------------------------
   0  Lady
   1  Mouth
   2  Butt
   3  No Description
-  Texture -------------------------------------------------------------------
   0  Original
   1  Speed Bump
   2  Super Ribbed
   3  Super Tight
   4  Ultra Tight
   5  Vortext
   6  Wonder Wave
-  Exception Rules Format ----------------------------------------------------
   [Material Color] - [Orifice] - [Texture]
-  Example -------------------------------------------------------------------
   1-0-4 :
   Ice - Lady - have no "Ultra Tight" texture
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
Bonus.exceptionRules = [
   "1-0-4",
   "1-0-6",
   "1-1-3",
   "1-1-4",
   "1-1-6",
   "1-2-1",
   "1-2-3",
   "1-2-4",
   "1-2-5",
   "1-3-1",
   "1-3-2",
   "1-3-3",
   "1-3-4",
   "1-3-5",
   "1-3-6",
   "1-0-5"
];

Bonus.optionsStep = {};

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=  Put // in front of the line that you are gonna disabled it
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
Bonus.optionsStep.metcolors = {
   "pink":  { sku: '00' }
   //,"ice":   { sku: '03' }
};
