
//alert ("Languages.js wird geladen");
Produkt = new Array("wristwatch","plex","bella","luce","global","helpsite","about us","distributors","alle");
//_____________________________________________ Language specefic variables __________________________________________________________________________________
//_______________________________________________________________________  all Languages  ______ ____________________________________________________________
lang = 0; // für english
language = new Array ("gb","de","fr","it","cn","jp","es");
langInd = language.length; // Anzahl der Sprachen;

produktTitle = new Array ( langInd  ) ; // produktTitle in X Sprachen
// alert ( "title: " + produktTitle + " length: " + produktTitle.length)
for ( var i = 0; i < langInd; i++)
    { produktTitle[i] = new Array ( "wristwatch","PetriPlex","Bella","Luce")
	  produktTitle[i][0]   =   new Array ("Avantgardia   ","Avantgardia  ","Avantgardia ",
                                         "Eleganza     ","Eleganza     ","Eleganza    ",
									     "Extravaganza ",
								         "Aurora      ",
									     "Passionata ","richman","richwoman","PS2 wp" ,"") 
	}
	
// alert ( "title: " + produktTitle + " length: " + produktTitle.length)
typText = new Array ( langInd  ) ; // Typen -Texte in X Sprachen
typTextLong = new Array ( langInd  ) ; // Typen -Texte in X Sprachen
braceletTextLong = new Array ( langInd ); // Texte fürs straps
//typTextShort = new Array ( langInd  ) ; // Typen -Texte in X Sprachen

mainbutton = new Array (langInd); // button ind laden
for ( var lan = 0; lan < langInd; lan++)
    { mainbutton[lan] = new Array (80);} // bis 8 Buttons
	
for ( var lan = 0; lan < langInd; lan++)	
	{ for ( var ii = 0; ii < mainbutton[lan].length; ii++)
		  {mainbutton[lan][ii] = new Array (4);}	// button eigenschaften	
	}	
	
controlButton = new Array (langInd); // button ind laden
for ( var lan = 0; lan < langInd; lan++)
    { controlButton[lan] = new Array (11);} // bis 11 Buttons
	
for ( var lan = 0; lan < langInd; lan++)	
	{ for ( var ii = 0; ii < 11; ii++)
		  {controlButton[lan][ii] = new Array (4);}	// button eigenschaften	
	}

alleButton = new Array (langInd);
	
//_______________Feld________  Produkt und Sprach -spezifische Texte ________________________
prodText = new Array (langInd); // Produkttext pro Position, Produkt und Sprache 
for ( var lan = 0; lan < langInd; lan++)
    { prodText[lan] = new Array (Produkt.length);
	 } // bis x Produkte

for ( var lan = 0; lan < langInd; lan++)
	{ for ( var p = 0; p < Produkt.length; p++)
		  { prodText[lan][p] = new Array (7);} // bis 7 Texte
	}

for ( lan = 0; lan < langInd; lan++)  // Sprache
    { for ( i = 0; i < Produkt.length; i++) // Produkt 
	      { for ( var ii = 0; ii < 30; ii++) // Text 
				{prodText[lan][i][ii] = new Array (6);}	// tag ID + Anzahl Text child s -  language specific text
		  }
	}

modRef = new Array (langInd);	
designRef = new Array (langInd);	
textSecondHand = new Array (langInd);
textDesign = new Array (langInd);
	
//_______________Ende____Feld____  Produkt und Sprache spezifische Texte ________________________	
//	alert ( mainbutton + language);
//___________________end _________________________________________________  all Languages  ______ ____________________________________________________________	
//________________________________ english lang = 0 _________________________________________________________________________________________________________
lang=0;
prod=0;
//---. wristwatches -----
prodText[lang][prod][0][0] = "01TopLeft"  // on wrist 
	prodText[lang][prod][0][1] = "motion of color - as in a wristwatch, I can take my favorite with me any time !"
	prodText[lang][prod][0][3] = "Here some types of watch faces which aesthetic particularly attractive."
prodText[lang][prod][1][0] = "01TopRighta"
	prodText[lang][prod][1][1] = "Some types are supplied with second hands - other not, as you can see in animation and the technical description of your request type."
prodText[lang][prod][2][0] = "watchfacedesign"
	prodText[lang][prod][2][1] = "face design"
prodText[lang][prod][3][0] = "wristwatchtyp"
	prodText[lang][prod][3][1] = "watch case"
prodText[lang][prod][4][0] = "your_selection"
	prodText[lang][prod][4][1] = " your selection "
prodText[lang][prod][5][0] = "allButton"
	prodText[lang][prod][5][1] = 'all'
prodText[lang][prod][6][0] = "introTopLeft"  // intro
	prodText[lang][prod][6][1] = "The new face of time "
	prodText[lang][prod][6][3] = "adds color to your life!"	
prodText[lang][prod][7][0] = "introRight1"  // intro
	prodText[lang][prod][7][1] = ""
prodText[lang][prod][8][0] = "introRight2"  // intro
	prodText[lang][prod][8][1] = "motion of colors is an innovative and absolutely new style and form of visualizing time.                                                                                                                                             "
                                //The new design implementing aesthetically appealing colors lends a refreshingly new meaning to the expression "		
prodText[lang][prod][9][0] = "introRight3"  // intro
    //prodText[lang][prod][9][1] = '“nice time”';
	prodText[lang][prod][9][1] = "The concept in its form and color diversity is very visually appealing designs and is ideal as basis for displays of analog watches. The implementation is very flexible. "
	prodText[lang][prod][9][3] = "It is a multitude of variations in the application of color aesthetics as well as in the use of different models - from dainty watches to large wall or stand objects."
prodText[lang][prod][10][0] = "tryintroRight"  // intro
    prodText[lang][prod][10][1] = 'please navigate or try the functions';
	
prodText[lang][prod][11][0] = "05untenUnten0" 
	prodText[lang][prod][11][1]="back"
prodText[lang][prod][12][0] = "05untenUnten1" 
	prodText[lang][prod][12][1]="imprint"
prodText[lang][prod][13][0] = "05untenUnten2" 
	prodText[lang][prod][13][1]="news"
prodText[lang][prod][14][0] = "05untenUnten3" 
	prodText[lang][prod][14][1]="inside"
prodText[lang][prod][15][0] = "05untenUnten4" 
	prodText[lang][prod][15][1]="downloads"
prodText[lang][prod][16][0] = "05untenUnten5" 
	prodText[lang][prod][16][1]="watch configurator"
prodText[lang][prod][17][0] = "05untenUnten6" 
	prodText[lang][prod][17][1]="conditions of use"	
prodText[lang][prod][18][0] = "introRight2a"  // intro
    prodText[lang][prod][18][1] = '                                                                                             '; //'“nice time”';	
prodText[lang][prod][19][0] = "01TopRightb"
	prodText[lang][prod][19][1] = "As you have selected a type of face design and the animation picture, you can use the symbols buttons for different animations. "
	prodText[lang][prod][19][3] = "A click to the 'circle' shows a movie of fast going watch, "
	prodText[lang][prod][19][5] = "the 'hand' allows you to set the time with the mouse to see the watch face in different time and "
	prodText[lang][prod][19][7] = "finally - with the little watch button - you will see the current time."

prodText[lang][prod][20][0] = "AniTextHead"  // intro
    prodText[lang][prod][20][1] = '?';	
prodText[lang][prod][21][0] = "description"  // intro
    prodText[lang][prod][21][1] = 'details';	
prodText[lang][prod][22][0] = "oneButton"
	prodText[lang][prod][22][1] = "one"
prodText[lang][prod][23][0] = "backButton"
	prodText[lang][prod][23][1] = "back"
prodText[lang][prod][24][0] = "TopMenueText"  // intro
    prodText[lang][prod][24][1] = 'menu';
	
prodText[lang][prod][25][0] = "helpCycleButton"  // intro
    prodText[lang][prod][25][1] = 'start the animation';	
prodText[lang][prod][26][0] = "helpColorGameButton";
	prodText[lang][prod][26][1] = "shows face to variant time";
prodText[lang][prod][27][0] = "helpAktTimeButton";
	prodText[lang][prod][27][1] = "current time";
prodText[lang][prod][28][0] = "helpMagnificationButton";
    prodText[lang][prod][28][1] = 'zoom/shrink size';		
		
//--- description text


 // Model reference collection 08/09
modRef[lang] = new Array (23);
modRef[lang][0] = new Array ('Model ref.','Family','movement','vendor','case material','bezel','waterresistance','thickness','width','length','diameter','glass','strap size','strap buck size','strap','strap material','MSRP')
modRef[lang][1] = new Array ('AU88-GS','Aurora','Miyota 2036','Miyota','stainless Steel','brushed','3 bar','9.2','43','45','40','Mineral crystal','20','18','Globo silver','genuine leather',159)
modRef[lang][2] = new Array ('AU88-SB','Aurora','Miyota 2036','Miyota','stainless Steel','brushed','3 bar','9.2','43','45','40','Mineral crystal','20','18','Satin M257 black (Lotus)','genuine leather',159)
modRef[lang][3] = new Array ('AU88-SW','Aurora','Miyota 2036','Miyota','stainless Steel','brushed','3 bar','9.2','43','45','40','Mineral crystal','20','18','Snake design white','genuine leather',159)
modRef[lang][4] = new Array ('AU88-WL','Aurora','Miyota 2036','Miyota','stainless Steel','brushed','3 bar','9.2','43','45','40','Mineral crystal','20x18','18','White lizard design (TW)','genuine leather',159)
modRef[lang][5] = new Array ('AV21A-B-MS','Avangardia','Miyota 2036','Miyota','stainless Steel','brushed','3 Bar','8.75','0','0','37','Mineral crystal','18','18','Globo silver','genuine leather',149)
//modRef[lang][5] = new Array ('AV21A-B-GS','Avangardia','Miyota 2036','Miyota','stainless Steel','brushed','3 Bar','8.75','0','0','37','Mineral crystal','18','18','Globo silver','genuine leather',149)
modRef[lang][6] = new Array ('AV21A-B-SB','Avangardia','Miyota 2036','Miyota','stainless Steel','brushed','3 Bar','8.75','0','0','37','Mineral crystal','18','18','Satin M257 black (Lotus)','genuine leather',149)
modRef[lang][7] = new Array ('AV21A-LB','Avangardia','Miyota 2036','Miyota','stainless Steel','57 Swarovski crystals','3 Bar','8.75','0','0','37','Mineral crystal','18','18','Losagna black','genuine leather',299)
modRef[lang][8] = new Array ('AV21A-SS','Avangardia','Miyota 2036','Miyota','stainless Steel','57 Swarovski crystals','3 Bar','8.75','0','0','37','Mineral crystal','18','18','Snake design silver','genuine leather',299)
modRef[lang][9] = new Array ('AV21A-SW','Avangardia','Miyota 2036','Miyota','stainless Steel','57 Swarovski crystals','3 Bar','8.75','0','0','37','Mineral crystal','18','18','Snake design white','genuine leather',299)
modRef[lang][10] = new Array ('AV21A-WL','Avangardia','Miyota 2036','Miyota','stainless Steel','57 Swarovski crystals','3 Bar','8.75','0','0','37','Mineral crystal','18x16','16','White lizard design (TW)','genuine leather',299)
modRef[lang][11] = new Array ('EL47A-B-GS','Elegancia','Miyota 2036','Miyota','stainless Steel','brushed','3 Bar','8.5','0','0','36','Mineral crystal','18','18','Globo silver','genuine leather',159)
modRef[lang][12] = new Array ('EL47A-B-SB','Elegancia','Miyota 2036','Miyota','stainless Steel','brushed','3 Bar','8.5','0','0','36','Mineral crystal','18','18','Satin M257 black (Lotus)','genuine leather',159)
modRef[lang][13] = new Array ('EL47A-LB','Elegancia','Miyota 2036','Miyota','stainless Steel','116 Swarovski crystals','3 Bar','8.5','0','0','36','Mineral crystal','18','18','Losagna black','genuine leather',469)
modRef[lang][14] = new Array ('EL47A-SS','Elegancia','Miyota 2036','Miyota','stainless Steel','116 Swarovski crystals','3 Bar','8.5','0','0','36','Mineral crystal','18','18','Snake design silver','genuine leather',469)
modRef[lang][15] = new Array ('EL47A-SW','Elegancia','Miyota 2036','Miyota','stainless Steel','116 Swarovski crystals','3 Bar','8.5','0','0','36','Mineral crystal','18','18','Snake design white','genuine leather',469)
modRef[lang][16] = new Array ('EL47A-WL','Elegancia','Miyota 2036','Miyota','stainless Steel','116 Swarovski crystals','3 Bar','8.5','0','0','36','Mineral crystal','20x18','18','White lizard design (TW)','genuine leather',469)
modRef[lang][17] = new Array ('EX44-LB','Extravaganza','automatic TY 2806S','Seagull','stainless Steel','293 single set Swarovski crystals','5 Bar','12','0','0','37.5','Mineral crystal','18','18','Losagna black','genuine leather',898)
modRef[lang][18] = new Array ('EX44-SS','Extravaganza','automatic TY 2806S','Seagull','stainless Steel','293 single set Swarovski crystals','5 Bar','12','0','0','37.5','Mineral crystal','18','18','Snake design silver','genuine leather',898)
modRef[lang][19] = new Array ('EX44-SW','Extravaganza','automatic TY 2806S','Seagull','stainless Steel','293 single set Swarovski crystals','5 Bar','12','0','0','37.5','Mineral crystal','18','18','Snake design white','genuine leather',898)
modRef[lang][20] = new Array ('PA48-CL','Passionata','Miyota 2036','Miyota','stainless Steel','49 Swarovski crystals','3 Bar','8.25','0','0','36','Mineral crystal','16','75x115','Calf Leather BLACK/white','genuine leather',289)
modRef[lang][21] = new Array ('PA48-CW','Passionata','Miyota 2036','Miyota','stainless Steel','49 Swarovski crystals','3 Bar','8.25','0','0','36','Mineral crystal','16','75x115','Calf Leather WHITE/black','genuine leather',289)
modRef[lang][22] = new Array ('AV21A-B-GS','Avangardia','Miyota 2036','Miyota','stainless Steel','brushed','3 Bar','8.75','0','0','37','Mineral crystal','18','18','Globo silver','genuine leather',149)


// design reference secondhand  collection 08/09
textDesign[lang] = 'design';
textSecondHand[lang] = 'second';
designRef[lang] = new Array (9)
designRef[lang][0] = 'black hand';
designRef[lang][1] = 'white hand';
designRef[lang][2] = 'designed disc';
designRef[lang][3] = 'designed disc';
designRef[lang][4] = 'white hand';
designRef[lang][5] = 'white hand';
designRef[lang][6] = 'white hand';
designRef[lang][7] = 'white hand';
designRef[lang][8] = 'white hand';
	
//---- end wristwatches ------ below Desk watches
prod = 1;
prodText[lang][prod][0][0] = "li1" // on wrist 
	prodText[lang][prod][0][1] = "Innovative, clear, most aesthetically pleasing design with constantly changing color effect"
prodText[lang][prod][1][0] = "li2"	
	prodText[lang][prod][1][1] = "format height 150 x width 120 mm x depth 50 mm"
prodText[lang][prod][2][0] = "li3"	
	prodText[lang][prod][2][1] = "Precision quartz movement"	
prodText[lang][prod][3][0] = "li4"	
	prodText[lang][prod][3][1] = "Cast and polished acryl glass"	
prodText[lang][prod][4][0] = "li5"	
	prodText[lang][prod][4][1] = "Petri Plex with coverage of the discs made of high-quality color Duran glass petri dish"
prodText[lang][prod][5][0] = "li6"	
	prodText[lang][prod][5][1] = "some models have a second hand, some not"	
prodText[lang][prod][6][0] = "li7"	
	prodText[lang][prod][6][1] = "battery Movement (AA type) with a maturity of approximately 1 year "
	
prodText[lang][prod][7][0] = "clockfacedesign"
	prodText[lang][prod][7][1] = "clock face design"
prodText[lang][prod][8][0] = "your_selection"
	prodText[lang][prod][8][1] = prodText[lang][0][4][1]
prodText[lang][prod][9][0] = "allButton";
	prodText[lang][prod][9][1] = prodText[lang][0][5][1];
prodText[lang][prod][10][0] = "TopMenueText"  // intro
    prodText[lang][prod][10][1] = 'menu';		
	
prodText[lang][prod][11][0] = "AniTextHead"  // intro
    prodText[lang][prod][11][1] = '?';	
prodText[lang][prod][12][0] = "description"  // intro
    prodText[lang][prod][12][1] = 'details';		

prodText[lang][prod][13][0] = "clocktyp"  // intro
    prodText[lang][prod][13][1] = 'Uhrgehäuse';			
prodText[lang][prod][14][0] = "oneButton"  // intro
    prodText[lang][prod][14][1] = 'one';
prodText[lang][prod][15][0] = "backButton"  // intro
    prodText[lang][prod][15][1] = 'back';
	
	
	
	
//---- end desktop watches --- start bella clock ---------------------------------------------------------
prod=2;
prodText[lang][prod][0][0] = "03right" 
	prodText[lang][prod][0][1]="The backlighting of the dial is done with energy-saving leds (light emitting diodes) and luminous film, behind the transparent dial, the pointer discs and Passepartout. "
	prodText[lang][prod][0][3]="The precision quartz clock is battery powered. At side of frame is a push button to switch on/off "	
	prodText[lang][prod][0][5]="and a jack for the plug of the power-supply. "		
	prodText[lang][prod][0][7]="The bella clock comes with power supply and battery (weighing about 750g)."		
	prodText[lang][prod][0][9]='outer dimensions: 12.6" x 10.6" x 2", Passepartout / light frame 10" x 8"	'		
	prodText[lang][prod][0][11]="in 2 frame colors"
	prodText[lang][prod][0][13]="The backlit clocks can hang but also on boards, shelves, etc. can be placed. Each day and night, they are a eyecatcher, which is alltimes different." 	
prodText[lang][prod][1][0] = "clockfacedesign"
	prodText[lang][prod][1][1] = prodText[lang][0][2][1]
prodText[lang][prod][2][0] = "your_selection"
	prodText[lang][prod][2][1] = prodText[lang][0][4][1]
prodText[lang][prod][3][0] = "allButton";
	prodText[lang][prod][3][1] = prodText[lang][0][5][1];
prodText[lang][prod][4][0] = "HolzRahmen";
	prodText[lang][prod][4][1] = "frames";	
prodText[lang][prod][5][0] = "TopMenueText"  // intro
    prodText[lang][prod][5][1] = 'menu';		
prodText[lang][prod][6][0] = "allButton";
	prodText[lang][prod][6][1] = 'all';
prodText[lang][prod][7][0] = "description"  // intro
    prodText[lang][prod][7][1] = 'details';	
prodText[lang][prod][8][0] = "clocktyp"  // intro
    prodText[lang][prod][8][1] = 'frame color';			
prodText[lang][prod][9][0] = "oneButton"  // intro
    prodText[lang][prod][9][1] = 'one';
prodText[lang][prod][10][0] = "backButton"  // intro
    prodText[lang][prod][10][1] = 'back';
prodText[lang][prod][11][0] = "AniTextHead"  // intro
    prodText[lang][prod][11][1] = '?';	

//---- end bella clock -----start luce clock ----------------------------------------------------
prod=3;
prodText[lang][prod][0][0] = "04right" 
	prodText[lang][prod][0][1]="The largest model in our program is the wall - light - object luce."
	prodText[lang][prod][0][4]="The special thing is an indirect backlighting of the display. "	
	prodText[lang][prod][0][7]="Wherever this clock is placed, it will attract attention. "		
	prodText[lang][prod][0][10]="The backlighting realized by an energy-saving cold cathode "		
	prodText[lang][prod][0][12]='light tubes in combination with a light film, behind the transparent display.'		
	prodText[lang][prod][0][15]="At the rear part is a push-button switch, by a slight pressure against the bottom of the outer frame switch the lights on/off."
	prodText[lang][prod][0][18]="in 4 versions:" 
	prodText[lang][prod][0][27]='Frame size approximate 16" x 12" '
	prodText[lang][prod][0][29]='Exterior dimensions 17" x 13" x 2":'
prodText[lang][prod][1][0] = "clockfacedesign"
	prodText[lang][prod][1][1] = prodText[lang][1][7][1]
prodText[lang][prod][2][0] = "your_selection"
	prodText[lang][prod][2][1] = prodText[lang][0][4][1]
prodText[lang][prod][3][0] = "allButton";
	prodText[lang][prod][3][1] = prodText[lang][0][5][1];
prodText[lang][prod][4][0] = "HolzRahmen";
	prodText[lang][prod][4][1] = "frames";	
prodText[lang][prod][5][0] = "TopMenueText"  // intro
    prodText[lang][prod][5][1] = 'menu';		
	
	
	
prodText[lang][prod][6][0] = "usedBrowser"  // intro
    prodText[lang][prod][6][1] = 'Your ';		
prodText[lang][prod][7][0] = "bVersion"  // intro
    prodText[lang][prod][7][1] = ' version No. ';		
prodText[lang][prod][8][0] = "standardFill"  // intro
    prodText[lang][prod][8][1] = ' browser support the standard of HTML';		
prodText[lang][prod][9][0] = "browserInfo1"  // intro
    prodText[lang][prod][9][1] = " Your browser doesn\´t support the standard of HTML 5 and important function for picture rendering. We strongly recommend to change your browser accordingly. Those mentioned below do support the HTML 5 standard.";	
prodText[lang][prod][10][0] = "hint"  // intro
    prodText[lang][prod][10][1] = 'Your browser isn\'t the actual version and wasn\'t actual at the time of building up this site.';		
prodText[lang][prod][11][0] = "hint2"  // intro
    prodText[lang][prod][11][1] = 'Your browser is actual or newer as the version of your browser type at the time of building up this site. ';		
prodText[lang][prod][12][0] = "doubleGreen"  // intro
    prodText[lang][prod][12][1] = 'If not at least one traffic light is green, there is no guarantee of correct views to our websites. The best result you will get with an actual and good browser what result\s green traffic light\'s twice.';		
prodText[lang][prod][13][0] = "browserInfo2"  // intro
    prodText[lang][prod][13][1] = "This is an opportunity to download one browser which is upon time. Below you\'ll find some links to free actual browser."	
prodText[lang][prod][14][0] = "opportunity"  // intro
    prodText[lang][prod][14][1] = "Download and installation will take a few minutes only and will lead you to perfect web efficiency."
prodText[lang][prod][15][0] = "ieProblem"  // intro
    prodText[lang][prod][15][1] = " does not support the HTML 5 standard! !"
prodText[lang][prod][16][0] = "browserInfo3"  // intro
    prodText[lang][prod][16][1] = " We have spend a lot of work and time to support such browsers, but it´s cause a lot of data traffic to give this poor browser the pictures and animations of which we believe you should can see.";	

	
//-------------------------------- end luce clock -----------------------------------------------------------------------------------------------------------------------
//------------------------------ start always the right -----------------------------------------------------------------------------------------------------------------
prod=4;
prodText[lang][prod][0][0] = "05untenText" 
	prodText[lang][prod][0][1]="You will find us in the heart of Hamburg, opposite the famous 'Speicherstadt' and 'Harbour City'"
	prodText[lang][prod][0][3]="Rainbow Watch GmbH"	
prodText[lang][prod][1][0] = "05untenText2" 
	prodText[lang][prod][1][1]="events - related to"
	prodText[lang][prod][1][3]="Rainbow Watch GmbH"	
prodText[lang][prod][2][0] = "05untenUnten0" 
	prodText[lang][prod][2][1]="back"
prodText[lang][prod][3][0] = "05untenUnten1" 
	prodText[lang][prod][3][1]="imprint"
prodText[lang][prod][4][0] = "05untenUnten2" 
	prodText[lang][prod][4][1]="news"
prodText[lang][prod][5][0] = "05untenUnten3" 
	prodText[lang][prod][5][1]="inside"
prodText[lang][prod][6][0] = "05untenUnten4" 
	prodText[lang][prod][6][1]="inside"
prodText[lang][prod][7][0] = "05untenUnten5" 
	prodText[lang][prod][7][1]="watch configurator"
prodText[lang][prod][12][0] = "05untenUnten6" 
	prodText[lang][prod][12][1]="conditions of use"	
prodText[lang][prod][8][0] = "05TopRight"
	prodText[lang][prod][8][1]="The new face of time "
	prodText[lang][prod][8][3]="adds color to your life!"
prodText[lang][prod][9][0] = "doc1"
	prodText[lang][prod][9][1]="Image Brochure english"	
prodText[lang][prod][10][0] = "doc2"
	prodText[lang][prod][10][1]="Press Release"	
prodText[lang][prod][11][0] = "05TeJCK"
	prodText[lang][prod][11][2]="Rainbow Watch at JCK Las Vegas - MAY 30 - JUNE 3, 2008"	
prodText[lang][prod][19][0] = "TopMenueText"  // intro
    prodText[lang][prod][19][1] = 'menu';	
prodText[lang][prod][13][0] = "betrieb"  // intro
    prodText[lang][prod][13][1] = '2nd Representation';			
prodText[lang][prod][14][0] = "sitz"  // intro
    prodText[lang][prod][14][1] = 'Hamburg, Germany';
    prodText[lang][prod][14][3] = 'Commercial register AG Hamburg HRB 104448';	
prodText[lang][prod][15][0] = "GF"  // intro
    prodText[lang][prod][15][1] = 'Authorised representatives';	
prodText[lang][prod][16][0] = "tax"  // intro
    prodText[lang][prod][16][1] = 'VAT identification number Germany DE259003938';
    prodText[lang][prod][16][3] = 'Tax no.: 48 753 00992';	
prodText[lang][prod][17][0] = "bank"  // intro
    prodText[lang][prod][17][1] = 'bank connection';	
prodText[lang][prod][18][0] = "haftung"  // intro
    prodText[lang][prod][18][1] = 'legal notice';	
    prodText[lang][prod][18][4] = 'This website may contain hyperlinks to websites unrelated to';		
    prodText[lang][prod][18][6] = ' Rainbow watch or its affiliates. Such hyperlinks are provided ';		
    prodText[lang][prod][18][8] = 'for your reference and convenience only. Rainbow watch should ';		
    prodText[lang][prod][18][10] = 'not be taken as endorsing the operator or the content of such ';		
    prodText[lang][prod][18][12] = 'third-party website. You may use such links only at your own risk, ';		
    prodText[lang][prod][18][14] = 'and you are solely responsible for all consequences of such use ';	
prodText[lang][prod][20][0] = "05untenUnten7" 
	prodText[lang][prod][20][1]="conditions of sale"
prodText[lang][prod][21][0] = "doc3"
	prodText[lang][prod][21][1]="Image Brochure german"
prodText[lang][prod][22][0] = "movieLink"
	prodText[lang][prod][22][1]="Rainbow wristwatch display movie"	
prodText[lang][prod][23][0] = "certificate"
	prodText[lang][prod][23][1]="Rainbow wristwatch Certificate and instruction manual english / german"		
prodText[lang][prod][24][0] = "wristwatch"
	prodText[lang][prod][24][1]="wristwatches documents"		
prodText[lang][prod][25][0] = "infoMat"
	prodText[lang][prod][25][1]="information material"	
prodText[lang][prod][26][0] = "conditions"
	prodText[lang][prod][26][1]="conditions"	
prodText[lang][prod][27][0] = "contactForm"
	prodText[lang][prod][27][1]="contact"		
//------------------------------ end always the right -----------------------------------------------------------------------------------------------------------------
//------------------------------ Start Helpsite ---------------------------------------------------------------------------------------------------------------------
prod=5;
prodText[lang][prod][0][0] ="title06"
	prodText[lang][prod][0][1]="Rainbow watches - emotion of color - Helpsite"
prodText[lang][prod][1][0] ="06/Header"
	prodText[lang][prod][1][1]="Facts and assistance for usage of the"
	prodText[lang][prod][1][3]="Rainbow - Website functions"
prodText[lang][prod][2][0] ="watchFaces"
	prodText[lang][prod][2][1]="watch/clock face design"
prodText[lang][prod][3][0] ="choiceWatchFace"
	prodText[lang][prod][3][1]="To take your choice ==> simply move the mouse pointer on top of your favorite."
	prodText[lang][prod][3][3]="This will select the watch face for displaying in the website and also works well during a time-lapse movie or other events."
prodText[lang][prod][4][0] ="wristwatchType"
	prodText[lang][prod][4][1]="wristwatch typ  / clock frame design"
prodText[lang][prod][5][0] ="choiceWatchFace"
	prodText[lang][prod][5][1]="To take your choice ==> simply move the mouse pointer on top of your favorite."
	prodText[lang][prod][5][3]=	prodText[lang][prod][3][3];
prodText[lang][prod][6][0] ="animation"
	prodText[lang][prod][6][1]="animation / time-lapse"
prodText[lang][prod][7][0] ="CycleText"
	prodText[lang][prod][7][1]="unselected : selected"	
prodText[lang][prod][8][0] ="aniText"
	prodText[lang][prod][8][1]= "selected: shows a time-lapse animation of the selected face and watch combination."	
	prodText[lang][prod][8][3]=	"selected: at left side the speed buttons will appear, to control the speedof time-lapse"
prodText[lang][prod][9][0] ="06TextPreload"
	prodText[lang][prod][9][1]= "The program loads in the background the for animated representation needed pictures. Initially these are not all available. That's why you see in the animations first quarter hour steps only, then 5 minutes - steps. In the single watch/clock view, after all images of watch face are loaded, the full movie, with all pictures and smoothly time-lapse is visible."	
prodText[lang][prod][10][0] ="currentTimeText"
	prodText[lang][prod][10][1]= "current time"	
prodText[lang][prod][11][0] ="currentTime"
	prodText[lang][prod][11][1]= prodText[lang][prod][7][1]	;
prodText[lang][prod][12][0] ="currentTimeText2"
	prodText[lang][prod][12][1]= "selected: show the watch appearance at current time"	
prodText[lang][prod][13][0] ="colorTimeGame"
	prodText[lang][prod][13][1]= " Color - Time - Game"
prodText[lang][prod][14][0] ="colorTimeGame1"
	prodText[lang][prod][14][1]="unselected : selected"
prodText[lang][prod][15][0] ="colorTimeGame2"		
	prodText[lang][prod][15][1]="Color - Time - Game	"
	prodText[lang][prod][15][3]="selected: the color time picture choice - shows the watch face at selected time"
	prodText[lang][prod][15][5]="controlled by mouse-pointer, like the sample below:"	
prodText[lang][prod][16][0] = "TopMenueText"  // intro
    prodText[lang][prod][16][1] = 'menu';	

	
	
	
//------------------------------End Helpsite ---------------------------------------------------------------------------------------------------------------------
// -------------------- Start Distributors site -----------------------------------------------------------------------------------------------------------------
prod=7;
prodText[lang][prod][0][0] = "distributor";
   prodText[lang][prod][0][1] = 'Distributors and Service addresses';	
prodText[lang][prod][1][0] = "back";
    prodText[lang][prod][1][1] = 'back';
//----------------------------- end distributors site ------------------------------------------------------------------------------	
// produktTitle[lang] = Array("wristwatch","PetriPlex","Bella","Luce","");
//( "AV21Ac","AV21A","AV21A-B","EL47Ac","EL47A","EL47A-B","EX44h","EX44","AU88","PA48","_richman","_richwoman","_PS2 mD");

							 
produktTitle[lang][1] = new Array ("PetriPlex","PurePlex");


typText[lang] = new Array ( "the first, Root of the emotion of color concept",
                         "the fine, with unlimited overtones of color",
						 "the purist variant, moving additive color mixture",
						 "the variant, with essence of time ... never-ending spiral",
						 "moving additive color mixing with better readability",
						 "Vertigo day",
						 "Vertigo night",
						 "give m´five",
						 "HongKong",
						 "classic green",
						 "gamma blue",
						 "vertigo burgundy",
						 "five night, the brilliant",
						 "galaxy,the great",
						 
						 
						 "zeigt nach Click eine neue Seite als Übersicht zu den Typ-modellen");

				 
mainbutton[lang][0][3]= "select your language";
mainbutton[lang][0][1]="info.htm";
mainbutton[lang][0][2]="language select";


mainbutton[lang][1][1]="01/seite2.htm";
mainbutton[lang][1][2]="back home" ;
mainbutton[lang][1][3]="";


mainbutton[lang][2][1]="01/index2.htm" ;
mainbutton[lang][2][2]="wristwatches for underway" ;
mainbutton[lang][2][3]="on wrist";

mainbutton[lang][3][1]="02/index2.htm";
mainbutton[lang][3][2]="desk clock" ;
mainbutton[lang][3][3]="on desk";

mainbutton[lang][4][1]="03/index2.htm";
mainbutton[lang][4][2]="light object bella";
mainbutton[lang][4][3]="on shelf";

mainbutton[lang][5][1]="04/index2.htm";
mainbutton[lang][5][2]="wall light object Luce";
mainbutton[lang][5][3]="on wall";

mainbutton[lang][6][1]="firstPic.htm";
mainbutton[lang][6][2]="here we are";
mainbutton[lang][6][3]="always the right";

mainbutton[lang][7][1]="06/index0.htm";
mainbutton[lang][7][2]="a helpsite";
mainbutton[lang][7][3]="how to use?";


mainbutton[lang][8][1]="05/Conditions.htm"
mainbutton[lang][8][2]="conditions of use and sales";
mainbutton[lang][8][3]="conditions";

mainbutton[lang][9][2]="click to view Imprint";
mainbutton[lang][9][3]="imprint";

mainbutton[lang][10][2]="click to view current events - related to Rainbow";
mainbutton[lang][10][3]="news";

mainbutton[lang][11][2]="click to view about us - site";
mainbutton[lang][11][3]="about us";

mainbutton[lang][12][2]="click to view download - site ";
mainbutton[lang][12][3]="downloads";

mainbutton[lang][13][2]="click to view Distributors and service addresses site";
mainbutton[lang][13][3]="Distributors";

mainbutton[lang][14][2]="click to view the contact site";
mainbutton[lang][14][3]="contact";

mainbutton[lang][15][2]="about technology";
mainbutton[lang][15][3]="technology";

mainbutton[lang][16][2]="about art of watches";
mainbutton[lang][16][3]="artist";

mainbutton[lang][17][2]="click to view ";
mainbutton[lang][17][3]="feedback";

mainbutton[lang][18][2]="click to view ";
mainbutton[lang][18][3]="languages";

mainbutton[lang][19][2]="click to view desk clocks";
mainbutton[lang][19][3]="desk clock";

mainbutton[lang][20][2]="click to view light frame clocks";
mainbutton[lang][20][3]="light frame clock";

mainbutton[lang][21][2]="click to view light wall objects";
mainbutton[lang][21][3]="light wall object";

mainbutton[lang][22][2]="click to view wristwatch displays";
mainbutton[lang][22][3]="watch display";

mainbutton[lang][23][2]="collections menu";
mainbutton[lang][23][3]="collection";

mainbutton[lang][24][2]="overview menu to products";
mainbutton[lang][24][3]="overview";

mainbutton[lang][25][2]="menu of wristwatches";
mainbutton[lang][25][3]="wristwatches";

mainbutton[lang][26][2]="menu of accessoirs";
mainbutton[lang][26][3]="accessoirs";

mainbutton[lang][27][2]="menu of about us";
mainbutton[lang][27][3]="  inside  ";

mainbutton[lang][28][2]="click to get Language selection";
mainbutton[lang][28][3]="about";

mainbutton[lang][29][2]="main menu";
mainbutton[lang][29][3]="menu";

mainbutton[lang][30][2]="Rainbow home";
mainbutton[lang][30][3]="home";

mainbutton[lang][41][2]="faces";
mainbutton[lang][41][3]="face design";

mainbutton[lang][43][2]="wristwatch models";
mainbutton[lang][43][3]="watch case";

mainbutton[lang][64][2]="faces";
mainbutton[lang][64][3]="face design";

//_______________
controlButton[lang][0][1]="emotion of color - functions" // title function butons

controlButton[lang][1][1]="go back to single watch view" //title back button
controlButton[lang][1][2]="status='go back to single watch view'; return true;" //onMouseOver back button

controlButton[lang][2][1]="faster" //title faster  button
controlButton[lang][2][2]="status='faster timelapse'; return true;" //onMouseOver faster button

controlButton[lang][3][1]="slower" //title slower  button
controlButton[lang][3][2]="status='slower timelapse'; return true;" //onMouseOver slower button

controlButton[lang][4][1]="start/stop timelapse (animation)" //title timelapse  button
controlButton[lang][4][2]="status='start/stop timelapse (animation)'; return true;"  //onMouseOver timelapse button

controlButton[lang][5][1]="set the watch time to see the different faces>> setting: around the clock: hours, away from center: minutes" //title color-time-game  button
controlButton[lang][5][2]="status='set the watch time to see the differnt faces>> setting: around the clock: hours, away from center: minutes'; return true;"   //onMouseOver color-time-game  button

controlButton[lang][6][1]="shows you the display at current time" //title actual time  button
controlButton[lang][6][2]="status='shows you the display at current time'; return true;"   //onMouseOver actual time  button

controlButton[lang][7][1]="go back to normal view" //title kleine Lupe  button
//controlButton[lang][7][2]="status='go back to normal view'; return true;"   //onMouseOver kleine Lupe button
controlButton[lang][7][3]="alle2.htm"   //href  min Lupe button

controlButton[lang][8][1]="go to larger view" //title plus Lupe  button
controlButton[lang][8][2]="status='go to larger view'; return true;"   //onMouseOver plus Lupe button
controlButton[lang][8][3]="gross2.htm"   //href  plus Lupe button

controlButton[lang][9][1]="go back to normal view" //title kleine Lupe  button
controlButton[lang][9][2]="status='go back to normal view'; return true;"   //onMouseOver kleine Lupe button
controlButton[lang][9][3]="index2.htm"   //href  min Lupe button

controlButton[lang][10][1]="go to larger view" //title plus Lupe  button
controlButton[lang][10][2]="status='go to larger view'; return true;"   //onMouseOver plus Lupe button
controlButton[lang][10][3]="allegross2.htm"   //href  plus Lupe button


alleButton[lang]="all face designs - to compare >> please click"
//--------------------------------

						 
// _____________________________________________  german lang = 1 __________________________________________________________________________________________
lang=1;
prod=0;
//---. wristwatches -----
prodText[lang][0][0][0] = "01TopLeft"  // on wrist 
	prodText[lang][0][0][1] = "motion of color - In Form einer Armbanduhr können Sie ihren Favoriten überall mitnehmen. "
	prodText[lang][0][0][3] = "   Hier einige Displaytypen bei denen die  reizvolle Ästhetik besonders zur Geltung kommt."
prodText[lang][0][1][0] = "01TopRighta"
	prodText[lang][0][1][1] = "Einige Typen werden mit Sekundenzeiger geliefert, bei anderen haben wir darauf verzichtet, wie Sie der Animation und der technischen Beschreibung Ihres Wunschtypen entnehmen können."
prodText[lang][0][2][0] = "watchfacedesign"
	prodText[lang][0][2][1] = "Uhr Display"
prodText[lang][0][3][0] = "wristwatchtyp"
	prodText[lang][0][3][1] = "Modell"
prodText[lang][0][4][0] = "your_selection"
	prodText[lang][0][4][1] = "Ihre Auswahl"
prodText[lang][0][5][0] = "allButton"
	prodText[lang][0][5][1] = "  alle  "

prodText[lang][prod][6][0] = "introTopLeft"  // intro
	prodText[lang][prod][6][1] = "Das neue Gesicht der Uhr"
	prodText[lang][prod][6][3] = "bringt Farbe ins Leben"	
prodText[lang][prod][7][0] = "introRight1"  // intro
	prodText[lang][prod][7][1] = " "
prodText[lang][prod][8][0] = "introRight2"  // intro
	prodText[lang][prod][8][1] = "motion of color ist eine innovative Form der Visualisierung der Uhrzeit auf Analoguhren. Diese neue Form- und Farbästhetik gibt den Worten "		
prodText[lang][prod][9][0] = "introRight3"  // intro
    //prodText[lang][prod][9][1] = '"Schöne Zeit"';
	prodText[lang][prod][9][1] = "eine völlig neue Bedeutung. Das Konzept in seiner Form- und Farbvielfalt ergibt optisch höchst ansprechende Designs als Basis für analoge Uhren."
	prodText[lang][prod][9][3] = "Die Umsetzung ist ausgesprochen flexibel. Sie erlaubt eine Vielzahl von Variationen sowohl in der Anwendung der Farbästhetik als auch in der Verwendung verschiedenster Modelle, von zierlichen Armbanduhren bis hin zu Wand- oder Standobjekten."
prodText[lang][prod][10][0] = "tryintroRight"  // intro
    prodText[lang][prod][10][1] = 'Verwenden Sie bitte das Menü oder die Funktionsknöpfe';
	
	
prodText[lang][prod][11][0] = "05untenUnten0" 
	prodText[lang][prod][11][1]="zurück"
prodText[lang][prod][12][0] = "05untenUnten1" 
	prodText[lang][prod][12][1]="Impressum"
prodText[lang][prod][12][0] = "05untenUnten2" 
	prodText[lang][prod][12][1]="Aktuelles"
prodText[lang][prod][14][0] = "05untenUnten3" 
	prodText[lang][prod][14][1]="über_uns"
prodText[lang][prod][15][0] = "05untenUnten4" 
	prodText[lang][prod][15][1]="downloads"
prodText[lang][prod][16][0] = "05untenUnten5" 
	prodText[lang][prod][16][1]="Uhr-Konfigurator"
prodText[lang][prod][17][0] = "05untenUnten6" 
	prodText[lang][prod][17][1]="Nutzungsbedingungen"
prodText[lang][prod][18][0] = "introRight2a"  // intro
    prodText[lang][prod][18][1] = '"Schöne Zeit"';	
	
prodText[lang][0][19][0] = "01TopRightb"
	prodText[lang][0][19][1] = "Nachdem Sie einen Typ ausgewählt haben können Sie über die Symbole verschiedene Animationen starten. "
	prodText[lang][0][19][3] = "Der Kreis zeigt den Ablauf, "
	prodText[lang][0][19][5] = "der Pfeil ermöglicht das Einstellen der Uhrzeit mit der Maus und "
	prodText[lang][0][19][7] = "schließlich wird die aktuelle Uhrzeit angezeigt."

prodText[lang][prod][20][0] = "AniTextHead"  // intro
    prodText[lang][prod][20][1] = '?';	
prodText[lang][prod][21][0] = "description"  // intro
    prodText[lang][prod][21][1] = 'Details';	
prodText[lang][prod][22][0] = "oneButton"
	prodText[lang][prod][22][1] = "einzeln"
prodText[lang][prod][23][0] = "backButton"
	prodText[lang][prod][23][1] = "zurück"
prodText[lang][prod][24][0] = "TopMenueText"  // intro
    prodText[lang][prod][24][1] = 'Menü';			
		
	
prodText[lang][prod][25][0] = "helpCycleButton"  // intro
    prodText[lang][prod][25][1] = 'started die Animation';	
prodText[lang][prod][26][0] = "helpColorGameButton"
	prodText[lang][prod][26][1] = "ermöglicht die Ansicht zu einer beliebigen Uhrzeit"
prodText[lang][prod][27][0] = "helpAktTimeButton"
	prodText[lang][prod][27][1] = "zeigt die aktuelle Zeit"
prodText[lang][prod][28][0] = "helpMagnificationButton"  // intro
    prodText[lang][prod][28][1] = 'große / kleine Darstellung';		

//--- description text


 // Model reference collection 08/09
modRef[lang] = new Array (23);
modRef[lang][0] = new Array ('Artikelnummer','Familie','Uhrwerk','Hersteller','Gehäusematerial','Lünette','Wasserdichtigkeit','Dicke','Breite','Länge','Durchmesser','Glas','Armbandbreite','Armbandschließe Breite','Armband','Armbandmaterial','UVP')
modRef[lang][1] = new Array ('AU88-GS','Aurora','Miyota 2036','Miyota','Edelstahl','gebürstet','3 bar','9.2','43','45','40','Mineralglas','20','18','Globo silver','echtes Leder',159)
modRef[lang][2] = new Array ('AU88-SB','Aurora','Miyota 2036','Miyota','Edelstahl','gebürstet','3 bar','9.2','43','45','40','Mineralglas','20','18','Satin M257 black (Lotus)','echtes Leder',159)
modRef[lang][3] = new Array ('AU88-SW','Aurora','Miyota 2036','Miyota','Edelstahl','gebürstet','3 bar','9.2','43','45','40','Mineralglas','20','18','Snake Design white','echtes Leder',159)
modRef[lang][4] = new Array ('AU88-WL','Aurora','Miyota 2036','Miyota','Edelstahl','gebürstet','3 bar','9.2','43','45','40','Mineralglas','20x18','18','White lizard Design (TW)','echtes Leder',159)
modRef[lang][5] = new Array ('AV21A-B-MS','Avangardia','Miyota 2036','Miyota','Edelstahl','gebürstet','3 Bar','8.75','0','0','37','Mineralglas','18','18','Globo silver','echtes Leder',149)
modRef[lang][6] = new Array ('AV21A-B-SB','Avangardia','Miyota 2036','Miyota','Edelstahl','gebürstet','3 Bar','8.75','0','0','37','Mineralglas','18','18','Satin M257 black (Lotus)','echtes Leder',149)
modRef[lang][7] = new Array ('AV21A-LB','Avangardia','Miyota 2036','Miyota','Edelstahl','57 Swarovski Kristalle','3 Bar','8.75','0','0','37','Mineralglas','18','18','Losagna black','echtes Leder',299)
modRef[lang][8] = new Array ('AV21A-SS','Avangardia','Miyota 2036','Miyota','Edelstahl','57 Swarovski Kristalle','3 Bar','8.75','0','0','37','Mineralglas','18','18','Snake Design silver','echtes Leder',299)
modRef[lang][9] = new Array ('AV21A-SW','Avangardia','Miyota 2036','Miyota','Edelstahl','57 Swarovski Kristalle','3 Bar','8.75','0','0','37','Mineralglas','18','18','Snake Design white','echtes Leder',299)
modRef[lang][10] = new Array ('AV21A-WL','Avangardia','Miyota 2036','Miyota','Edelstahl','57 Swarovski Kristalle','3 Bar','8.75','0','0','37','Mineralglas','18x16','16','White lizard Design (TW)','echtes Leder',299)
modRef[lang][11] = new Array ('EL47A-B-GS','Elegancia','Miyota 2036','Miyota','Edelstahl','gebürstet','3 Bar','8.5','0','0','36','Mineralglas','18','18','Globo silver','echtes Leder',159)
modRef[lang][12] = new Array ('EL47A-B-SB','Elegancia','Miyota 2036','Miyota','Edelstahl','gebürstet','3 Bar','8.5','0','0','36','Mineralglas','18','18','Satin M257 black (Lotus)','echtes Leder',159)
modRef[lang][13] = new Array ('EL47A-LB','Elegancia','Miyota 2036','Miyota','Edelstahl','116 Swarovski Kristalle','3 Bar','8.5','0','0','36','Mineralglas','18','18','Losagna black','echtes Leder',469)
modRef[lang][14] = new Array ('EL47A-SS','Elegancia','Miyota 2036','Miyota','Edelstahl','116 Swarovski Kristalle','3 Bar','8.5','0','0','36','Mineralglas','18','18','Snake Design silver','echtes Leder',469)
modRef[lang][15] = new Array ('EL47A-SW','Elegancia','Miyota 2036','Miyota','Edelstahl','116 Swarovski Kristalle','3 Bar','8.5','0','0','36','Mineralglas','18','18','Snake Design white','echtes Leder',469)
modRef[lang][16] = new Array ('EL47A-WL','Elegancia','Miyota 2036','Miyota','Edelstahl','116 Swarovski Kristalle','3 Bar','8.5','0','0','36','Mineralglas','20x18','18','White lizard Design (TW)','echtes Leder',469)
modRef[lang][17] = new Array ('EX44-LB','Extravaganza','Automatik TY 2806S','Seagull','Edelstahl','293 gesetzte Swarovski Kristalle','5 Bar','12','0','0','37.5','Mineralglas','18','18','Losagna black','echtes Leder',898)
modRef[lang][18] = new Array ('EX44-SS','Extravaganza','Automatik TY 2806S','Seagull','Edelstahl','293 gesetzte Swarovski Kristalle','5 Bar','12','0','0','37.5','Mineralglas','18','18','Snake Design silver','echtes Leder',898)
modRef[lang][19] = new Array ('EX44-SW','Extravaganza','Automatik TY 2806S','Seagull','Edelstahl','293 gesetzte Swarovski Kristalle','5 Bar','12','0','0','37.5','Mineralglas','18','18','Snake Design white','echtes Leder',898)
modRef[lang][20] = new Array ('PA48-CL','Passionata','Miyota 2036','Miyota','Edelstahl','49 Swarovski Kristalle','3 Bar','8.25','0','0','36','Mineralglas','16','75x115','Calf Leather BLACK/white','echtes Leder',289)
modRef[lang][21] = new Array ('PA48-CW','Passionata','Miyota 2036','Miyota','Edelstahl','49 Swarovski Kristalle','3 Bar','8.25','0','0','36','Mineralglas','16','75x115','Calf Leather WHITE/black','echtes Leder',289)
modRef[lang][22] = new Array ('AV21A-B-GS','Avangardia','Miyota 2036','Miyota','Edelstahl','gebürstet','3 Bar','8.75','0','0','37','Mineralglas','18','18','Globo silver','echtes Leder',149)


// design reference secondhand  collection 08/09
textDesign[lang] = 'Design';
textSecondHand[lang] = 'Sekunde';
designRef[lang] = new Array (9)
designRef[lang][0] = 'schwarzer Zeiger';
designRef[lang][1] = 'weißer Zeiger';
designRef[lang][2] = ' Scheibe';
designRef[lang][3] = ' Scheibe';
designRef[lang][4] = 'weißer Zeiger';
designRef[lang][5] = 'weißer Zeiger';
designRef[lang][6] = 'weißer Zeiger';
designRef[lang][7] = 'weißer Zeiger';
designRef[lang][8] = 'weißer Zeiger';
		
	
	
//---- end wristwatches ------ below Desk watches
prod = 1;
prodText[lang][prod][0][0] = "li1" // on wrist 
	prodText[lang][prod][0][1] = "Innovatives, klares, ästhetisch höchst ansprechendes Design mit sich permanent verändernder Farbwirkung"
prodText[lang][prod][1][0] = "li2"	
	prodText[lang][prod][1][1] = "Format Höhe 150 x Breite 120 x Tiefe 50 mm"
prodText[lang][prod][2][0] = "li3"	
	prodText[lang][prod][2][1] = "Quarz-Präzisionsuhrwerk"	
prodText[lang][prod][3][0] = "li4"	
	prodText[lang][prod][3][1] = "Gegossenes und poliertes Plexiglas"	
prodText[lang][prod][4][0] = "li5"	
	prodText[lang][prod][4][1] = "PetriPlex mit Abdeckung der Farbscheiben aus hochwertiger Duranglas-Petrischale"
prodText[lang][prod][5][0] = "li6"	
	prodText[lang][prod][5][1] = "einige Modelle mit Sekundenzeiger"	
prodText[lang][prod][6][0] = "li7"	
	prodText[lang][prod][6][1] = "batteriebetriebenes Uhrwerk (AA-Typ) mit einer Laufzeit von ca. 1 Jahr"
	
prodText[lang][prod][7][0] = "clockfacedesign"
	prodText[lang][prod][7][1] = prodText[lang][0][2][1]
prodText[lang][prod][8][0] = "your_selection"
	prodText[lang][prod][8][1] = prodText[lang][0][4][1];
prodText[lang][prod][9][0] = "allButton";
	prodText[lang][prod][9][1] = prodText[lang][0][5][1];
prodText[lang][prod][10][0] = "description"  // intro
    prodText[lang][prod][10][1] = 'Details';	
prodText[lang][prod][11][0] = "clocktyp"  // intro
    prodText[lang][prod][11][1] = 'Uhrgehäuse';			
prodText[lang][prod][12][0] = "oneButton"  // intro
    prodText[lang][prod][12][1] = 'einzeln';
prodText[lang][prod][13][0] = "backButton"  // intro
    prodText[lang][prod][13][1] = 'zurück';
prodText[lang][prod][14][0] = "TopMenueText"  // intro
    prodText[lang][prod][14][1] = 'Menü';			
prodText[lang][prod][15][0] = "AniTextHead"  // intro
    prodText[lang][prod][15][1] = '?';	
prodText[lang][prod][16][0] = "description"  // intro
    prodText[lang][prod][16][1] = 'Details';	
prodText[lang][prod][17][0] = "allButton";
	prodText[lang][prod][17][1] = 'alle';	
	
//---- end desktop watches --- start bella clock ---------------------------------------------------------
prod=2;
prodText[lang][prod][0][0] = "03right" 
	prodText[lang][prod][0][1]="Die Hinterleuchtung des Zifferblattes erfolgt mit energiesparenden Kaltkathoden und Leuchtfolie, die hinter dem transparenten Zifferblatt, den Zeigerscheiben und dem Passepartout angebracht sind."
	prodText[lang][prod][0][3]="Das Präzisions-Quarz-Uhrwerk ist batteriebetrieben. Seitlich am Rahmen befinden sich ein Schalter "	
	prodText[lang][prod][0][5]="und eine Buchse."		
	prodText[lang][prod][0][7]="Die bella-Uhren werden mit Netzteil und Batterie geliefert (Gewicht ca. 750g)."		
	prodText[lang][prod][0][9]='Außenmaße: 32 x  27 x 5 cm, Passepartout 25 x 20 cm '		
	prodText[lang][prod][0][11]="in 2 Rahmenfarben"
	prodText[lang][prod][0][13]="Die hinterleuchteten Uhren lassen sich aufhängen können aber auch auf Boards, Regalen etc. aufgestellt werden. Zu jeder Tages- und Nachtzeit sind sie ein Blickfang, der sich immer wieder anders darstellt." 	
prodText[lang][prod][1][0] = "clockfacedesign"
	prodText[lang][prod][1][1] = prodText[lang][0][2][1]
prodText[lang][prod][2][0] = "your_selection"
	prodText[lang][prod][2][1] = prodText[lang][0][4][1]
prodText[lang][prod][3][0] = "allButton";
	prodText[lang][prod][3][1] = prodText[lang][0][5][1];
prodText[lang][prod][4][0] = "HolzRahmen";
	prodText[lang][prod][4][1] = "Rahmen";	
prodText[lang][prod][5][0] = "description"  // intro
    prodText[lang][prod][5][1] = 'Details';	
prodText[lang][prod][6][0] = "clocktyp"  // intro
    prodText[lang][prod][6][1] = 'Uhrgehäuse';			
prodText[lang][prod][7][0] = "oneButton"  // intro
    prodText[lang][prod][7][1] = 'einzeln';
prodText[lang][prod][8][0] = "backButton"  // intro
    prodText[lang][prod][8][1] = 'zurück';
prodText[lang][prod][9][0] = "TopMenueText"  // intro
    prodText[lang][prod][9][1] = 'Menü';		
prodText[lang][prod][10][0] = "AniTextHead"  // intro
    prodText[lang][prod][10][1] = '?';	
		
	
//---- end bella clock -----start luce clock ----------------------------------------------------
prod=3;
prodText[lang][prod][0][0] = "04right" 
	prodText[lang][prod][0][1]="Das größte Modell in unserem Programm ist das Wandobjekt luce."
	prodText[lang][prod][0][4]="Das Besondere ist eine indirekte Hinterleuchtung des Displays. "	
	prodText[lang][prod][0][7]="Wo immer diese Uhre platziert ist wird sie Aufmerksamkeit erregen."		
	prodText[lang][prod][0][10]="Die Hinterleuchtung erfolgt durch eine energiesparende Kathoden-"		
	prodText[lang][prod][0][12]='Kaltlichtröhre mit einer Leuchtfolie, die hinter dem transparenten Display angebracht ist'		
	prodText[lang][prod][0][15]="Rahmenrückseitig befindet sich ein Schalter, der durch ein leichter Druck gegen den Rahmen die Beleuchtung ein bzw. ausschaltet."
	prodText[lang][prod][0][18]="in 4 Ausführungen erhältlich:" 
	prodText[lang][prod][0][27]='Rahmengröße 40 x 30 cm'
	prodText[lang][prod][0][29]='Außenmaß 43 x 33 x 5 cm'
prodText[lang][prod][1][0] = "clockfacedesign"
	prodText[lang][prod][1][1] = prodText[lang][0][2][1]
prodText[lang][prod][2][0] = "your_selection"
	prodText[lang][prod][2][1] = prodText[lang][0][4][1]
prodText[lang][prod][3][0] = "allButton";
	prodText[lang][prod][3][1] = prodText[lang][0][5][1];
prodText[lang][prod][4][0] = "HolzRahmen";
	prodText[lang][prod][4][1] = "Rahmen";	
prodText[lang][prod][5][0] = "description"  // intro
    prodText[lang][prod][5][1] = 'Details';	
prodText[lang][prod][6][0] = "clocktyp"  // intro
    prodText[lang][prod][6][1] = 'Farbe Rahmen';			
prodText[lang][prod][7][0] = "TopMenueText"  // intro
    prodText[lang][prod][7][1] = 'Menü';	
	
prodText[lang][prod][6][0] = "usedBrowser"  // intro
    prodText[lang][prod][6][1] = 'Sie verwenden einen ';		
prodText[lang][prod][7][0] = "bVersion"  // intro
    prodText[lang][prod][7][1] = ' Browser der Version: ';		
prodText[lang][prod][8][0] = "standardFill"  // intro
    prodText[lang][prod][8][1] = '.  Dieser erfüllt den Standard nach HTML ';		
prodText[lang][prod][9][0] = "browserInfo1"  // intro
    prodText[lang][prod][9][1] = "Ihr Browser ist leider nicht HTML 5 konform und unterstützt wesentliche Darstellungmöglichkeiten zur Bilddarstellung nicht. ";	
prodText[lang][prod][10][0] = "hint"  // intro
    prodText[lang][prod][10][1] = 'Ihr Browser ist nicht aktuell und war bei Erstellung dieser Website schon veraltet!';		
prodText[lang][prod][11][0] = "hint2"  // intro
    prodText[lang][prod][11][1] = 'Ihr Browser ist soweit aktuell wie bei Erstellung dieser Website vorausgesetzt ! ';		
prodText[lang][prod][12][0] = "doubleGreen"  // intro
    prodText[lang][prod][12][1] = 'Falls nicht wenigstens eine Ampel Grün zeigt können wir leider nicht versprechen, dass die Seiten korrekt angezeigt werden. Am besten funktioniert es natürlich mit einem aktuellen und zeitgemäßen Browser = 2 x Grün';		
prodText[lang][prod][13][0] = "browserInfo2"  // intro
    prodText[lang][prod][13][1] = "Falls Sie die Gelegenheit nutzen möchten, hier finden Sie die kostenlosen aktuellen Browser Versionen zum Download."	
prodText[lang][prod][14][0] = "opportunity"  // intro
    prodText[lang][prod][14][1] = "Dies erfordert nur wenige Minuten ihrer Zeit und ermöglicht Ihnen in Zukunft ein wesentlich verbesserte Web - Effizienz"
prodText[lang][prod][15][0] = "ieProblem"  // intro
    prodText[lang][prod][15][1] = " nicht HTML 5 konform ! Gibt nur eine grüne Ampel !"
prodText[lang][prod][16][0] = "browserInfo3"  // intro
    prodText[lang][prod][16][1] = " Wir haben uns mit sehr viel Aufwand darum bemüht auch für diesen Browser die Animationen und Bildanzeigen zu ermöglichen. Dies erfordert jedoch einen wesentlich höheres Datenvolumen weil alle Bilder vom Server an diesen Browser übertragen werden müssen, anstatt  - wie mit standardkonformen Browsern möglich - die Bilder auf ihren Rechner direkt zu erzeugen.";	
	

//-------------------------------- end luce clock -----------------------------------------------------------------------------------------------------------------------
//------------------------------ start always the right -----------------------------------------------------------------------------------------------------------------
prod=4;
prodText[lang][prod][0][0] = "05untenText" 
	prodText[lang][prod][0][1]="Sie finden uns im Herzen von Hamburg, direkt gegenüber der Speicherstadt."
	prodText[lang][prod][0][3]="Rainbow Watch GmbH"	
prodText[lang][prod][1][0] = "05untenText2" 
	prodText[lang][prod][1][1]="aktuelles - rund um "
	prodText[lang][prod][1][3]="Rainbow Watch GmbH"	
prodText[lang][prod][2][0] = "05untenUnten0" 
	prodText[lang][prod][2][1]="zurück"
prodText[lang][prod][3][0] = "05untenUnten1" 
	prodText[lang][prod][3][1]="Impressum"
prodText[lang][prod][4][0] = "05untenUnten2" 
	prodText[lang][prod][4][1]="Aktuelles"
prodText[lang][prod][5][0] = "05untenUnten3" 
	prodText[lang][prod][5][1]="Internes"
prodText[lang][prod][6][0] = "05untenUnten4" 
	prodText[lang][prod][6][1]="downloads"
prodText[lang][prod][7][0] = "05untenUnten5" 
	prodText[lang][prod][7][1]="Uhr Konfigurator"
prodText[lang][prod][8][0] = "05TopRight"
	prodText[lang][prod][8][1]="Das neue Gesicht der Uhr"
	prodText[lang][prod][8][3]="bringt Farbe ins Leben"	
prodText[lang][prod][9][0] = "doc1"
	prodText[lang][prod][9][1]="Image Broschüre Englisch"	
prodText[lang][prod][10][0] = "doc2"
	prodText[lang][prod][10][1]="Presse Mitteilung"	
prodText[lang][prod][11][0] = "05TeJCK"
	prodText[lang][prod][11][3]="Rainbow Watch auf der JCK - Messe in Las Vegas 2008"	
prodText[lang][prod][12][0] = "05untenUnten6" 
	prodText[lang][prod][12][1]="Nutzungsbedingungen"	
prodText[lang][prod][13][0] = "description"  // intro
    prodText[lang][prod][13][1] = 'Details';	
prodText[lang][prod][14][0] = "clocktyp"  // intro
    prodText[lang][prod][14][1] = 'Farbe Rahmen';			
prodText[lang][prod][15][0] = "TopMenueText"  // intro
    prodText[lang][prod][15][1] = 'Menü';	
prodText[lang][prod][20][0] = "betrieb"  // intro
    prodText[lang][prod][20][1] = 'Niederlassung Troisdorf ';			
prodText[lang][prod][21][0] = "sitz"  // intro
    prodText[lang][prod][21][1] = 'Sitz: Hamburg, ';
    prodText[lang][prod][21][3] = 'Amtgericht Hamburg HRB 104448';		
prodText[lang][prod][16][0] = "GF"  // intro
    prodText[lang][prod][16][1] = 'Vertretungsberechtigte Geschäftsführer: ';	
prodText[lang][prod][17][0] = "tax"  // intro
    prodText[lang][prod][17][1] = 'Steuer-Nr.: 48 753 00992';
    prodText[lang][prod][17][3] = 'UST-ID.Nr : DE259003938 ';	
prodText[lang][prod][18][0] = "bank"  // intro
    prodText[lang][prod][18][1] = 'Bankverbindung:';	
prodText[lang][prod][19][0] = "haftung"  // intro
    prodText[lang][prod][19][1] = 'Haftungshinweis: ';	
    prodText[lang][prod][19][4] = 'Trotz sorgfältiger inhaltlicher Kontrolle ';		
    prodText[lang][prod][19][6] = 'übernehmen wir keine Haftung für die ';		
    prodText[lang][prod][19][8] = 'Inhalte externer Links. ';		
    prodText[lang][prod][19][10] = 'Für den Inhalt der verlinkten Seiten ';		
    prodText[lang][prod][19][12] = 'sind ausschließlich deren Betreiber ';		
    prodText[lang][prod][19][14] = 'verantwortlich.';		
prodText[lang][prod][22][0] = "05untenUnten7" 
	prodText[lang][prod][22][1]="Allgemeine Verkaufsbedingungen (english)"
prodText[lang][prod][23][0] = "doc3"
	prodText[lang][prod][23][1]="Image Brochüre deutsch"
prodText[lang][prod][24][0] = "movieLink"
	prodText[lang][prod][24][1]="Rainbow Armbanduhren-Display Film"		
prodText[lang][prod][25][0] = "certificate"
	prodText[lang][prod][25][1]="Rainbow Armbanduhrenzertifikat und Bedienungsanleitung deutsch / englisch"	
prodText[lang][prod][26][0] = "wristwatch"
	prodText[lang][prod][26][1]="Armbanduhren Dokumente"	

prodText[lang][prod][27][0] = "infoMat"
	prodText[lang][prod][27][1]="Informations Material"	
prodText[lang][prod][28][0] = "conditions"
	prodText[lang][prod][28][1]="Bedingungen"
prodText[lang][prod][29][0] = "contactForm"
	prodText[lang][prod][29][1]="Kontakt Formular"			

//------------------------------ end always the right -----------------------------------------------------------------------------------------------------------------
//------------------------------ Start Helpsite ---------------------------------------------------------------------------------------------------------------------
prod=5;
prodText[lang][prod][0][0] ="title06"
	prodText[lang][prod][0][1]="Rainbow watches - emotion of color - Hilfe"
prodText[lang][prod][1][0] ="06/Header"
	prodText[lang][prod][1][1]="Informationen und Unterstützung"
	prodText[lang][prod][1][3]="für die Rainbow - Webseiten Funktionen"
prodText[lang][prod][2][0] ="watchFaces"
	prodText[lang][prod][2][1]="Die Uhr - Displays"
prodText[lang][prod][3][0] = "choiceWatchFace"
	prodText[lang][prod][3][1]= "Wählen Sie bitte das Display durch einfaches darüberfahren mit dem Mauszeiger."
	prodText[lang][prod][3][3]= "Das reicht aus um das Uhr-Display für die Darstellung in der Website zu aktivieren, auch bei laufender Animation."
prodText[lang][prod][4][0] ="wristwatchType"
	prodText[lang][prod][4][1]="Armbanduhr Typen  / Uhren Rahmen Auswahl"

prodText[lang][prod][5][0] ="choiceWatchFrame"
	prodText[lang][prod][5][1]="Wählen Sie bitte den Uhr-Typ durch einfaches darüberfahren mit dem Mauszeiger."
	prodText[lang][prod][5][3]="Das reicht aus um die Darstellung zu aktivieren, auch bei laufender Animation."
prodText[lang][prod][6][0] ="animation"
	prodText[lang][prod][6][1]="Animation / Zeitraffer"
prodText[lang][prod][7][0] ="CycleText"
	prodText[lang][prod][7][1]="passiv: aktiv"	
prodText[lang][prod][8][0] ="aniText"
	prodText[lang][prod][8][1]= "aktiv: zeigt die Zeitraffer Darstellung der ausgewählten Kombination."	
	prodText[lang][prod][8][3]=	"aktiv: dann zeigen sich links neben dem Kreissymbol zwei kleine Funktionbuttons, die Sie für die Geschwindigkeitsanpassung verwenden können."
prodText[lang][prod][9][0] ="06TextPreload"
	prodText[lang][prod][9][1]= "Das Programm lädt im Hintergrund die für die Animation benötigen Bilder. Anfangs stehen diese noch nicht alle zur Verfügung, sodass sich erst ein Stunden-, Viertelstunden- und später ein Fünfminutenablauf einstellt. Schließlich wird in der Einzeldarstellung, wenn alle Bilder geladen sind, der komplette Ablauf der Uhr im Zeitraffer gezeigt."
prodText[lang][prod][10][0] ="currentTimeText"
	prodText[lang][prod][10][1]= "Aktuelle Zeit"
prodText[lang][prod][11][0] ="currentTime"
	prodText[lang][prod][11][1]= prodText[lang][prod][7][1];
prodText[lang][prod][12][0] ="currentTimeText2"
	prodText[lang][prod][12][1]= "aktiv: zeigt das Uhrerscheinungsbild bei der aktuellen Uhrzeit."	
prodText[lang][prod][13][0] ="colorTimeGame"
	prodText[lang][prod][13][1]= "Farb - Zeit - Spiel"
prodText[lang][prod][14][0] ="colorTimeGame1"
	prodText[lang][prod][14][1]="passiv : aktiv"
prodText[lang][prod][15][0] ="colorTimeGame2"		
	prodText[lang][prod][15][1] = prodText[lang][prod][13][1];
	prodText[lang][prod][15][3]="aktiv: zeigt das Uhrerscheinungsbild der durch den Mauszeiger eingestellten Uhr"
	prodText[lang][prod][15][5]="wie in der unten stehenden Darstellung beispielhaft gezeigt."	
prodText[lang][prod][16][0] = "TopMenueText"  // intro
    prodText[lang][prod][16][1] = 'Menü';		
		
	
//------------------------------End Helpsite ---------------------------------------------------------------------------------------------------------------------
// -------------------- Start Distributors site -----------------------------------------------------------------------------------------------------------------
prod=7;
prodText[lang][prod][0][0] = "distributor"  // intro
    prodText[lang][prod][0][1] = 'Vertriebspartner und Serviceadressen';	
prodText[lang][prod][1][0] = "back"  // intro
    prodText[lang][prod][1][1] = 'zurück';

//----------------------------- end distributors site ------------------------------------------------------------------------------	
// produktTitle[lang] = Array("Armbanduhren","PetriPlex","Bella","Luce","");
produktTitle[lang][1] = new Array ("PetriPlex","PurePlex");

typText[lang] = new Array ( "Die Erste, der Ursprung des emotion of color  - Conceptes",
                         "Die feine Variante, mit unendlichen Zwischentönen",
						 "Die puristische Variante, als bewegte additiven Farbmischung",
						 "Die Variante, die das Wesen der Zeit versinnbildlicht...  unendliche Spirale",
						 "Die subtraktive Farblehre findet ihre Darstellung",  //concept
						 "Die explosive, mit einem Feuerwerk der Farben",  //explospiral
                         "Die mystische Variante, mit leuchtenden Farben",  //tripod
						 "Die blumige Variante, mit natürlicher Vielfalt",  //flower
						 "Die grafisch klare Variante", //circle
						 "Die rätselhafte Variante mit doppeltem Farbspiel",  //innercircle
						 "bewegte additive Farbmischung mit besserer Lesbarkeit",
						 "Vertigo day",
						 "Vertigo night",
						 "flower, die blumige",
						 "tripod",
						 "give m´five",
						 "HongKong",
						 "Disc, die zeitgemässe",
						 "Yin Yang, die individuelle",
						 "Pentagram, das Glücksymbol",
						 "classic green",
						 "gamma blue",
						 "vertigo burgund",
						 "Star, die geometrische",
						 "pentakel, das Glücksymbol", 
						 "polar, die organische",
						 "Piero, die künstlerische",
						 "hour, die sachliche",
						 "dot number",
						 "dotn3_",
						 "h_",
						 "dot gamma",
						 "yinYang, die moduliert farbige",
						 "five night, die brilliante",
						 "galaxy, die grosse",
						 "system, in cmyk",
						 "opart",
						 "iris",
						 "system2",
						 "Marcel, die originale",
						 "Marcel II, die originale",						 
						 "Die Lichsäge, subtraktiv",						 
						 "Die Lichsäge, additiv",						 
						 "Die Lichtsäge, subtraktiv II",						 
						 
						 
						 
						 "zeigt nach Click eine neue Seite als Übersicht zu den Typ-Modellen");

						 
mainbutton[lang][0][3]="select your language";
mainbutton[lang][0][1]="info.htm";
mainbutton[lang][0][2]="language select";

mainbutton[lang][1][1]="01/seite2.htm";
mainbutton[lang][1][2]="die Startseite" ;
mainbutton[lang][1][3]="";

mainbutton[lang][2][1]="01/index2.htm" ;
mainbutton[lang][2][2]="Armbanduhren für unterwegs" ;
mainbutton[lang][2][3]="unterwegs";

mainbutton[lang][3][1]="02/index2.htm";
mainbutton[lang][3][2]="Schreibtischuhren" ;
mainbutton[lang][3][3]="am Arbeitsplatz";

mainbutton[lang][4][1]="03/index2.htm";
mainbutton[lang][4][2]="Lichtobjekte Bella";
mainbutton[lang][4][3]="zu Hause";

mainbutton[lang][5][1]="04/index2.htm";
mainbutton[lang][5][2]="Wandleuchtobjekte Luce";
mainbutton[lang][5][3]="bei Tag und Nacht";
	
mainbutton[lang][6][1]="firstpic.htm";
mainbutton[lang][6][2]="da sind wir";
mainbutton[lang][6][3]= "immer richtig";

mainbutton[lang][7][1]="06/index0.htm";
mainbutton[lang][7][2]="status='eine Hilfeseite";
mainbutton[lang][7][3]="Funktionen ?";

mainbutton[lang][8][1]="05/use_Conditions_de.htm"
mainbutton[lang][8][2]="Nutzungsbedingungen";
mainbutton[lang][8][3]="Nutzung";

mainbutton[lang][9][2]="Klick fürs Impressum";
mainbutton[lang][9][3]="Impressum";

mainbutton[lang][10][2]="Klick für Neuigkeiten rund um Rainbow";
mainbutton[lang][10][3]="News";

mainbutton[lang][11][2]="Klick um mehr über uns zu erfahren";
mainbutton[lang][11][3]="über uns";

mainbutton[lang][12][2]="Klick für Download - Seite ";
mainbutton[lang][12][3]="Download";

mainbutton[lang][13][2]="Klick für Vertriebs- und Serviceadressen";
mainbutton[lang][13][3]="Vertriebspartner";

mainbutton[lang][14][2]="Mit Klick zur Kontaktseite";
mainbutton[lang][14][3]="Kontakt";

mainbutton[lang][15][2]="Klick für mehr zur Technik";
mainbutton[lang][15][3]="Technologie";

mainbutton[lang][16][2]="Klick für mehr zum Künstler" ;
mainbutton[lang][16][3]="Künstler";

mainbutton[lang][17][2]="Stimmen und Meinungen über Rainbow";
mainbutton[lang][17][3]="Feedback";

mainbutton[lang][18][2]="Wählen Sie eine Sprache";
mainbutton[lang][18][3]="Sprache";

mainbutton[lang][19][2]="Mit Klick zu den Schreibtischuhren";
mainbutton[lang][19][3]="Schreibtischuhren";

mainbutton[lang][20][2]="Mit Klick zu den Leuchtuhren";
mainbutton[lang][20][3]="Leuchtuhren";

mainbutton[lang][21][2]="Mit Klick zu den Leuchtwandobjekte";
mainbutton[lang][21][3]="Leuchtwandobjekte";

mainbutton[lang][22][2]="Mit Klick zu den Uhren Displays";
mainbutton[lang][22][3]="Uhren Display";

mainbutton[lang][23][2]="Kollektions Menü";
mainbutton[lang][23][3]="Kollektion";

mainbutton[lang][24][2]="Menü Produkte";
mainbutton[lang][24][3]="Überblick";

mainbutton[lang][25][2]="Menü Armbanduhren";
mainbutton[lang][25][3]="Armbanduhren";

mainbutton[lang][26][2]="Menü Accessoirs";
mainbutton[lang][26][3]="Accessoirs";

mainbutton[lang][27][2]="Menü zu den sonstigen Seiten";
mainbutton[lang][27][3]="Rainbow intern";

mainbutton[lang][28][2]="weitere Punkte";
mainbutton[lang][28][3]="über Rainbow";

mainbutton[lang][29][2]="Hauptmenü";
mainbutton[lang][29][3]="Menü";

mainbutton[lang][30][2]="Rainbow Startseite";
mainbutton[lang][30][3]="Home";

mainbutton[lang][41][2]="Uhr-Gesichter";
mainbutton[lang][41][3]="Uhrgesichter";

mainbutton[lang][43][2]="Uhrmodelle";
mainbutton[lang][43][3]="Uhrgehäuse";

mainbutton[lang][64][2]="Uhr-Gesichter";
mainbutton[lang][64][3]="Uhrgesicht";

//_______________
controlButton[lang][0][1]="emotion of color - functions" // title function butons

controlButton[lang][1][1]="zurück zur Einzelansicht" //title back button
controlButton[lang][1][2]="status='zurück zur Einzelansich'; return true;" //onMouseOver back button

controlButton[lang][2][1]="schneller" //title faster  button
controlButton[lang][2][2]="status='schnellerer Zeitraffer '; return true;" //onMouseOver faster button

controlButton[lang][3][1]="langsamer" //title slower  button
controlButton[lang][3][2]="status='langsamerer Zeitraffer'; return true;" //onMouseOver slower button

controlButton[lang][4][1]="start/stopp Zeitraffer (Animation)" //title timelapse  button
controlButton[lang][4][2]="status='start/stop timelapse (animation)'; return true;"  //onMouseOver timelapse button

controlButton[lang][5][1]="Stellen Sie sich ihre Uhr selbst und schauen wie diese zu dieser Zeit aussieht:  Einstellen: rundherum Stunden, vom Zentrum weg Minuten" //title color-time-game  button
controlButton[lang][5][2]="status='Stellen Sie sich ihre Uhr selbst und schauen wie diese zu dieser Zeit aussieht:  Einstellen: rundherum Stunden, vom Zentrum weg Minuten'; return true;"   //onMouseOver color-time-game  button

controlButton[lang][6][1]="zeigt Ihnen was die Uhr geschlagen hat" //title actual time  button
controlButton[lang][6][2]="status='zeigt Ihnen was die Uhr geschlagen hat'; return true;"   //onMouseOver actual time  button

controlButton[lang][7][1]="zur normalen Übersicht" //title kleine Lupe  button
controlButton[lang][7][2]="status='go back to normal view'; return true;"   //onMouseOver kleine Lupe button
controlButton[lang][7][3]="alle2.htm"   //href  min Lupe button

controlButton[lang][8][1]="geht zur großen Einzeldarstellung" //title plus Lupe  button
controlButton[lang][8][2]="status='geht zur großen Einzeldarstellung'; return true;"   //onMouseOver plus Lupe button
controlButton[lang][8][3]="gross2.htm"   //href  plus Lupe button

controlButton[lang][9][1]="zurück zur normalen Einzelansicht" //title kleine Lupe  button
controlButton[lang][9][2]="status='zurück zur normalen Einzelansicht'; return true;"   //onMouseOver kleine Lupe button
controlButton[lang][9][3]="index2.htm"   //href  min Lupe button

controlButton[lang][10][1]="zur Übersicht in groß" //title plus Lupe  button
controlButton[lang][10][2]="status='zur Übersicht in groß'; return true;"   //onMouseOver plus Lupe button
controlButton[lang][10][3]="allegross2.htm"   //href  plus Lupe button

alleButton[lang]="alle Displaytypen - im Vergleich >> Bitte klicken"
//--------------------------------
//________________________________ italien lang = 3 _________________________________________________________________________________________________________
lang=3;
prod=0;
//---. wristwatches -----
prodText[lang][0][0][0] = "01TopLeft"  // on wrist 
	prodText[lang][0][0][1] = "motion of color - In forma di un orologio da polso, si può andare ovunque i loro preferiti. "
	prodText[lang][0][0][3] = "Ecco alcuni tipi di visualizzazione in cui l'estetica particolarmente attraente sfruttamento."
	
prodText[lang][0][1][0] = "01TopRight"
	prodText[lang][0][1][1] = "Alcuni tipi sono dotati di seconda mano, invece, abbiamo rinunciato ad esempio l'animazione e la descrizione tecnica della richiesta tipi può vedere."
	prodText[lang][0][1][4] = "Dopo aver selezionato un tipo è possibile utilizzare i simboli diverse animazioni. "
	prodText[lang][0][1][6] = "Il cerchio indica la fine, la freccia consente di impostare il tempo con il mouse e,"
	prodText[lang][0][1][8] = "la 'mano' consente di impostare il tempo con il mouse per vedere l'orologio affrontare in tempi diversi e"
	prodText[lang][0][1][10] = " infine, l'ora corrente."

prodText[lang][0][2][0] = "watchfacedesign"
	prodText[lang][0][2][1] = "L'orologio faccia"

prodText[lang][0][3][0] = "wristwatchtyp"
	prodText[lang][0][3][1] = "orologio da polso"

prodText[lang][0][4][0] = "your_selection"
	prodText[lang][0][4][1] = "la selezione"

prodText[lang][0][5][0] = "allButton"
	prodText[lang][0][5][1] = "   tutto   "
	
	
prodText[lang][prod][6][0] = "introTopLeft"  // intro
	prodText[lang][prod][6][1] = "il nuovo concetto di display"
	prodText[lang][prod][6][3] = "porta colore nella vita"	
prodText[lang][prod][7][0] = "introRight1"  // intro
	prodText[lang][prod][7][1] = " "
prodText[lang][prod][8][0] = "introRight2"  // intro
	prodText[lang][prod][8][1] = "motion of color - un innovativo modulo di visualizzazione del tempo a orologi analogici. Questa nuova forma estetica e il colore sono le parole"	
prodText[lang][prod][9][0] = "introRight3"  // intro
    //prodText[lang][prod][9][1] = '"Tempo bello"';
	prodText[lang][prod][9][1] = " un nuovo significato. Il concetto nella sua forma e il colore diversità è molto visivamente accattivanti disegni e modelli ed è ideale come base per le manifestazioni di orologi analogici."
	prodText[lang][prod][9][3] = "L'implementazione è molto flessibile. Si tratta di una moltitudine di variazioni nella domanda di colore estetica e in l'uso di diversi modelli - da Dainty orologi di grandi dimensioni a muro o stand oggetti."
prodText[lang][prod][10][0] = "tryintroRight"  // intro
    prodText[lang][prod][10][1] = 'stop intro e provare funzioni';
	
prodText[lang][prod][11][0] = "05untenUnten0" 
	prodText[lang][prod][11][1]="indietro"
prodText[lang][prod][12][0] = "05untenUnten1" 
	prodText[lang][prod][12][1]="colophon"
prodText[lang][prod][12][0] = "05untenUnten2" 
	prodText[lang][prod][12][1]="News"
prodText[lang][prod][14][0] = "05untenUnten3" 
	prodText[lang][prod][14][1]="chi siamo"
prodText[lang][prod][15][0] = "05untenUnten4" 
	prodText[lang][prod][15][1]="Scaricare"
prodText[lang][prod][16][0] = "05untenUnten5" 
	prodText[lang][prod][16][1]="Orologio-Configuratore"
prodText[lang][prod][17][0] = "05untenUnten6" 
	prodText[lang][prod][17][1]="Condizioni-utilizzo"
prodText[lang][prod][18][0] = "introRight2a"  // intro
    prodText[lang][prod][18][1] = '"Tempo bello"';
//---- end wristwatches ------ below Desk watches
prod = 1;
prodText[lang][prod][0][0] = "li1" // on wrist 
	prodText[lang][prod][0][1] = "Innovativo, chiaro, la maggior parte esteticamente gradevoli design in costante evoluzione con effetto colore "
prodText[lang][prod][1][0] = "li2"	
	prodText[lang][prod][1][1] = "altezza formato 150 x larghezza 120 mm x profondità 50 millimetri"
prodText[lang][prod][2][0] = "li3"	
	prodText[lang][prod][2][1] = "Movimento al quarzo di precisione "	
prodText[lang][prod][3][0] = "li4"	
	prodText[lang][prod][3][1] = "Cast e lucidato vetro acrilico"	
prodText[lang][prod][4][0] = "li5"	
	prodText[lang][prod][4][1] = "Petri Plex a copertura dei dischi di alta qualità colore Duran vetro scatola di Petri "
prodText[lang][prod][5][0] = "li6"	
	prodText[lang][prod][5][1] = "alcuni modelli hanno una seconda parte, alcuni non"	
prodText[lang][prod][6][0] = "li7"	
	prodText[lang][prod][6][1] = "Movimento batteria (tipo AA) con una durata di circa 1 anno"
	
prodText[lang][prod][7][0] = "clockfacedesign"
	prodText[lang][prod][7][1] = prodText[lang][0][2][1]
prodText[lang][prod][8][0] = "your_selection"
	prodText[lang][prod][8][1] = prodText[lang][0][4][1]
prodText[lang][prod][9][0] = "allButton";
	prodText[lang][prod][9][1] = prodText[lang][0][5][1];
//---- end desktop watches ---
prod=2;
prodText[lang][prod][0][0] = "03right" 
	prodText[lang][prod][0][1]="La retroilluminazione del quadrante è fatto con efficienza energetica LED (diodi emettitori di luce) e luminoso film, dietro la transparentenZifferblatt, il puntatore dischi e la passa sono appropriati."
	prodText[lang][prod][0][4]="La precisione al quarzo orologio è alimentato a batteria. Lato del telaio sono un interruttore"	
	prodText[lang][prod][0][6]="e un jack."		
	prodText[lang][prod][0][8]="La Bella orologi con l'alimentazione elettrica e batteria (circa 750g di peso)."		
	prodText[lang][prod][0][12]='Dimensioni: 32 x 27 x 5 cm, Passepartout 25 x 20 cm'		
	prodText[lang][prod][0][16]="telaio in 2 colori"
	prodText[lang][prod][0][23]="La retroilluminato può appendere orologi, ma anche sulle tavole, scaffali, ecc possono essere immessi. Ogni giorno e notte, sono una vista Fang, che è sempre diverso." 	
prodText[lang][prod][1][0] = "clockfacedesign"
	prodText[lang][prod][1][1] = prodText[lang][0][2][1]
prodText[lang][prod][2][0] = "your_selection"
	prodText[lang][prod][2][1] = prodText[lang][0][4][1]
prodText[lang][prod][3][0] = "allButton";
	prodText[lang][prod][3][1] = prodText[lang][0][5][1];
prodText[lang][prod][4][0] = "HolzRahmen";
	prodText[lang][prod][4][1] = "Cornice";	
	

//---- end bella clock -----start luce clock ----------------------------------------------------
prod=3;
prodText[lang][prod][0][0] = "04right" 
	prodText[lang][prod][0][1]="Il più grande modello di cui il nostro programma è l'oggetto muro Luce."
	prodText[lang][prod][0][4]="La cosa particolare è un indiretto retroilluminazione del display."	
	prodText[lang][prod][0][7]="Ovunque queste Uhre è posto sarà attirare l'attenzione."		
	prodText[lang][prod][0][10]="La retroilluminazione è effettuata da un risparmio energetico"		
	prodText[lang][prod][0][12]='Catodo freddo luce tubi in combinazione con un film di luce, dietro il trasparente display è opportuno.'		
	prodText[lang][prod][0][15]="A la parte posteriore è un pulsante switch, da una leggera pressione contro la parte inferiore del telaio le luci on o off."
	prodText[lang][prod][0][18]="in 4 versioni:" 
	prodText[lang][prod][0][27]='Telaio misura 40 x 30 cm'
	prodText[lang][prod][0][29]='Dimensioni esterne 43 x 33 x 5 cm'
prodText[lang][prod][1][0] = "clockfacedesign"
	prodText[lang][prod][1][1] = prodText[lang][0][2][1]
prodText[lang][prod][2][0] = "your_selection"
	prodText[lang][prod][2][1] = prodText[lang][0][4][1]
prodText[lang][prod][3][0] = "allButton";
	prodText[lang][prod][3][1] = prodText[lang][0][5][1];
prodText[lang][prod][4][0] = "HolzRahmen";
	prodText[lang][prod][4][1] = prodText[lang][2][4][1];	


//-------------------------------- end luce clock -----------------------------------------------------------------------------------------------------------------------
//------------------------------ start always the right -----------------------------------------------------------------------------------------------------------------
prod=4;
prodText[lang][prod][0][0] = "05untenText" 
	prodText[lang][prod][0][1]="Ci troverete nel cuore di Amburgo, di fronte al 'Speicherstadt'."
	prodText[lang][prod][0][3]="Rainbow Watch GmbH"	
prodText[lang][prod][1][0] = "05untenText2" 
	prodText[lang][prod][1][1]="eventi - connessi a"
	prodText[lang][prod][1][3]="Rainbow Watch GmbH"	
prodText[lang][prod][2][0] = "05untenUnten0" 
	prodText[lang][prod][2][1]="indietro"
prodText[lang][prod][3][0] = "05untenUnten1" 
	prodText[lang][prod][3][1]="colophon"
prodText[lang][prod][4][0] = "05untenUnten2" 
	prodText[lang][prod][4][1]="News"
prodText[lang][prod][5][0] = "05untenUnten3" 
	prodText[lang][prod][5][1]="chi siamo"
prodText[lang][prod][6][0] = "05untenUnten4" 
	prodText[lang][prod][6][1]="Scaricare"
prodText[lang][prod][7][0] = "05TopRight"
	prodText[lang][prod][7][1]="Il nuovo concetto di display"
	prodText[lang][prod][7][3]="porta colore nella vita"
prodText[lang][prod][8][0] = "doc1"
	prodText[lang][prod][8][1]="Immagine opuscolo in lingua inglese"	
prodText[lang][prod][9][0] = "doc2"
	prodText[lang][prod][9][1]="Comunicato stampa inglese"	
prodText[lang][prod][10][0] = "05TeJCK"
	prodText[lang][prod][10][2]="Rainbow Watch al JCK di Las Vegas - MAGGIO 30 - GIUGNO 3, 2008"	
prodText[lang][prod][12][0] = "05untenUnten6" 
	prodText[lang][prod][12][1]="conditions of use"	
//------------------------------ end always the right -----------------------------------------------------------------------------------------------------------------
//------------------------------ Start Helpsite ---------------------------------------------------------------------------------------------------------------------
prod=5;
prodText[lang][prod][0][0] ="title06"
	prodText[lang][prod][0][1]="Rainbow watches - emotion of color - Aiuto sito"
prodText[lang][prod][1][0] ="06/Header"
	prodText[lang][prod][1][1]="Fatti e assistenza per l'utilizzo del"
	prodText[lang][prod][1][3]="Rainbow - Sito web funzioni"
prodText[lang][prod][2][0] ="watchFaces"
	prodText[lang][prod][2][1]="orologio volto design"
prodText[lang][prod][3][0] ="choiceWatchFace"
	prodText[lang][prod][3][1]="Per rendere la vostra scelta: semplicemente spostare il puntatore del mouse in cima ai vostri preferiti."
	prodText[lang][prod][3][3]="Questo selezionerà l'orologio per la visualizzazione di fronte nel sito web e funziona bene anche nel corso di un time-lapse film o altri eventi."
prodText[lang][prod][4][0] ="wristwatchType"
	prodText[lang][prod][4][1]="typ orologio da polso / orologio cornice di progettazione"
prodText[lang][prod][5][0] ="choiceWatchFrame"
	prodText[lang][prod][5][1]= prodText[lang][prod][3][1];
	prodText[lang][prod][5][3]=	prodText[lang][prod][3][3];
prodText[lang][prod][6][0] ="animation"
	prodText[lang][prod][6][1]="animazione / time-lapse"
prodText[lang][prod][7][0] ="CycleText"
	prodText[lang][prod][7][1]="passiva: attivo"	
prodText[lang][prod][8][0] ="aniText"
	prodText[lang][prod][8][1]= "attivo: mostra un lasso di tempo di animazione selezionato il viso e guardare la combinazione."	
	prodText[lang][prod][8][3]=	"attivo: a sinistra la velocità dei pulsanti saranno visualizzati, per il controllo della speedof time-lapse"
prodText[lang][prod][9][0] ="06TextPreload"
	prodText[lang][prod][9][1]= "Il programma carichi in background per la rappresentazione animata necessari immagini. Inizialmente questi non sono tutti disponibili. È per questo che si vede nel primo trimestre animazioni procedura solo ora, poi, 5 minuti - passaggi. Nel singolo orologio / orologio vista, dopo tutte le immagini di guardia di fronte sono caricati, l'intero filmato, con tutte le immagini e senza problemi in time-lapse è visibile."	
prodText[lang][prod][10][0] ="currentTimeText"
	prodText[lang][prod][10][1]= "ora corrente"	
prodText[lang][prod][11][0] ="currentTime"
	prodText[lang][prod][11][1]= prodText[lang][prod][7][1]	;
prodText[lang][prod][12][0] ="currentTimeText2"
	prodText[lang][prod][12][1]= "attivo: visualizza l'orologio aspetto attuale a tempo"	
prodText[lang][prod][13][0] ="colorTimeGame"
	prodText[lang][prod][13][1]= "Colore - Tempo - Gioco"
prodText[lang][prod][14][0] ="colorTimeGame1"
	prodText[lang][prod][14][1]= prodText[lang][prod][7][1];
prodText[lang][prod][15][0] ="colorTimeGame2"		
	prodText[lang][prod][15][1]=prodText[lang][prod][13][1];
	prodText[lang][prod][15][3]="attivo: il colore tempo immagine scelta - mostra la guardia di fronte a tempo selezionato"
	prodText[lang][prod][15][5]="controllata da puntatore del mouse, come il campione di seguito:"	
//------------------------------End Helpsite ---------------------------------------------------------------------------------------------------------------------



// produktTitle[lang] = Array("orologio da polso","PetriPlex","Bella","Luce","");
							 
produktTitle[lang][1] = new Array ("PetriPlex","PurePlex");

typText[lang] = new Array ( "il pugno, di root l'emozione di colore concetto",
                         "l'ammenda, con numero illimitato di sfumature di colore",
						 "la variante purista, lo spostamento di colore additivo miscela",
						 "la variante, con essenza di tempo ... non finisce mai di spirale",
						 "Sottrattiva la teoria dei colori trova la sua rappresentazione",  //concept
						 "L'esplosivo, con un fuoco d'artificio di colori",  //explospiral
                         "Il sapore mistico, con colori vivaci",  //tripod
						 "Il sapore floreale, con diversità naturale",  //flower
						 "Graficamente chiara la Variante", //circle
						 "L'enigmatico versione con doppio gioco dei colori",  //innercircle
						 "movimento additivo di miscelazione del colore con una migliore leggibilità", 
						 "Vertigo day",
						 "Vertigo night",
						 "flower, Fiore decked",
						 "tripod",
						 "give m´five",
						 "HongKong",
						 "Disco, il contemporaneo",
						 "Yin Yang, i singoli",
						 "Pentagram, il simbolo di fortuna",
						 "classic green",
						 "gamma blue",
						 "vertigo burgundo",
						 "Star, la geometricamente",
						 "pentakel, il simbolo di fortuna", 
						 "polar, la organicamente",
						 "Piero, la artisticamente",
						 "hour, il fatto",
						 "dot number",
						 "dotn3_",
						 "h_",
						 "dot gamma",
						 "yinYang, il colore modulata",
						 "five night, il brillante",
						 "galaxy,il grande",
						 "system, con sistema CMYK",
						 "opart",
						 "iris",
						 "system2",
						 "Marcel, the artistically",
						 "Marcel II, the artistically",						 
						 "Lightsaw subtractiv",						 
						 "The Lightsaw",						 
						 "The Lightsaw subtractiv II",						 
						 
						 
						 "Clicca per vedere una nuova pagina panoramica dei modelli tipo");

				 
mainbutton[lang][0][3]="selezionare la lingua";
mainbutton[lang][0][1]="info.htm";
mainbutton[lang][0][2]="selezionare la lingua";


mainbutton[lang][1][1]="01/seite.htm";
mainbutton[lang][1][2]="back home";
mainbutton[lang][1][3]="";


mainbutton[lang][2][1]="01/index2.htm" ;
mainbutton[lang][2][2]="Orologio da polso per andare" ;
mainbutton[lang][2][3]="per andare";

mainbutton[lang][3][1]="02/index2.htm";
mainbutton[lang][3][2]="Orologio scrivania" ;
mainbutton[lang][3][3]="sul luogo di lavoro";

mainbutton[lang][4][1]="03/index2.htm";
mainbutton[lang][4][2]="Bella luce oggetto";
mainbutton[lang][4][3]="a casa";

mainbutton[lang][5][1]="04/index2.htm";
mainbutton[lang][5][2]="Wall luce oggetto 'Luce'";
mainbutton[lang][5][3]="di giorno e di notte";

mainbutton[lang][6][1]="firstPic.htm";
mainbutton[lang][6][2]="descrizione dei prodotti";
mainbutton[lang][6][3]="sempre il diritto";

mainbutton[lang][7][1]="06/index0.htm";
mainbutton[lang][7][2]="un aiuto sito";
mainbutton[lang][7][3]="?";

//_______________
controlButton[lang][0][1]="emotion of color - Funzioni" // title function butons

controlButton[lang][1][1]="tornare a guardare la sola vista" //title back button
controlButton[lang][1][2]="status='tornare a guardare la sola vista'; return true;" //onMouseOver back button

controlButton[lang][2][1]="Più veloce " //title faster  button
controlButton[lang][2][2]="status='Timelapse più veloce'; return true;" //onMouseOver faster button

controlButton[lang][3][1]="più lento" //title slower  button
controlButton[lang][3][2]="status='più lento Timelapse'; return true;" //onMouseOver slower button

controlButton[lang][4][1]="start / stop Timelapse (animazione)" //title timelapse  button
controlButton[lang][4][2]="status='start / stop Timelapse (animazione)'; return true;"  //onMouseOver timelapse button

controlButton[lang][5][1]="guardare impostare l'ora di vedere le diverse facce>> impostazione: tutte le ore del giorno: ora, lontano dal centro: minuti" //title color-time-game  button
controlButton[lang][5][2]="status='guardare impostare l'ora di vedere le diverse facce>> impostazione: tutte le ore del giorno: ora, lontano dal centro: minuti'; return true;"   //onMouseOver color-time-game  button

controlButton[lang][6][1]="mostra ciò che ha battuto l'orologio" //title actual time  button
controlButton[lang][6][2]="status='mostra ciò che ha battuto l'orologio'; return true;"   //onMouseOver actual time  button

controlButton[lang][7][1]="Ritorna al fine" //title kleine Lupe  button
controlButton[lang][7][2]="status='Ritorna al fine'; return true;"   //onMouseOver kleine Lupe button
controlButton[lang][7][3]="alle2.htm"   //href  min Lupe button

controlButton[lang][8][1]="Andare alla più grande vista" //title plus Lupe  button
controlButton[lang][8][2]="status='Andare alla più grande vista'; return true;"   //onMouseOver plus Lupe button
controlButton[lang][8][3]="gross2.htm"   //href  plus Lupe button

controlButton[lang][9][1]="Ritorna al fine" //title kleine Lupe  button
controlButton[lang][9][2]="status='Ritorna al fine'; return true;"   //onMouseOver kleine Lupe button
controlButton[lang][9][3]="index2.htm"   //href  min Lupe button

controlButton[lang][10][1]="Andare alla più grande vista" //title plus Lupe  button
controlButton[lang][10][2]="status='Andare alla più grande vista'; return true;"   //onMouseOver plus Lupe button
controlButton[lang][10][3]="allegross2.htm"   //href  plus Lupe button

alleButton[lang]="tutti i tipi di visualizzazione - rispetto>> Per favore, fai clic su"
//--------------------------------									 
//________________________________ chinese lang = 4 _________________**********************________________________________________________________________________________________
lang=4;
prod=0;
//---. wristwatches -----
prodText[lang][prod][0][0] = "01TopLeft"  // on wrist 
	prodText[lang][prod][0][1] = "motion of color - \u4F5C\u70BA\u5728\u4E00\u500B\u624B\u9336\uFF0C\u60A8\u53EF\u4EE5\u63A1\u53D6\u60A8\u6700\u559C\u611B\u7684\u8207\u4F60\u4EFB\u4F55\u6642\u9593\u3002"
	prodText[lang][prod][0][3] = "\u5728\u9019\u88E1\uFF0C\u67D0\u4E9B\u985E\u578B\u7684\u89C0\u8CDE\u9762\u81E8\u54EA\u4E9B\u5BE9\u7F8E\u7279\u5225\u6709\u5438\u5F15\u529B\u3002"
prodText[lang][prod][1][0] = "01TopRight"
	prodText[lang][prod][1][1] = "\u67D0\u4E9B\u985E\u578B\u7684\u4F9B\u61C9\u79D2\u7684\u96D9\u624B\u002D\u5176\u4ED6\u4E0D\uFF0C\u6B63\u5982\u4F60\u53EF\u4EE5\u770B\u5230\uFF0C\u5728\u52D5\u756B\u548C\u6280\u8853\u8AAA\u660E\u60A8\u7684\u8ACB\u6C42\u985E\u578B\u3002"
	prodText[lang][prod][1][4] = "\u6B63\u5982\u4F60\u6240\u9078\u5B9A\u7684\u4E00\u985E\u9762\u8A2D\u8A08\u548C\u52D5\u756B\u5716\u7247\uFF0C\u60A8\u53EF\u4EE5\u4F7F\u7528\u7B26\u865F\u6309\u9215\u70BA\u4E0D\u540C\u7684\u52D5\u756B\u3002"
	prodText[lang][prod][1][6] = "\u9EDE\u64CA\u0027\u5708\u0027\u8868\u660E\uFF0C\u4E00\u90E8\u96FB\u5F71\u7684\u5FEB\u901F\u524D\u5F80\u89C0\u8CDE\uFF0C"
	prodText[lang][prod][1][8] = "\u0027\u624B\u0027\u8B93\u60A8\u8A2D\u5B9A\u7684\u6642\u9593\u8207\u9F20\u6A19\uFF0C\u770B\u770B\u624B\u9336\uFF0C\u9762\u5C0D\u5728\u4E0D\u540C\u7684\u6642\u9593\u548C"
	prodText[lang][prod][1][10] = "\u6700\u5F8C\u002D\u8207\u5C0F\u89C0\u8CDE\u6309\u9215\u002D\u60A8\u6703\u770B\u5230\u7576\u524D\u6642\u9593\u3002"
prodText[lang][prod][2][0] = "watchfacedesign"
	prodText[lang][prod][2][1] = "\u89C0\u8CDE\u9762\u8A2D\u8A08"
prodText[lang][prod][3][0] = "wristwatchtyp"
	prodText[lang][prod][3][1] = "\u624B\u9336\u5178\u578B"
prodText[lang][prod][4][0] = "your_selection"
	prodText[lang][prod][4][1] = "\u60A8\u7684\u9078\u64C7"
prodText[lang][prod][5][0] = "allButton"
	prodText[lang][prod][5][1] = '   \u5168\u90E8   '
	
prodText[lang][prod][6][0] = "introTopLeft"  // intro
	prodText[lang][prod][6][1] = "\u65B0\u7684\u986F\u793A\u6982\u5FF5"
	prodText[lang][prod][6][3] = "\u5E36\u4F86\u4E86\u5F69\u8272\u7684\u4EBA\u751F"	
prodText[lang][prod][7][0] = "introRight1"  // intro
	prodText[lang][prod][7][1] = " "
prodText[lang][prod][8][0] = "introRight2"  // intro
	prodText[lang][prod][8][1] = "motion of colors \u0020\u9019\u662F\u4E00\u500B\u7D55\u5C0D\u7684\u5275\u65B0\u548C\u65B0\u7684\u98A8\u683C\u548C\u5F62\u5F0F\u7684\u53EF\u8996\u5316\u6642\u9593\u5C0D\u985E\u4F3C\u7684\u6642\u9593\u6210\u788E\u7247\u3002\u65B0\u8A2D\u8A08\u7684\u5BE6\u65BD\u5177\u6709\u7F8E\u89C0\u7CBE\u7DFB\u7684\u5916\u5F62\u984F\u8272\u501F\u7D66\u4E00\u6E05\u65B0\u65B0\u7684\u610F\u7FA9\u7684\u8868\u9054\u0020"		
prodText[lang][prod][9][0] = "introRight3"  // intro
    //prodText[lang][prod][9][1] = '“\u5C3C\u65AF\u6642\u9593”';
	prodText[lang][prod][9][1] = "\u7684\u6982\u5FF5\uFF0C\u5728\u5176\u5F62\u5F0F\u548C\u984F\u8272\u7684\u591A\u6A23\u6027\u662F\u975E\u5E38\u6709\u5438\u5F15\u529B\u7684\u8996\u89BA\u8A2D\u8A08\uFF0C\u662F\u7406\u60F3\u7684\u57FA\u790E\uFF0C\u986F\u793A\u6A21\u64EC\u624B\u9336\u3002\u57F7\u884C\u662F\u975E\u5E38\u9748\u6D3B\u7684\u3002"
	prodText[lang][prod][9][3] = "\u9019\u662F\u4E00\u500B\u773E\u591A\u7684\u8B8A\u5316\u4E2D\u7684\u61C9\u7528\u7F8E\u5B78\u8272\u5F69\uFF0C\u4EE5\u53CA\u5728\u4F7F\u7528\u4E0D\u540C\u7684\u6A21\u578B\u002D\u5F9E\u8B1B\u7A76\u624B\u9336\u5230\u5927\u7246\u6216\u7ACB\u5834\u5C0D\u8C61\u3002"
prodText[lang][prod][10][0] = "tryintroRight"  // intro
    prodText[lang][prod][10][1] = '\u505C\u6B62\u4ECB\u7D39\uFF0C\u4E26\u5617\u8A66\u8077\u80FD';
	
prodText[lang][prod][18][0] = "introRight2a"  // intro
    prodText[lang][prod][18][1] = '“\u5C3C\u65AF\u6642\u9593”';	
	
//---- end wristwatches ------ below Desk watches
prod = 1;
prodText[lang][prod][0][0] = "li1" // on wrist 
	prodText[lang][prod][0][1] = "\u5275\u65B0\uFF0C\u6E05\u6670\uFF0C\u6700\u7F8E\u89C0\u7684\u8A2D\u8A08\u8207\u4E0D\u65B7\u8B8A\u5316\u7684\u8272\u5F69\u6548\u679C"
prodText[lang][prod][1][0] = "li2"	
	prodText[lang][prod][1][1] = "\u683C\u5F0F\uFF0C\u9AD8\u5EA6\u0031\u0035\u0030\u0020\u0078\u5BEC\u0031\u0032\u0030\u6BEB\u7C73\u00D7\u0020\u0035\u0030\u6BEB\u7C73\u7684\u6DF1\u5EA6"
prodText[lang][prod][2][0] = "li3"	
	prodText[lang][prod][2][1] = "\u7CBE\u5BC6\u77F3\u82F1\u6A5F\u82AF"	
prodText[lang][prod][3][0] = "li4"	
	prodText[lang][prod][3][1] = "\u9444\u9020\u548C\u62CB\u5149\u58D3\u514B\u529B\u73BB\u7483"	
prodText[lang][prod][4][0] = "li5"	
	prodText[lang][prod][4][1] = "\u7684\u0050\u0065\u0074\u0072\u0069\u53E2\u8986\u84CB\u5149\u789F\u88FD\u6210\u7684\u9AD8\u54C1\u8CEA\u5F69\u8272\u675C\u862D\u73BB\u7483\u57F9\u990A\u76BF"
prodText[lang][prod][5][0] = "li6"	
	prodText[lang][prod][5][1] = "\u6709\u4E9B\u578B\u865F\u6709\u4E00\u500B\u4E8C\u624B\u7684\uFF0C\u6709\u4E9B\u4E0D"		
prodText[lang][prod][6][0] = "li7"	
	prodText[lang][prod][6][1] = "\u96FB\u6C60\u904B\u52D5\uFF08\u6A5F\u7BA1\u5C40\u578B\uFF09\u8207\u6210\u719F\uFF0C\u5927\u7D04\u4E00\u5E74"
	
prodText[lang][prod][7][0] = "clockfacedesign"
	prodText[lang][prod][7][1] = "\u6642\u9418\u9762\u8A2D\u8A08"
prodText[lang][prod][8][0] = "your_selection"
	prodText[lang][prod][8][1] = prodText[lang][0][4][1]
prodText[lang][prod][9][0] = "allButton";
	prodText[lang][prod][9][1] = prodText[lang][0][5][1];
//---- end desktop watches --- start bella clock ---------------------------------------------------------
prod=2;
prodText[lang][prod][0][0] = "03right" 
	prodText[lang][prod][0][1]="\u8A72\u80CC\u5149\u64A5\u865F\u662F\u505A\u8207\u7BC0\u80FD\u7684\u004C\u0045\u0044\u0020\uFF08\u767C\u5149\u4E8C\u6975\u7BA1\uFF09\u548C\u591C\u5149\u96FB\u5F71\uFF0C\u80CC\u5F8C\u7684\u900F\u660E\u64A5\u865F\uFF0C\u6307\u91DD\u5149\u789F\u53CA\u0070\u0061\u0073\u0073\u0065\u0070\u0061\u0072\u0074\u006F\u0075\u0074\u0020\u3002"
	prodText[lang][prod][0][4]="\u0020\u7CBE\u5EA6\u7684\u77F3\u82F1\u9418\u662F\u96FB\u6C60\u4F9B\u96FB\u3002\u5728\u4E00\u908A\u7684\u6846\u67B6\u662F\u4E00\u500B\u63A8\u52D5\u6309\u9215\u958B\u95DC\u002F\u95DC\u9589\u0020"	
	prodText[lang][prod][0][6]="\u548C\u5091\u514B\u70BA\u5835\u585E\u7684\u96FB\u529B\u4F9B\u61C9\u3002"		
	prodText[lang][prod][0][8]="\u8A72\u8C9D\u62C9\u6642\u9418\u9644\u5E36\u7684\u96FB\u529B\u4F9B\u61C9\u548C\u96FB\u6C60\uFF08\u91CD\u7D04\u4E03\u767E\u4E94\u5341\u25CB\u514B\uFF09\u0020\u3002"		
	prodText[lang][prod][0][12]='\u5916\u90E8\u5C3A\u5BF8\uFF1A\u0020\u0031\u0032\u002E\u0036\u0020\u201C\u0020\u00D7\u0020\u0031\u0030\u002E\u0036\u0020\u201D\u0020\u00D7\u0020\u0032\u0020\u201C\u0020\uFF0C\u0020\u000D\u000A\u000D\u000A\u000D\u000A\u0070\u0061\u0073\u0073\u0065\u0070\u0061\u0072\u0074\u006F\u0075\u0074\u0020\u002F\u8F15\u578B\u6846\u67B6\u0031\u0030\u0020\u201D\u0020\u00D7\u0020\u0038\u0020\u201C'		
	prodText[lang][prod][0][16]="\u5728\u0032\u5E40\u7684\u984F\u8272"
	prodText[lang][prod][0][23]="\u8A72\u80CC\u5149\u6642\u9418\u53EF\u4EE5\u5751\uFF0C\u4F46\u4E5F\u5C0D\u8B70\u6703\uFF0C\u8CA8\u67B6\u7B49\u4E5F\u53EF\u4EE5\u653E\u5728\u3002\u6BCF\u4E00\u5929\u4E00\u591C\uFF0C\u4ED6\u5011\u662F\u773C\u775B\u6355\u624B\uFF0C\u9019\u662F\u4EFB\u4F55\u6642\u5019\u90FD\u4E0D\u540C\u3002" 	
prodText[lang][prod][1][0] = "clockfacedesign"
	prodText[lang][prod][1][1] = prodText[lang][0][2][1]
prodText[lang][prod][2][0] = "your_selection"
	prodText[lang][prod][2][1] = prodText[lang][0][4][1]
prodText[lang][prod][3][0] = "allButton";
	prodText[lang][prod][3][1] = prodText[lang][0][5][1];
prodText[lang][prod][4][0] = "HolzRahmen";
	prodText[lang][prod][4][1] = "\u6846\u67B6";	

//---- end bella clock -----start luce clock ----------------------------------------------------
prod=3;
prodText[lang][prod][0][0] = "04right" 
	prodText[lang][prod][0][1]="\u6700\u5927\u7684\u6A21\u578B\u5728\u6211\u5011\u7684\u8A08\u5283\u662F\u5728\u7246\u4E0A\u002D\u8F15\u002D\u5C0D\u8C61\u76E7\u65AF\u3002"
	prodText[lang][prod][0][4]="\u7279\u5225\u662F\u9593\u63A5\u80CC\u5149\u986F\u793A\u3002"	
	prodText[lang][prod][0][7]="\u800C\u9019\u500B\u6642\u9418\u662F\u653E\u7F6E\uFF0C\u5B83\u6703\u5438\u5F15\u6CE8\u610F\u3002"		
	prodText[lang][prod][0][10]="\u8A72\u80CC\u5149\uFF0C\u5BE6\u73FE\u4E86\u7BC0\u80FD\u578B\u51B7\u9670\u6975\u7BA1"		
	prodText[lang][prod][0][12]='\u8F15\u7BA1\u76F8\u7D50\u5408\uFF0C\u8207\u4E00\u8F1B\u8F15\u578B\u96FB\u5F71\uFF0C\u80CC\u5F8C\u7684\u900F\u660E\u986F\u793A\u3002'		
	prodText[lang][prod][0][15]="\u5728\u8ECA\u5C3E\u90E8\u5206\uFF0C\u662F\u4E00\u500B\u6309\u9375\u958B\u95DC\uFF0C\u7531\u8F15\u5FAE\u7684\u58D3\u529B\uFF0C\u5C0D\u5E95\u90E8\u7684\u5916\u6846\u67B6\u958B\u95DC\u71C8\u002F\u95DC\u9589\u3002"
	prodText[lang][prod][0][18]="\u5728\u0034\u7248\u672C\uFF1A" 
	prodText[lang][prod][0][27]='\u5E40\u5927\u5C0F\u8FD1\u4F3C\u0031\u0036\u0020\u201C\u0020\u00D7\u0020\u0031\u0032\u0020\u201D'
	prodText[lang][prod][0][29]='\u5916\u5F62\u5C3A\u5BF8\u0031\u0037\u0020\u201C\u0020\u00D7\u0020\u0031\u0033\u0020\u201D\u0020\u00D7\u0020\u0032\u0020\u201C\u0020\uFF1A'


prodText[lang][prod][1][0] = "clockfacedesign"
	prodText[lang][prod][1][1] = prodText[lang][1][7][1]
prodText[lang][prod][2][0] = "your_selection"
	prodText[lang][prod][2][1] = prodText[lang][0][4][1]
prodText[lang][prod][3][0] = "allButton";
	prodText[lang][prod][3][1] = prodText[lang][0][5][1];
prodText[lang][prod][4][0] = "HolzRahmen";
	prodText[lang][prod][4][1] = prodText[lang][2][4][1];	


//-------------------------------- end luce clock -----------------------------------------------------------------------------------------------------------------------
//------------------------------ start always the right -----------------------------------------------------------------------------------------------------------------
prod=4;
prodText[lang][prod][0][0] = "05untenText" 
	prodText[lang][prod][0][1]="\u4F60\u6703\u767C\u73FE\u5728\u6211\u5011\u7684\u5FC3\u81DF\uFF0C\u6F22\u5821\uFF0C\u5C0D\u9762\u5546\u5E97\u7684\u57CE\u5E02\u3002"
	prodText[lang][prod][0][3]="Rainbow Watch GmbH"	
prodText[lang][prod][1][0] = "05untenText2" 
	prodText[lang][prod][1][1]="\u8A18\u8005\u5728\u6709\u95DC"
	prodText[lang][prod][1][3]="Rainbow Watch GmbH"	
prodText[lang][prod][2][0] = "05untenUnten0" 
	prodText[lang][prod][2][1]="\u5F8C\u9762"
prodText[lang][prod][3][0] = "05untenUnten1" 
	prodText[lang][prod][3][1]="\u51FA\u7248\u793E"
prodText[lang][prod][4][0] = "05untenUnten2" 
	prodText[lang][prod][4][1]="\u65B0\u805E"
prodText[lang][prod][5][0] = "05untenUnten3" 
	prodText[lang][prod][5][1]="\u95DC\u65BC\u6211\u5011"
prodText[lang][prod][6][0] = "05untenUnten4" 
	prodText[lang][prod][6][1]="\u4E0B\u8F09"
prodText[lang][prod][7][0] = "05untenUnten5" 
	prodText[lang][prod][7][1]="watch configurator"
prodText[lang][prod][8][0] = "05TopRight"
	prodText[lang][prod][8][1]="\u65B0\u7684\u986F\u793A\u6982\u5FF5"
	prodText[lang][prod][8][3]="\u5E36\u4F86\u4E86\u5F69\u8272\u7684\u4EBA\u751F"
prodText[lang][prod][9][0] = "doc1"
	prodText[lang][prod][9][1]="\u5F62\u8C61\u624B\u518A\u82F1\u8A9E"	
prodText[lang][prod][10][0] = "doc2"
	prodText[lang][prod][10][1]="\u65B0\u805E\u767C\u5E03\u82F1\u8A9E"	
prodText[lang][prod][11][0] = "05TeJCK"
	prodText[lang][prod][11][2]="\u5F69\u8679\u89C0\u8CDE\u5728\u006A\u0063\u006B\u62C9\u65AF\u7DAD\u52A0\u65AF\u002D\u0035\u6708\u0033\u0020\u0030\u65E5\u002D\u0020\u0032\u0030\u0020\u0030\u0038\u5E74\u0036\u6708\u0033\u65E5"	
prodText[lang][prod][12][0] = "05untenUnten6" 
	prodText[lang][prod][12][1]="conditions of use"	
//------------------------------ end always the right -----------------------------------------------------------------------------------------------------------------
//------------------------------ Start Helpsite ---------------------------------------------------------------------------------------------------------------------
prod=5;
prodText[lang][prod][0][0] ="title06"
	prodText[lang][prod][0][1]="\u5F69\u8679\u624B\u9336\u002D\u60C5\u611F\u8272\u5F69\u002D\u5E6B\u52A9"
prodText[lang][prod][1][0] ="06/Header"
	prodText[lang][prod][1][1]="\u0020\u4E8B\u5BE6\u548C\u63F4\u52A9\uFF0C\u4F7F\u7528\u8A72\u0020"
	prodText[lang][prod][1][3]="\u5F69\u8679\u002D\u7DB2\u7AD9\u529F\u80FD"
prodText[lang][prod][2][0] ="watchFaces"
	prodText[lang][prod][2][1]="\u89C0\u8CDE\u002F\u6642\u9418\u9762\u8A2D\u8A08"
prodText[lang][prod][3][0] ="choiceWatchFace"
	prodText[lang][prod][3][1]="\u4EE5\u60A8\u7684\u9078\u64C7\u0020\u003D\u003D\u003E\u0020\u53EA\u662F\u79FB\u52D5\u9F20\u6A19\u6307\u91DD\u518D\u52A0\u4E0A\u60A8\u6700\u559C\u611B\u7684\u3002"
	prodText[lang][prod][3][3]="\u9019\u5C07\u9078\u64C7\u89C0\u8CDE\u9762\u5C0D\u5C55\u793A\u5728\u7DB2\u7AD9\u4E0A\u4E5F\u904B\u4F5C\u826F\u597D\uFF0C\u5728\u4E00\u500B\u6642\u9593\u9593\u9694\u77ED\u7247\u6216\u5176\u4ED6\u6D3B\u52D5\u3002"
prodText[lang][prod][4][0] ="wristwatchType"
	prodText[lang][prod][4][1]="\u624B\u9336\u5178\u578B\u002F\u6642\u9418\u6846\u67B6\u8A2D\u8A08"
prodText[lang][prod][5][0] ="choiceWatchFrame" 
	prodText[lang][prod][5][1]="\u8B93\u60A8\u7684\u9078\u64C7\u0020\u003D\u003D\u003E\u0020\u53EA\u662F\u79FB\u52D5\u9F20\u6A19\u6307\u91DD\u518D\u52A0\u4E0A\u60A8\u6700\u559C\u611B\u7684\u3002"
	prodText[lang][prod][5][3]=	prodText[lang][prod][3][3];
prodText[lang][prod][6][0] ="animation"
	prodText[lang][prod][6][1]="\u52D5\u756B\u002F\u6642\u9593\u63A8\u79FB"
prodText[lang][prod][7][0] ="CycleText"
	prodText[lang][prod][7][1]="\u672A\u9078\u4E2D\uFF1A\u9078\u5B9A"	
prodText[lang][prod][8][0] ="aniText"
	prodText[lang][prod][8][1]= "\u9078\u5B9A\uFF1A\u986F\u793A\u6642\u9593\u63A8\u79FB\u52D5\u756B\u9078\u5B9A\u9762\u5C0D\u548C\u89C0\u8CDE\u7684\u7D44\u5408\u3002"	
	prodText[lang][prod][8][3]=	"\u9078\u5B9A\u7684\uFF1A\u5728\u5DE6\u5074\u7684\u901F\u5EA6\u6309\u9215\u5C31\u6703\u51FA\u73FE\uFF0C\u4EE5\u63A7\u5236\u0073\u0070\u0065\u0065\u0064\u006F\u0066\u6642\u9593\u63A8\u79FB"
prodText[lang][prod][9][0] ="06TextPreload"
	prodText[lang][prod][9][1]= "\u8A72\u8A08\u5283\u8CA0\u8377\uFF0C\u5728\u80CC\u666F\u52D5\u756B\u7684\u4EE3\u8868\u6027\u6240\u9700\u8981\u7684\u5716\u7247\u3002\u6700\u521D\uFF0C\u9019\u4E9B\u90FD\u4E0D\u662F\u6240\u6709\u53EF\u7528\u7684\u3002\u9019\u5C31\u662F\u70BA\u4EC0\u9EBC\u4F60\u770B\u5230\u5728\u52D5\u756B\u7B2C\u4E00\u5B63\u5C0F\u6642\u7684\u6B65\u9A5F\uFF0C\u53EA\u662F\uFF0C\u7136\u5F8C\u0035\u5206\u9418\u002D\u6B65\u9A5F\u3002\u5728\u55AE\u4E00\u7684\u89C0\u8CDE\u002F\u6642\u9418\u7684\u770B\u6CD5\uFF0C\u7562\u7ADF\u5F71\u50CF\u89C0\u8CDE\u6240\u9762\u5C0D\u7684\u52A0\u8F09\uFF0C\u5B8C\u6574\u96FB\u5F71\uFF0C\u6240\u6709\u5716\u7247\u548C\u9806\u5229\u7684\u6642\u79FB\u53EF\u898B\u3002"	
prodText[lang][prod][10][0] ="currentTimeText"
	prodText[lang][prod][10][1]= "\u7576\u524D\u6642\u9593"	
prodText[lang][prod][11][0] ="currentTime"
	prodText[lang][prod][11][1]= prodText[lang][prod][7][1]	;
prodText[lang][prod][12][0] ="currentTimeText2"
	prodText[lang][prod][12][1]= "\u9078\u5B9A\uFF1A\u986F\u793A\u89C0\u8CDE\u5916\u89C0\uFF0C\u5728\u7576\u524D\u6642\u9593"	
prodText[lang][prod][13][0] ="colorTimeGame"
	prodText[lang][prod][13][1]= "\u984F\u8272\u002D\u6642\u9593\u002D\u904A\u6232"
prodText[lang][prod][14][0] ="colorTimeGame1"
	prodText[lang][prod][14][1]=prodText[lang][prod][7][1];
prodText[lang][prod][15][0] ="colorTimeGame2"		
	prodText[lang][prod][15][1]=prodText[lang][prod][13][1];
	prodText[lang][prod][15][3]="\u9078\u5B9A\u7684\uFF1A\u5B83\u7684\u984F\u8272\uFF0C\u6642\u9593\uFF0C\u5716\u7247\u7684\u9078\u64C7\u002D\u986F\u793A\u89C0\u8CDE\u9762\u5C0D\u5728\u9078\u5B9A\u7684\u6642\u9593"
	prodText[lang][prod][15][5]="\u63A7\u5236\u9F20\u6A19\u6307\u91DD\u4E00\u6A23\uFF0C\u6A23\u672C\u5982\u4E0B\uFF1A"	
//------------------------------End Helpsite ---------------------------------------------------------------------------------------------------------------------
	
//produktTitle[lang] = Array("wristwatch","PetriPlex","Bella","Luce","");

produktTitle[lang][1] = new Array ("PetriPlex","PurePlex");


typText[lang] = new Array ( "\u7B2C\u4E00\uFF0C\u6839\u7684\u60C5\u611F\u8272\u5F69\u7684\u6982\u5FF5",
                         "\u7F70\u6B3E\uFF0C\u8207\u7121\u9650\u7684\u8272\u5F69\u984F\u8272",
						 "\u8A72\u7D14\u7CB9\u8B8A\uFF0C\u79FB\u52D5\u6DFB\u52A0\u5291\u984F\u8272\u6DF7\u5408",
						 "\u0020\u8B8A\uFF0C\u672C\u8CEA\u4E0A\u7684\u6642\u9593\u002E\u002E\u002E\u6C38\u7121\u4F11\u6B62\u7684\u87BA\u65CB\u0020",
						 "\u79FB\u52D5\u6DFB\u52A0\u5291\u984F\u8272\u6DF7\u5408\u8207\u66F4\u597D\u7684\u53EF\u8B80\u6027",
						 "\u7729\u6688\u5929",
						 "\u7729\u6688\u7684\u591C\u665A",
						 "\u7D66\u6211\u0035",
						 "\u9999\u6E2F",
						 "\u7D93\u5178\u7DA0\u8272",
						 "\u4F3D\u746A\u85CD",
						 "\u7729\u6688\u52C3\u826E\u7B2C",
						 "\u0035\u65E5\u665A\uFF0C\u8F1D\u714C",
						 "\u9280\u6CB3\uFF0C\u5049\u5927\u7684",
						 
						 
						 "\u6309\u4E00\u4E0B\u986F\u793A\u4E86\u65B0\u7684\u4E00\u9801\u6982\u8FF0\u4E86\u8A72\u985E\u578B\u6A21\u578B");

				 
mainbutton[lang][0][3]= "select your language"; // title
mainbutton[lang][0][1]="info.htm"; // href
mainbutton[lang][0][2]="language select"; //status 


mainbutton[lang][1][1]="seite2_cn.htm";
mainbutton[lang][1][2]="back home" ;
mainbutton[lang][1][3]="";


mainbutton[lang][2][1]="01/index2.htm" ;
mainbutton[lang][2][2]="\u624B\u9336\u70BA\u6B63\u5728\u9032\u884C" ;
mainbutton[lang][2][3]="\u6B63\u5728\u9032\u884C";

mainbutton[lang][3][1]="02/index2.htm";
mainbutton[lang][3][2]="\u53F0\u6642\u9418" ;
mainbutton[lang][3][3]="\u5728\u5DE5\u4F5C\u4E2D";

mainbutton[lang][4][1]="03/index2.htm";
mainbutton[lang][4][2]="\u8F15\u5C0D\u8C61\u8C9D\u62C9";
mainbutton[lang][4][3]="\u5728\u5BB6\u88E1";

mainbutton[lang][5][1]="04/index2.htm";
mainbutton[lang][5][2]="\u7246\u8F15\u5C0D\u8C61\u76E7\u65AF";
mainbutton[lang][5][3]="\u901A\u904E\u4E00\u5929\u4E00\u591C";

mainbutton[lang][6][1]="firstPic.htm";
mainbutton[lang][6][2]="\u7522\u54C1\u6982\u8FF0\u002D\u7121\u6CD5\u8A2A\u554F\uFF0C\u4F46";
mainbutton[lang][6][3]="\u6C38\u9060\u7684\u6B0A\u5229";

mainbutton[lang][7][1]="06/index0.htm";
mainbutton[lang][7][2]="\u5E6B\u52A9\u002D\u7121\u6CD5\u8A2A\u554F\uFF0C\u4F46";
mainbutton[lang][7][3]="?";
//_______________
controlButton[lang][0][1]="\u60C5\u611F\u002F\u8B70\u6848\u7684\u984F\u8272\u002D\u8077\u80FD" // title function butons

controlButton[lang][1][1]="\u56DE\u53BB\u55AE\u4E00\u89C0\u8CDE\u7684\u770B\u6CD5" //title back button
controlButton[lang][1][2]="status='go back to single watch view'; return true;" //onMouseOver back button

controlButton[lang][2][1]="\u66F4\u5FEB" //title faster  button
controlButton[lang][2][2]="status='faster timelapse'; return true;" //onMouseOver faster button

controlButton[lang][3][1]="\u6162" //title slower  button
controlButton[lang][3][2]="status='slower timelapse'; return true;" //onMouseOver slower button

controlButton[lang][4][1]="\u958B\u59CB\u505C\u6B62\u7684\u6642\u9593\u9593\u9694\uFF08\u52D5\u756B\uFF09" //title timelapse  button
controlButton[lang][4][2]="status='start/stop timelapse (animation)'; return true;"  //onMouseOver timelapse button

controlButton[lang][5][1]="\u8A2D\u7F6E\u89C0\u8CDE\u7684\u6642\u9593\u770B\u5230\u4E0D\u540C\u7684\u9762\u5B54\u003E\u0020\u003E\u8A2D\u7F6E\uFF1A\u570D\u7E5E\u6642\u9418\uFF1A\u5C0F\u6642\uFF0C\u9060\u96E2\u4E2D\u5FC3\uFF1A\u5206\u9418" //title color-time-game  button
controlButton[lang][5][2]="status='set the watch time to see the differnt faces>> setting: around the clock: hours, away from center: minutes'; return true;"   //onMouseOver color-time-game  button

controlButton[lang][6][1]="\u986F\u793A\u60A8\u6709\u4EC0\u9EBC\u6BC6\u6253\u0032\u0034\u5C0F\u6642" //title actual time  button
controlButton[lang][6][2]="status='shows you the display at current time'; return true;"   //onMouseOver actual time  button

controlButton[lang][7][1]="\u56DE\u5230\u6B63\u5E38\u7684\u770B\u6CD5" //title kleine Lupe  button
controlButton[lang][7][2]="status='go back to normal view'; return true;"   //onMouseOver kleine Lupe button
controlButton[lang][7][3]="alle2.htm"   //href  min Lupe button

controlButton[lang][8][1]="\u53BB\u653E\u5927\u6AA2\u8996" //title plus Lupe  button
controlButton[lang][8][2]="status='go to larger view'; return true;"   //onMouseOver plus Lupe button
controlButton[lang][8][3]="gross2.htm"   //href  plus Lupe button

controlButton[lang][9][1]="\u56DE\u5230\u6B63\u5E38\u7684\u770B\u6CD5" //title kleine Lupe  button
controlButton[lang][9][2]="status='go back to normal view'; return true;"   //onMouseOver kleine Lupe button
controlButton[lang][9][3]="index2.htm"   //href  min Lupe button

controlButton[lang][10][1]="\u53BB\u653E\u5927\u6AA2\u8996" //title plus Lupe  button
controlButton[lang][10][2]="status='go to larger view'; return true;"   //onMouseOver plus Lupe button
controlButton[lang][10][3]="allegross2.htm"   //href  plus Lupe button


alleButton[lang]="\u9762\u5C0D\u6240\u6709\u7684\u8A2D\u8A08\u002D\u6BD4\u8F03\u003E\u0020\u003E\u8ACB\u9EDE\u64CA"

//--------------------------------
//________________________________ japanese lang=5 _________________________________________________________________________________________________________
lang=5;
prod=0;
//---. wristwatches -----
prodText[lang][prod][0][0] = "01TopLeft"  // on wrist 
	prodText[lang][prod][0][1] = "motion of color - \u8155\u6642\u8A08\u306E\u3088\u3046\u306B\u3001\u304A\u597D\u307F\u306B\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u53D6\u308B\u3092\u4EFB\u610F\u306E\u6642\u9593\u3067\u3059\u3002"
	prodText[lang][prod][0][3] = "\u3053\u3053\u3067\u3044\u304F\u3064\u304B\u306E\u7A2E\u985E\u306E\u6642\u8A08\u306E\u9854\u306E\u7F8E\u7684\u7279\u306B\u9B45\u529B\u7684\u3067\u3059\u3002"
prodText[lang][prod][1][0] = "01TopRight"
	prodText[lang][prod][1][1] = "\u3044\u304F\u3064\u304B\u306E\u7A2E\u985E\u304C\u4ED8\u5C5E\u306E\u0032\u756A\u76EE\u306E\u624B\u002D\u305D\u306E\u4ED6\u306E\u306F\u3001\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3\u3068\u3067\u308F\u304B\u308B\u3088\u3046\u306B\u3001\u304A\u5BA2\u69D8\u306E\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u30BF\u30A4\u30D7\u306E\u6280\u8853\u306E\u8AAC\u660E\u3092\u3057\u307E\u3059\u3002"
	prodText[lang][prod][1][4] = "\u3068\u3057\u3066\u306E\u30BF\u30A4\u30D7\u3092\u9078\u629E\u3057\u305F\u5834\u5408\u306F\u3001\u9854\u306E\u30C7\u30B6\u30A4\u30F3\u3068\u3057\u3066\u3044\u308B\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3\u753B\u50CF\u306F\u3001\u30DC\u30BF\u30F3\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u5225\u306E\u30A2\u30CB\u30E1\u30FC\u30B7\u30E7\u30F3\u306E\u30B7\u30F3\u30DC\u30EB\u3067\u3059\u3002"
	prodText[lang][prod][1][6] = "\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u3001\u0020\u0027\u30B5\u30FC\u30AF\u30EB\u0027\u3092\u793A\u3057\u3001\u6620\u753B\u306E\u9AD8\u901F\u884C\u304F\u89B3\u308B\u3001"
	prodText[lang][prod][1][8] = "\u0027\u624B\u0027\u3092\u4F7F\u7528\u3059\u308B\u3068\u6642\u9593\u3092\u8A2D\u5B9A\u3057\u3066\u6642\u8A08\u306B\u76F4\u9762\u3059\u308B\u3068\u3001\u30DE\u30A6\u30B9\u3092\u53C2\u7167\u3057\u3066\u3055\u307E\u3056\u307E\u306A\u6642\u9593\u3068"
	prodText[lang][prod][1][10] = "\u6700\u5F8C\u306B\u002D\u3068\u3001\u5C0F\u3055\u306A\u6642\u8A08\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u002D\u3042\u306A\u305F\u306F\u3001\u73FE\u5728\u306E\u6642\u523B\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002"
prodText[lang][prod][2][0] = "watchfacedesign"
	prodText[lang][prod][2][1] = "\u6642\u8A08\u306E\u9854\u306E\u30C7\u30B6\u30A4\u30F3"
prodText[lang][prod][3][0] = "wristwatchtyp"
	prodText[lang][prod][3][1] = "\u8155\u6642\u8A08\u306E\u4EE3\u8868\u5024"
prodText[lang][prod][4][0] = "your_selection"
	prodText[lang][prod][4][1] = "\u304A\u5BA2\u69D8\u304C\u9078\u629E\u3057\u305F"
prodText[lang][prod][5][0] = "allButton"
	prodText[lang][prod][5][1] = '\u3059\u3079\u3066\u306E'
	
	
prodText[lang][prod][6][0] = "introTopLeft"  // intro
	prodText[lang][prod][6][1] = "\u65B0\u3057\u3044\u30C7\u30A3\u30B9\u30D7\u30EC\u30A4\u306E\u30B3\u30F3\u30BB\u30D7\u30C8"
	prodText[lang][prod][6][3] = "\u4EBA\u751F\u306E\u8272\u3092\u3082\u305F\u3089\u3059"	
prodText[lang][prod][7][0] = "introRight1"  // intro
	prodText[lang][prod][7][1] = " "
prodText[lang][prod][8][0] = "introRight2"  // intro
	prodText[lang][prod][8][1] = "motion of colors \u3053\u308C\u306F\u9769\u65B0\u7684\u304B\u3064\u78BA\u5B9F\u306B\u65B0\u3057\u3044\u30B9\u30BF\u30A4\u30EB\u3068\u985E\u4F3C\u306E\u6642\u9593\u306B\u6642\u9593\u3092\u8996\u899A\u5316\u3059\u308B\u5F62\u5F0F\u306E\u4F5C\u54C1\u3067\u3059\u3002\u7F8E\u7684\u306A\u9B45\u529B\u3092\u5B9F\u88C5\u3001\u65B0\u3057\u3044\u30C7\u30B6\u30A4\u30F3\u306F\u8272\u306E\u8ABF\u548C\u3092\u723D\u5FEB\u306B\u65B0\u305F\u306A\u610F\u5473\u3092\u8868\u73FE"		
prodText[lang][prod][9][0] = "introRight3"  // intro
    //prodText[lang][prod][9][1] = '“\u30CB\u30FC\u30B9\u6642\u9593”';
	prodText[lang][prod][9][1] = "\u0020\u305D\u306E\u5F62\u3084\u8272\u306E\u6982\u5FF5\u3092\u8996\u899A\u7684\u591A\u69D8\u6027\u306F\u975E\u5E38\u306B\u9B45\u529B\u3068\u3057\u3066\u306F\u7406\u60F3\u7684\u306A\u57FA\u790E\u3092\u3001\u8A2D\u8A08\u3084\u30A2\u30CA\u30ED\u30B0\u6642\u8A08\u304C\u8868\u793A\u3055\u308C\u307E\u3059\u3002\u306E\u5B9F\u65BD\u306B\u306F\u975E\u5E38\u306B\u67D4\u8EDF\u6027\u304C\u3042\u308A\u307E\u3059\u3002\u0020"
	prodText[lang][prod][9][3] = "\u3053\u308C\u306F\u3001\u591A\u6570\u306E\u30D1\u30BF\u30FC\u30F3\u3092\u9078\u629E\u3057\u3001\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u306E\u8272\u306E\u7F8E\u5B66\u3060\u3051\u3067\u306A\u304F\u3001\u4F7F\u7528\u3059\u308B\u5225\u306E\u30E2\u30C7\u30EB\u002D\u304D\u3083\u3057\u3083\u306A\u6642\u8A08\u3092\u3088\u308A\u5927\u898F\u6A21\u306A\u58C1\u3084\u30B9\u30BF\u30F3\u30C9\u306E\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u3067\u3059\u3002"
prodText[lang][prod][10][0] = "tryintroRight"  // intro
    prodText[lang][prod][10][1] = '\u30AA\u30FC\u30D7\u30CB\u30F3\u30B0\u3057\u3066\u6A5F\u80FD\u3092\u505C\u6B62';
	
prodText[lang][prod][18][0] = "introRight2a"  // intro
    prodText[lang][prod][18][1] = '“\u30CB\u30FC\u30B9\u6642\u9593”';	

//---- end wristwatches ------ below Desk watches
prod = 1;
prodText[lang][prod][0][0] = "li1" // on wrist 
	prodText[lang][prod][0][1] = "\u9769\u65B0\u7684\u3067\u3001\u660E\u78BA\u306B\u3001\u307B\u3068\u3093\u3069\u306E\u82B8\u8853\u7684\u306B\u7F8E\u3057\u3044\u30C7\u30B6\u30A4\u30F3\u3067\u3001\u7D76\u3048\u305A\u5909\u5316\u3059\u308B\u8272\u52B9\u679C"
prodText[lang][prod][1][0] = "li2"	
	prodText[lang][prod][1][1] = "\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u9AD8\u3055\u0031\u0035\u0030\u0020\u00D7\u5E45\u4E00\u4E8C\u3007\u30DF\u30EA\u30E1\u30FC\u30C8\u30EB\u0078\u6DF1\u3055\u4E94\u5341\u30DF\u30EA\u30E1\u30FC\u30C8\u30EB"
prodText[lang][prod][2][0] = "li3"	
	prodText[lang][prod][2][1] = "\u9AD8\u7CBE\u5EA6\u306E\u30AF\u30A9\u30FC\u30C4\u30E0\u30FC\u30D6\u30E1\u30F3\u30C8"	
prodText[lang][prod][3][0] = "li4"	
	prodText[lang][prod][3][1] = "\u92F3\u7269\u3068\u30A2\u30AF\u30EA\u30EB\u30AC\u30E9\u30B9\u7814\u78E8"	
prodText[lang][prod][4][0] = "li5"	
	prodText[lang][prod][4][1] = "\u30DA\u30C8\u30EA\u30D7\u30EC\u30C3\u30AF\u30B9\u3068\u306E\u5831\u9053\u3092\u30C7\u30A3\u30B9\u30AF\u306B\u4F5C\u3089\u308C\u305F\u9AD8\u54C1\u8CEA\u306E\u30AB\u30E9\u30FC\u30C7\u30E5\u30E9\u30F3\u30AC\u30E9\u30B9\u306E\u30DA\u30C8\u30EA\u76BF"
prodText[lang][prod][5][0] = "li6"	
	prodText[lang][prod][5][1] = "\u3044\u304F\u3064\u304B\u306E\u30E2\u30C7\u30EB\u306F\u3001\u0020\u0032\u756A\u76EE\u306E\u624B\u306F\u3001\u3044\u304F\u3064\u304B\u306E\u7279\u5B9A"	
prodText[lang][prod][6][0] = "li7"	
	prodText[lang][prod][6][1] = "\u30D0\u30C3\u30C6\u30EA\u30FC\u306E\u904B\u52D5\uFF08\u5358\u0033\u578B\uFF09\u3068\u7D04\u0031\u5E74\u6E80\u671F"	
prodText[lang][prod][7][0] = "clockfacedesign"
	prodText[lang][prod][7][1] = "\u6642\u8A08\u306E\u6587\u5B57\u76E4\u306E\u30C7\u30B6\u30A4\u30F3"
prodText[lang][prod][8][0] = "your_selection"
	prodText[lang][prod][8][1] = prodText[lang][0][4][1]
prodText[lang][prod][9][0] = "allButton";
	prodText[lang][prod][9][1] = prodText[lang][0][5][1];
//---- end desktop watches --- start bella clock ---------------------------------------------------------
prod=2;
prodText[lang][prod][0][0] = "03right" 
	prodText[lang][prod][0][1]="\u30D0\u30C3\u30AF\u30E9\u30A4\u30C8\u306E\u30C0\u30A4\u30E4\u30EB\u304C\u5B8C\u4E86\u3059\u308B\u3068\u306E\u7701\u30A8\u30CD\u306E\u004C\u0045\u0044\u0020\uFF08\u767A\u5149\u30C0\u30A4\u30AA\u30FC\u30C9\uFF09\u3068\u5149\u30D5\u30A3\u30EB\u30E0\u306F\u3001\u900F\u660E\u6027\u306E\u80CC\u5F8C\u306B\u30C0\u30A4\u30E4\u30EB\u3001\u4E00\u518A\u306E\u30DD\u30A4\u30F3\u30BF\u3068\u30D1\u30B9\u30D1\u30EB\u30C8\u30A5\u30FC\u3067\u3059\u3002"
	prodText[lang][prod][0][4]="\u30AF\u30A9\u30FC\u30C4\u6642\u8A08\u306E\u7CBE\u5EA6\u306F\u3001\u30D0\u30C3\u30C6\u30EA\u99C6\u52D5\u3057\u307E\u3059\u3002\u5148\u5074\u306E\u30D5\u30EC\u30FC\u30E0\u3067\u306F\u3001\u30D7\u30C3\u30B7\u30E5\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u30B9\u30A4\u30C3\u30C1\u3092\u30AA\u30F3\u002F\u30AA\u30D5"	
	prodText[lang][prod][0][6]="\u3068\u30B8\u30E3\u30C3\u30AF\u306F\u3001\u96FB\u6E90\u30D7\u30E9\u30B0\u3092\u96FB\u6E90\u3067\u52D5\u4F5C\u3057\u307E\u3059\u3002"		
	prodText[lang][prod][0][8]="\u30D9\u30E9\u30AF\u30ED\u30C3\u30AF\u306B\u4ED8\u5C5E\u306E\u96FB\u6E90\u3068\u30D0\u30C3\u30C6\u30EA\u30FC\uFF08\u91CD\u3055\u7D04\u0037\u0035\u0030\u30B0\u30E9\u30E0\uFF09\u0020\u3002"		
	prodText[lang][prod][0][12]='\u5916\u5F62\u5BF8\u6CD5\uFF1A\u0020\u0031\u0032\u002E\u0036\u0020\u0022\u0020\u0078\u0020\u0031\u0030\u002E\u0036\u0020\u0022\u0020\u00D7\u0020\u0032\u0020\u0022\u0020\u3001\u30D1\u30B9\u30D1\u30EB\u30C8\u30A5\u30FC\u002F\u30E9\u30A4\u30C8\u30D5\u30EC\u30FC\u30E0\u0031\u0030\u0020\u0022\u0020\u00D7\u0020\u0038\u0020\u0022'		
	prodText[lang][prod][0][16]="\u306E\u0032\u30D5\u30EC\u30FC\u30E0\u306E\u8272"
	prodText[lang][prod][0][23]="\u30D0\u30C3\u30AF\u30E9\u30A4\u30C8\u4ED8\u304D\u306E\u6642\u8A08\u304C\u30CF\u30F3\u30B0\u30A2\u30C3\u30D7\u3059\u308B\u3060\u3051\u3067\u306A\u304F\u3001\u30DC\u30FC\u30C9\u3001\u68DA\u306A\u3069\u306B\u7F6E\u304B\u308C\u308B\u3053\u3068\u3067\u3059\u3002\u305D\u308C\u305E\u308C\u306E\u663C\u3068\u591C\u3001\u5F7C\u3089\u306F\u3001\u76EE\u306E\u6355\u624B\u3001\u3053\u308C\u306F\u3059\u3079\u3066\u306E\u56DE\u7570\u306A\u3063\u3066\u3044\u307E\u3059" 	
prodText[lang][prod][1][0] = "clockfacedesign"
	prodText[lang][prod][1][1] = prodText[lang][0][2][1]
prodText[lang][prod][2][0] = "your_selection"
	prodText[lang][prod][2][1] = prodText[lang][0][4][1]
prodText[lang][prod][3][0] = "allButton";
	prodText[lang][prod][3][1] = prodText[lang][0][5][1];
prodText[lang][prod][4][0] = "HolzRahmen";
	prodText[lang][prod][4][1] = "\u30D5\u30EC\u30FC\u30E0";	

//---- end bella clock -----start luce clock ----------------------------------------------------
prod=3;
prodText[lang][prod][0][0] = "04right" 
	prodText[lang][prod][0][1]="\u6700\u5927\u306E\u30E2\u30C7\u30EB\u3092\u3053\u306E\u30D7\u30ED\u30B0\u30E9\u30E0\u3067\u306F\u3001\u58C1\u002D\u5149\u002D\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u30EB\u30FC\u30C1\u30A7\u3067\u3059\u3002"
	prodText[lang][prod][0][4]="\u7279\u5225\u306A\u3053\u3068\u306F\u3001\u9593\u63A5\u7684\u3001\u30C7\u30A3\u30B9\u30D7\u30EC\u30A4\u306E\u30D0\u30C3\u30AF\u30E9\u30A4\u30C8\u3067\u3059\u3002"	
	prodText[lang][prod][0][7]="\u3069\u3053\u306B\u3053\u306E\u6642\u8A08\u304C\u7F6E\u304B\u308C\u3001\u305D\u308C\u306F\u6CE8\u76EE\u3067\u3059\u3002"		
	prodText[lang][prod][0][10]="\u30D0\u30C3\u30AF\u30E9\u30A4\u30C8\u306B\u3088\u308A\u5B9F\u73FE\u3055\u308C\u3001\u7701\u30A8\u30CD\u306E\u51B7\u9670\u6975"		
	prodText[lang][prod][0][12]='\u5149\u306E\u30C1\u30E5\u30FC\u30D6\u3068\u7D44\u307F\u5408\u308F\u305B\u3066\u5149\u30D5\u30A3\u30EB\u30E0\u306F\u3001\u900F\u660E\u6027\u306E\u80CC\u5F8C\u306B\u8868\u793A\u3055\u308C\u307E\u3059\u3002'		
	prodText[lang][prod][0][15]="\u80CC\u9762\u306B\u306F\u3001\u30D7\u30C3\u30B7\u30E5\u30DC\u30BF\u30F3\u5F0F\u30B9\u30A4\u30C3\u30C1\u306E\u90E8\u5206\u306F\u3001\u308F\u305A\u304B\u306A\u5727\u529B\u3092\u5F37\u3081\u308B\u306E\u4E0B\u306B\u3001\u5916\u5074\u306E\u30D5\u30EC\u30FC\u30E0\u30B9\u30A4\u30C3\u30C1\u306E\u30E9\u30A4\u30C8\u306E\u30AA\u30F3\u002F\u30AA\u30D5\u3057\u307E\u3059\u3002"
	prodText[lang][prod][0][18]="\u3067\u0034\u30D0\u30FC\u30B8\u30E7\u30F3\uFF1A" 
	prodText[lang][prod][0][27]='\u30D5\u30EC\u30FC\u30E0\u30B5\u30A4\u30BA\u304A\u3088\u305D\u0031\u0036\u0020\u0022\u0020\u00D7\u0020\u0031\u0032\u0020\u0022'
	prodText[lang][prod][0][29]='\u30A8\u30F3\u30C8\u30E9\u30F3\u30B9\u5916\u5F62\u5BF8\u6CD5\u0031\u0037\u0020\u0022\u0020\u0078\u0020\u0031\u0033\u306E\u0022\u0020\u00D7\u0020\u0032\u0020\u0022\u0020\uFF1A'


prodText[lang][prod][1][0] = "clockfacedesign"
	prodText[lang][prod][1][1] = prodText[lang][1][7][1]
prodText[lang][prod][2][0] = "your_selection"
	prodText[lang][prod][2][1] = prodText[lang][0][4][1]
prodText[lang][prod][3][0] = "allButton";
	prodText[lang][prod][3][1] = prodText[lang][0][5][1];
prodText[lang][prod][4][0] = "HolzRahmen";
	prodText[lang][prod][4][1] = "\u30D5\u30EC\u30FC\u30E0";	


//-------------------------------- end luce clock -----------------------------------------------------------------------------------------------------------------------
//------------------------------ start always the right -----------------------------------------------------------------------------------------------------------------
prod=4;
prodText[lang][prod][0][0] = "05untenText" 
	prodText[lang][prod][0][1]="You will find us in the heart of Hamburg, opposite the 'Speicherstadt'."
	prodText[lang][prod][0][3]="Rainbow Watch GmbH"	
prodText[lang][prod][1][0] = "05untenText2" 
	prodText[lang][prod][1][1]="events - related to"
	prodText[lang][prod][1][3]="Rainbow Watch GmbH"	
prodText[lang][prod][2][0] = "05untenUnten0" 
	prodText[lang][prod][2][1]="back"
prodText[lang][prod][3][0] = "05untenUnten1" 
	prodText[lang][prod][3][1]="imprint"
prodText[lang][prod][4][0] = "05untenUnten2" 
	prodText[lang][prod][4][1]="news"
prodText[lang][prod][5][0] = "05untenUnten3" 
	prodText[lang][prod][5][1]="  inside  "
prodText[lang][prod][6][0] = "05untenUnten4" 
	prodText[lang][prod][6][1]="downloads"
prodText[lang][prod][7][0] = "05untenUnten5" 
	prodText[lang][prod][7][1]="watch configurator"
prodText[lang][prod][8][0] = "05TopRight"
	prodText[lang][prod][8][1]="The new face of time"
	prodText[lang][prod][8][3]="adds color to your life!"
prodText[lang][prod][9][0] = "doc1"
	prodText[lang][prod][9][1]="Image Brochure"	
prodText[lang][prod][10][0] = "doc2"
	prodText[lang][prod][10][1]="Press Release"	
prodText[lang][prod][11][0] = "05TeJCK"
	prodText[lang][prod][11][2]="Rainbow Watch at JCK Las Vegas - MAY 30 - JUNE 3, 2008"	
prodText[lang][prod][12][0] = "05untenUnten6" 
	prodText[lang][prod][12][1]="conditions of use"	
//------------------------------ end always the right -----------------------------------------------------------------------------------------------------------------
	
//produktTitle[lang] = Array("\u8155\u6642\u8A08","PetriPlex","Bella","Luce","");

produktTitle[lang][1] = new Array ("PetriPlex","PurePlex");


typText[lang] = new Array ( "\u306E\u62F3\u3001\u6839\u672C\u7684\u306A\u611F\u60C5\u306E\u8272\u306E\u6982\u5FF5",
                         "\u306E\u7F70\u91D1\u3001\u7121\u5236\u9650\u306E\u500D\u97F3\u306E\u8272",
						 "\u305D\u306E\u4ED6\u306E\u7D14\u7C8B\u4E3B\u7FA9\u8005\u3001\u79FB\u52D5\u52A0\u6CD5\u6DF7\u8272",
						 "\u306E\u305D\u306E\u4ED6\u306E\u306F\u3001\u672C\u8CEA\u7684\u306A\u6642\u9593\u002E\u002E\u002E\u7D42\u308F\u308B\u3053\u3068\u306E\u306A\u3044\u30B9\u30D1\u30A4\u30E9\u30EB",
						 "\u8AAD\u307F\u3084\u3059\u3055\u3092\u5411\u4E0A\u79FB\u52D5\u52A0\u6CD5\u6DF7\u8272",
						 "\u76EE\u307E\u3044\u65E5",
						 "\u76EE\u307E\u3044\u90E8\u5C4B",
						 "\u3042\u306A\u305F\u306E\u624B",
						 "\u30DB\u30F3\u30B3\u30F3",
						 "\u30AF\u30E9\u30B7\u30C3\u30AF\u30B0\u30EA\u30FC\u30F3",
						 "\u30AC\u30F3\u30DE\u30D6\u30EB\u30FC",
						 "\u76EE\u307E\u3044\u30D6\u30EB\u30B4\u30FC\u30CB\u30E5",
						 "\u0035\u3064\u306E\u90E8\u5C4B\u3001\u30B6\u30D6\u30EA\u30EA\u30A2\u30F3\u30C8",
						 "\u9280\u6CB3\u306B\u3057\u3066\u81F3\u5927",
						 
						 
						 "\u65B0\u3057\u3044\u30DA\u30FC\u30B8\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u8868\u793A\u3059\u308B\u30BF\u30A4\u30D7\u306E\u30E2\u30C7\u30EB\u306E\u6982\u8981");

				 
mainbutton[lang][0][3]= "select your language";
mainbutton[lang][0][1]="info.htm";
mainbutton[lang][0][2]="language select";


mainbutton[lang][1][1]="seite2_jp.htm";
mainbutton[lang][1][2]="\u5BB6" ;
mainbutton[lang][1][3]="";


mainbutton[lang][2][1]="01/index2.htm" ;
mainbutton[lang][2][2]="\u8155\u6642\u8A08\u3092\u9032\u884C\u4E2D" ;
mainbutton[lang][2][3]="\u9032\u884C\u4E2D";

mainbutton[lang][3][1]="02/index2.htm";
mainbutton[lang][3][2]="\u30C7\u30B9\u30AF\u30AF\u30ED\u30C3\u30AF" ;
mainbutton[lang][3][3]="\u8077\u5834\u3067";

mainbutton[lang][4][1]="03/index2.htm";
mainbutton[lang][4][2]="\u5149\u306E\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u30D9\u30E9";
mainbutton[lang][4][3]="\u81EA\u5B85\u3067";

mainbutton[lang][5][1]="04/index2.htm";
mainbutton[lang][5][2]="\u58C1\u306B\u5149\u306E\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u30EB\u30FC\u30C1\u30A7";
mainbutton[lang][5][3]="\u663C\u3068\u591C";

mainbutton[lang][6][1]="firstPic.htm";
mainbutton[lang][6][2]="\u88FD\u54C1\u6982\u8981\u002D\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u306A\u3044\u3053\u3068\u306F\u307E\u3060\u3042\u308A\u307E\u305B\u3093";
mainbutton[lang][6][3]="\u3044\u3064\u3082\u306E\u53F3\u5074";

mainbutton[lang][7][1]="06/index0.htm";
mainbutton[lang][7][2]="\u30D8\u30EB\u30D7\u30B5\u30A4\u30C8\u002D\u306B\u30A2\u30AF\u30BB\u30B9\u3067\u304D\u306A\u3044\u3053\u3068\u306F\u307E\u3060\u3042\u308A\u307E\u305B\u3093";
mainbutton[lang][7][3]="\uFF1F";
//_______________
controlButton[lang][0][1]="emotion of color - \u6A5F\u80FD" // title function butons

controlButton[lang][1][1]="\u306B\u623B\u3063\u3066\u0031\u3064\u306E\u6642\u8A08\u3092\u898B\u308B" //title back button
controlButton[lang][1][2]="status='go back to single watch view'; return true;" //onMouseOver back button

controlButton[lang][2][1]="\u901F\u3044" //title faster  button
controlButton[lang][2][2]="status='faster timelapse'; return true;" //onMouseOver faster button

controlButton[lang][3][1]="\u9045\u3044" //title slower  button
controlButton[lang][3][2]="status='slower timelapse'; return true;" //onMouseOver slower button

controlButton[lang][4][1]="\u958B\u59CB\u002F\u505C\u6B62\u6642\u9593\u306E\u7D4C\u904E\uFF08\u30A2\u30CB\u30E1" //title timelapse  button
controlButton[lang][4][2]="status='start/stop timelapse (animation)'; return true;"  //onMouseOver timelapse button

controlButton[lang][5][1]="\u6642\u9593\u3092\u8A2D\u5B9A\u3057\u3066\u6642\u8A08\u3092\u53C2\u7167\u3057\u3066\u5225\u306E\u9854\u003E\u0020\u003E\u8A2D\u5B9A\uFF1A\u5468\u308A\u306E\u30AF\u30ED\u30C3\u30AF\uFF1A\u6642\u9593\u3092\u96E2\u308C\u30BB\u30F3\u30BF\u30FC\uFF1A\u5206" //title color-time-game  button
controlButton[lang][5][2]="status='set the watch time to see the differnt faces>> setting: around the clock: hours, away from center: minutes'; return true;"   //onMouseOver color-time-game  button

controlButton[lang][6][1]="\u3069\u306E\u3088\u3046\u306A\u6642\u8A08\u3092\u8868\u793A\u3059\u308B\u306B\u306F\u6BB4\u3089" //title actual time  button
controlButton[lang][6][2]="status='shows you the display at current time'; return true;"   //onMouseOver actual time  button

controlButton[lang][7][1]="\u901A\u5E38\u306E\u8868\u793A\u306B\u623B\u3063\u3066" //title kleine Lupe  button
controlButton[lang][7][2]="status='go back to normal view'; return true;"   //onMouseOver kleine Lupe button
controlButton[lang][7][3]="alle2.htm"   //href  min Lupe button

controlButton[lang][8][1]="\u5927\u304D\u306A\u5BFE\u8C61\u306B\u884C\u304F" //title plus Lupe  button
controlButton[lang][8][2]="status='go to larger view'; return true;"   //onMouseOver plus Lupe button
controlButton[lang][8][3]="gross2.htm"   //href  plus Lupe button

controlButton[lang][9][1]="\u901A\u5E38\u306E\u8868\u793A\u306B\u623B\u3063\u3066" //title kleine Lupe  button
controlButton[lang][9][2]="status='go back to normal view'; return true;"   //onMouseOver kleine Lupe button
controlButton[lang][9][3]="index2.htm"   //href  min Lupe button

controlButton[lang][10][1]="\u5927\u304D\u306A\u5BFE\u8C61\u306B\u884C\u304F" //title plus Lupe  button
controlButton[lang][10][2]="status='go to larger view'; return true;"   //onMouseOver plus Lupe button
controlButton[lang][10][3]="allegross2.htm"   //href  plus Lupe button


alleButton[lang]="all face designs - to compare >> please click"
//--------------------------------

//________________________________ espanol lang = 6 _________________________________________________________________________________________________________
lang=6;
prod=0;
//---. wristwatches -----
prodText[lang][prod][0][0] = "01TopLeft"  // on wrist 
	prodText[lang][prod][0][1] = "motion of color - como en un reloj de pulsera, puede tener su favorito con usted en cualquier momento."
	prodText[lang][prod][0][3] = "He aquí algunos tipos de rostros que ver particularmente atractivo estético."
prodText[lang][prod][1][0] = "01TopRight"
	prodText[lang][prod][1][1] = "Algunos tipos son ofrecidos con la segunda manos - otros no, como se puede ver en la animación y la descripción técnica de su solicitud tipo."
	prodText[lang][prod][1][4] = "Como usted ha seleccionado un tipo de diseño de la cara y la animación de imagen, puede utilizar los símbolos para los botones de diferentes animaciones."
	prodText[lang][prod][1][6] = "Un clic para el 'círculo' muestra una película rápida de ir de reloj,"
	prodText[lang][prod][1][8] = 'la "mano" le permite ajustar la hora con el ratón para ver el reloj se enfrentan a tiempos diferentes y'
	prodText[lang][prod][1][10] = "finalmente - con el pequeño botón reloj -, verá la hora actual."
prodText[lang][prod][2][0] = "watchfacedesign"
	prodText[lang][prod][2][1] = "mirar cara diseño"
prodText[lang][prod][3][0] = "wristwatchtyp"
	prodText[lang][prod][3][1] = "reloj de pulsera típ"
prodText[lang][prod][4][0] = "your_selection"
	prodText[lang][prod][4][1] = "la selección"
prodText[lang][prod][5][0] = "allButton"
	prodText[lang][prod][5][1] = 'todo'
	
	
prodText[lang][prod][6][0] = "introTopLeft"  // intro
	prodText[lang][prod][6][1] = "el nuevo concepto de visualización"
	prodText[lang][prod][6][3] = "aporta color a la vida"	
prodText[lang][prod][7][0] = "introRight1"  // intro
	prodText[lang][prod][7][1] = "El "
prodText[lang][prod][8][0] = "introRight2"  // intro
	prodText[lang][prod][8][1] = "motion of colors es un innovador y absolutamente nuevo estilo y la forma de visualización de tiempo en tiempo análogo piezas. El nuevo diseño de la aplicación estéticamente atractivos colores da un refrescante nuevo significado a la expresión"		
prodText[lang][prod][9][0] = "introRight3"  // intro
    //prodText[lang][prod][9][1] = '"agradable el tiempo"';
	prodText[lang][prod][9][1] = "El concepto en su forma y color de la diversidad es muy atractivo visualmente diseños y es ideal como base para la muestra de relojes analógicos. La aplicación es muy flexible. Se trata de una multitud de variaciones en la aplicación de color estética, así como en el uso de diferentes modelos - dainty de relojes de pared a grandes objetos o de pie."
	prodText[lang][prod][9][3] = " "
prodText[lang][prod][10][0] = "tryintroRight"  // intro
    prodText[lang][prod][10][1] = 'dejar de intentar intro y funciones';
	
prodText[lang][prod][11][0] = "05untenUnten0" 
	prodText[lang][prod][11][1]="espalda"
prodText[lang][prod][12][0] = "05untenUnten1" 
	prodText[lang][prod][12][1]="pie-de-imprenta"
prodText[lang][prod][13][0] = "05untenUnten2" 
	prodText[lang][prod][13][1]="noticias"
prodText[lang][prod][14][0] = "05untenUnten3" 
	prodText[lang][prod][14][1]="¿quiénes-somos?"
prodText[lang][prod][15][0] = "05untenUnten4" 
	prodText[lang][prod][15][1]="descargar"
prodText[lang][prod][16][0] = "05untenUnten5" 
	prodText[lang][prod][16][1]=""
prodText[lang][prod][17][0] = "05untenUnten6" 
	prodText[lang][prod][17][1]="conditions-of-use"	
	
prodText[lang][prod][18][0] = "introRight2a"  // intro
    prodText[lang][prod][18][1] = '"agradable el tiempo"';	
	
//---- end wristwatches ------ below Desk watches
prod = 1;
prodText[lang][prod][0][0] = "li1" // on wrist 
	prodText[lang][prod][0][1] = "Innovador, claro, más estéticamente agradable diseño con los constantes cambios de color efecto"
prodText[lang][prod][1][0] = "li2"	
	prodText[lang][prod][1][1] = "formato 150mm x altura 120mm de ancho x 50mm de profundidad"
prodText[lang][prod][2][0] = "li3"	
	prodText[lang][prod][2][1] = "Movimiento de cuarzo de precisión"	
prodText[lang][prod][3][0] = "li4"	
	prodText[lang][prod][3][1] = "Elenco y pulido de vidrio acryl"	
prodText[lang][prod][4][0] = "li5"	
	prodText[lang][prod][4][1] = "Petri Plex con cobertura de los discos de alta calidad de color de vidrio Duran placa de Petri"
prodText[lang][prod][5][0] = "li6"	
	prodText[lang][prod][5][1] = "Algunos modelos tienen una segunda manos, algunos no"	
prodText[lang][prod][6][0] = "li7"	
	prodText[lang][prod][6][1] = "Movimiento de baterías (tipo AA) con un vencimiento de aproximadamente 1 año"
	
prodText[lang][prod][7][0] = "clockfacedesign"
	prodText[lang][prod][7][1] = "reloj cara diseño"
prodText[lang][prod][8][0] = "your_selection"
	prodText[lang][prod][8][1] = prodText[lang][0][4][1]
prodText[lang][prod][9][0] = "allButton";
	prodText[lang][prod][9][1] = prodText[lang][0][5][1];
//---- end desktop watches --- start bella clock ---------------------------------------------------------
prod=2;
prodText[lang][prod][0][0] = "03right" 
	prodText[lang][prod][0][1]="La retroiluminación de la marcación se hace con el ahorro de energía LED (diodos emisores de luz) y la película luminosa, transparente detrás del dial, el puntero discos y Passepartout."
	prodText[lang][prod][0][4]="La precisión de reloj de cuarzo es batería. Al lado del cuadro es un botón pulsador para apagado / encendido"	
	prodText[lang][prod][0][6]="y un jack para el enchufe de la potencia de suministro."		
	prodText[lang][prod][0][8]="La bella reloj viene con fuente de alimentación y batería (con un peso alrededor de 750g)."		
	prodText[lang][prod][0][12]='dimensiones exteriores: 32cm x 27cm x 5cm, Passepartout / luz marcos 25cm x 20cm'		
	prodText[lang][prod][0][16]="en 2 colores marco"
	prodText[lang][prod][0][23]="El retroiluminada puede colgar los relojes, sino también en las juntas, estanterías, etc se pueden colocar. Cada día y de noche, son un eyecatcher, que es Alltimes diferentes." 	
prodText[lang][prod][1][0] = "clockfacedesign"
	prodText[lang][prod][1][1] = prodText[lang][0][2][1]
prodText[lang][prod][2][0] = "your_selection"
	prodText[lang][prod][2][1] = prodText[lang][0][4][1]
prodText[lang][prod][3][0] = "allButton";
	prodText[lang][prod][3][1] = prodText[lang][0][5][1];
prodText[lang][prod][4][0] = "HolzRahmen";
	prodText[lang][prod][4][1] = "marcos";	

//---- end bella clock -----start luce clock ----------------------------------------------------
prod=3;
prodText[lang][prod][0][0] = "04right" 
	prodText[lang][prod][0][1]="El modelo más grande de nuestro programa es la pared - la luz - objeto luce."
	prodText[lang][prod][0][4]="El especial es de forma indirecta la retroiluminación de la pantalla."	
	prodText[lang][prod][0][7]="Siempre que este reloj se encuentra, es llamar la atención."		
	prodText[lang][prod][0][10]="La luz de fondo realizado por un ahorro de energía cátodo frío"		
	prodText[lang][prod][0][12]='tubos de luz en combinación con una luz de cine, detrás de la pantalla transparente.'		
	prodText[lang][prod][0][15]="En la parte trasera es un botón interruptor, por una ligera presión contra la parte inferior del marco externo cambiar las luces de encendido / apagado."
	prodText[lang][prod][0][18]="en 4 versiones:" 
	prodText[lang][prod][0][27]='Frame tamaño de 40cm x 30cm'
	prodText[lang][prod][0][29]='Dimensiones exteriores de 43cm x 33cm x 5cm:'
prodText[lang][prod][1][0] = "clockfacedesign"
	prodText[lang][prod][1][1] = prodText[lang][1][7][1]
prodText[lang][prod][2][0] = "your_selection"
	prodText[lang][prod][2][1] = prodText[lang][0][4][1]
prodText[lang][prod][3][0] = "allButton";
	prodText[lang][prod][3][1] = prodText[lang][0][5][1];
prodText[lang][prod][4][0] = "HolzRahmen";
	prodText[lang][prod][4][1] = prodText[lang][2][4][1]
//-------------------------------- end luce clock -----------------------------------------------------------------------------------------------------------------------
//------------------------------ start always the right -----------------------------------------------------------------------------------------------------------------
prod=4;
prodText[lang][prod][0][0] = "05untenText" 
	prodText[lang][prod][0][1]="Nos encontrará en el corazón de Hamburgo, frente a la 'Speicherstadt'."
	prodText[lang][prod][0][3]="Rainbow Watch GmbH"	
prodText[lang][prod][1][0] = "05untenText2" 
	prodText[lang][prod][1][1]="eventos - en relación con"
	prodText[lang][prod][1][3]="Rainbow Watch GmbH"	
prodText[lang][prod][2][0] = "05untenUnten0" 
	prodText[lang][prod][2][1]="espalda"
prodText[lang][prod][3][0] = "05untenUnten1" 
	prodText[lang][prod][3][1]="pie de imprenta"
prodText[lang][prod][4][0] = "05untenUnten2" 
	prodText[lang][prod][4][1]="noticias"
prodText[lang][prod][5][0] = "05untenUnten3" 
	prodText[lang][prod][5][1]="¿quiénes somos?"
prodText[lang][prod][6][0] = "05untenUnten4" 
	prodText[lang][prod][6][1]="descargar"
prodText[lang][prod][7][0] = "05untenUnten5" 
	prodText[lang][prod][7][1]="watch configurator"
prodText[lang][prod][8][0] = "05TopRight"
	prodText[lang][prod][8][1]='el nuevo concepto de "display"'
	prodText[lang][prod][8][3]="aporta color a la vida"
prodText[lang][prod][9][0] = "doc1"
	prodText[lang][prod][9][1]="Folleto de Imagen"	
prodText[lang][prod][10][0] = "doc2"
	prodText[lang][prod][10][1]="Comunicado de prensa"	
prodText[lang][prod][11][0] = "05TeJCK"
	prodText[lang][prod][11][2]="Rainbow Mira a JCK Las Vegas - 30 de mayo - 3 de junio, 2008"	
prodText[lang][prod][12][0] = "05untenUnten6" 
	prodText[lang][prod][12][1]="conditions of use"
//------------------------------ end always the right -----------------------------------------------------------------------------------------------------------------
//------------------------------ Start Helpsite ---------------------------------------------------------------------------------------------------------------------
prod=5;
prodText[lang][prod][0][0] ="title06"
	prodText[lang][prod][0][1]="Rainbow watches - emotion of color - Ayuda del sitio"
prodText[lang][prod][1][0] ="06/Header"
	prodText[lang][prod][1][1]="Hechos y asistencia para el uso de la"
	prodText[lang][prod][1][3]="Rainbow - Sitio web funciones"
prodText[lang][prod][2][0] ="watchFaces"
	prodText[lang][prod][2][1]="reloj cara diseño"
prodText[lang][prod][3][0] ="choiceWatchFace"
	prodText[lang][prod][3][1]="Para tomar su opción ==> simplemente mover el puntero del ratón en la parte superior de tu programa favorito."
	prodText[lang][prod][3][3]="De este modo se selecciona el reloj cara para mostrar en la página web y también funciona bien durante un time-lapse cine u otros eventos."
prodText[lang][prod][4][0] ="wristwatchType"
	prodText[lang][prod][4][1]="típ reloj de pulsera / reloj marco de diseño"
prodText[lang][prod][5][0] ="choiceWatchFace"
	prodText[lang][prod][5][1]="Para tomar su opción ==> simplemente mover el puntero del ratón en la parte superior de tu programa favorito."
	prodText[lang][prod][5][3]=	prodText[lang][prod][3][3];
prodText[lang][prod][6][0] ="?"
	prodText[lang][prod][6][1]="animación / Timelapse"
prodText[lang][prod][7][0] ="CycleText"
	prodText[lang][prod][7][1]="pasivo: activo"	
prodText[lang][prod][8][0] ="aniText"
	prodText[lang][prod][8][1]= "activo: muestra un time-lapse animación de los seleccionados se enfrentan y ver la combinación."	
	prodText[lang][prod][8][3]=	"activo: en el lado izquierdo la velocidad aparecerán los botones, para controlar la velocidad de animación"
prodText[lang][prod][9][0] ="06TextPreload"
	prodText[lang][prod][9][1]= "El programa de cargas en segundo plano la representación animada de imágenes necesarias. Inicialmente, estos no son todos los disponibles. Esa es la razón por la que se ven en las animaciones primer trimestre pasos sólo horas, y luego 5 minutos - pasos. En el único reloj / reloj, después de todas las imágenes de mirar cara se cargan, el video completo, con todas las imágenes sin problemas y el tiempo transcurrido es visible."	
prodText[lang][prod][10][0] ="currentTimeText"
	prodText[lang][prod][10][1]= "hora actual"	
prodText[lang][prod][11][0] ="currentTime"
	prodText[lang][prod][11][1]= prodText[lang][prod][7][1]	;
prodText[lang][prod][12][0] ="currentTimeText2"
	prodText[lang][prod][12][1]= "activo: mostrar el reloj en apariencia hora actual"	
prodText[lang][prod][13][0] ="colorTimeGame"
	prodText[lang][prod][13][1]= "Color - Tiempo - Juego"
prodText[lang][prod][14][0] ="colorTimeGame1"
	prodText[lang][prod][14][1]= prodText[lang][prod][7][1];
prodText[lang][prod][15][0] ="colorTimeGame2"		
	prodText[lang][prod][15][1]=prodText[lang][prod][13][1];
	prodText[lang][prod][15][3]="activo: el color del tiempo la imagen elección - muestra el reloj se enfrentan a período de tiempo seleccionado"
	prodText[lang][prod][15][5]="controlada por el puntero del ratón, al igual que la muestra a continuación:"	
//------------------------------End Helpsite ---------------------------------------------------------------------------------------------------------------------


	
// produktTitle[lang] = Array("reloj de pulsera","PetriPlex","Bella","Luce","");
							 
produktTitle[lang][1] = new Array ("PetriPlex","PurePlex");


typText[lang] = new Array ( "la primera, raíz de la emoción de color concepto",
                         "la multa, sin límite de matices de color",
						 "la variante purista, moviendo la mezcla de color aditivo",
						 "la variante, con esencia de tiempo ... nunca termina espiral",
						 "movimiento aditivo de mezcla de color con una mejor legibilidad",
						 "Vertigo días",
						 "Vertigo noche",
						 "dame cinco",
						 "HongKong",
						 "classic verde",
						 "gamma azul",
						 "vertigo borgoña",
						 "five la noche, la brillante",
						 "galaxy,los grandes",
						 
						 
						 "Click para ver una página nueva visión general del tipo de modelos");

				 
mainbutton[lang][0][3]= "select your language";
mainbutton[lang][0][1]="info.htm";
mainbutton[lang][0][2]="language select";


mainbutton[lang][1][1]="01/seite2.htm";
mainbutton[lang][1][2]="Inicio" ;
mainbutton[lang][1][3]="";


mainbutton[lang][2][1]="01/index2.htm" ;
mainbutton[lang][2][2]="en marcha de relojes de pulsera" ;
mainbutton[lang][2][3]="en marcha";

mainbutton[lang][3][1]="02/index2.htm";
mainbutton[lang][3][2]="reloj de escritorio" ;
mainbutton[lang][3][3]="en el trabajo";

mainbutton[lang][4][1]="03/index2.htm";
mainbutton[lang][4][2]="luz objeto Bella";
mainbutton[lang][4][3]="en casa";

mainbutton[lang][5][1]="04/index2.htm";
mainbutton[lang][5][2]="Muro luz objeto Luce";
mainbutton[lang][5][3]="el día y la noche";

mainbutton[lang][6][1]="firstPic.htm";
mainbutton[lang][6][2]="Otros - Pie de imprenta";
mainbutton[lang][6][3]="siempre el derecho";

mainbutton[lang][7][1]="06/index0.htm";
mainbutton[lang][7][2]="una ayuda sitio";
mainbutton[lang][7][3]="¿?";
//_______________
controlButton[lang][0][1]="emotion of color - Funciones" // title function butons

controlButton[lang][1][1]="volver al vista única de ver" //title back button
controlButton[lang][1][2]="status='go back to single watch view'; return true;" //onMouseOver back button

controlButton[lang][2][1]="Más rápido" //title faster  button
controlButton[lang][2][2]="status='faster timelapse'; return true;" //onMouseOver faster button

controlButton[lang][3][1]="más lento" //title slower  button
controlButton[lang][3][2]="status='slower timelapse'; return true;" //onMouseOver slower button

controlButton[lang][4][1]="inicio / parada timelapse (animación)" //title timelapse  button
controlButton[lang][4][2]="status='start/stop timelapse (animation)'; return true;"  //onMouseOver timelapse button

controlButton[lang][5][1]="reloj fijar la hora para ver las diferentes caras>> configuración: las veinticuatro horas del día: horas, lejos del centro: minutos" //title color-time-game  button
controlButton[lang][5][2]="status='set the watch time to see the differnt faces>> setting: around the clock: hours, away from center: minutes'; return true;"   //onMouseOver color-time-game  button

controlButton[lang][6][1]="te muestra lo que ha golpeado el reloj" //title actual time  button
controlButton[lang][6][2]="status='shows you the display at current time'; return true;"   //onMouseOver actual time  button

controlButton[lang][7][1]="Volver a la vista normal" //title kleine Lupe  button
controlButton[lang][7][2]="status='go back to normal view'; return true;"   //onMouseOver kleine Lupe button
controlButton[lang][7][3]="alle2.htm"   //href  min Lupe button

controlButton[lang][8][1]="Ir a la visión más grande" //title plus Lupe  button
controlButton[lang][8][2]="status='go to larger view'; return true;"   //onMouseOver plus Lupe button
controlButton[lang][8][3]="gross2.htm"   //href  plus Lupe button

controlButton[lang][9][1]="Volver a la vista normal" //title kleine Lupe  button
controlButton[lang][9][2]="status='go back to normal view'; return true;"   //onMouseOver kleine Lupe button
controlButton[lang][9][3]="index2.htm"   //href  min Lupe button

controlButton[lang][10][1]="Ir a la visión más grande" //title plus Lupe  button
controlButton[lang][10][2]="status='go to larger view'; return true;"   //onMouseOver plus Lupe button
controlButton[lang][10][3]="allegross2.htm"   //href  plus Lupe button


alleButton[lang]="all face designs - to compare >> please click"
//--------------------------------

						 
// _____________________________________________  german lang = 1 __________________________________________________________________________________________




						 
// ___________________end chinese language __________________________________________________________________________________________


//------------------------------------------
lang=0;
	
		
//________________________End ________________ Language specefic variables __________________________________________________________________________________
//alert("Languages loaded - End languages.js");
