/*
   COMMON LANGUAGE SETTING SCRIPT FOR MASTERTECNO PROJECT
   
   *@ name		   : langDesc.js		    @ version:1.0
   *@ author	   : Jobin			        @ Dated : 03-04-2003 
   
   LANGUAGE ENGLISH 		   
*/

function getMenu(myIndex)
{

  myMenu=new Array(

/* ---------------------For Servizi Menu-------------------------------------- */
/*0*/	"Agents",	
/*1*/	"Click to display the list of Master S.r.L. agents to contact",	
/*2*/	"FAQ",	
/*3*/	"Are you looking for answers to your questions? Click here",	
/*4*/	"Catalogues",	
/*5*/	"Download Master's catalogues in PDF format",
/*6*/   "In this area, you will find all Master's press releases", /*PRESS AREA DESC*/

/* ---------------------For Azienda Menu-------------------------------------- */
/*7*/	"Who We are",
/*8*/	"Master S.r.L. was founded in 1999 by a group of partners with thirty years' experience in the ceramics sector. The company aims at researching and producing technologically advanced bathroom furnishings.",
/*9*/	"Certifications",
/*10*/	"Display the list of our certifications",
/*11*/	"Master S.r.L.",    /* azienda2.jsp --detail*/
/*12*/	"Founded in 1999 by a group of partners with thirty years' experience in the ceramics sector, Master S.r.L. aims at researching and producing technologically advanced bathroom furnishings: standalone elements and new concepts that bring great aesthetic impact and a construction philosophy centred on safety and well-being together.<br><br>Today as in the past, attention to process plant engineering, to construction processes and  to new technologies allow Master to produce furnishing elements of exceptional quality, the expression of study and research into new mixtures and enamels.<br>All its production processes are certified, while each Master product is provided with a bar code \"at birth\" that allows identifying the article and every department operator that has contributed to the realization of the product.<br><br>Today, Master is a versatile, dynamic and innovative company: a team of sector professionals who insightfully invested the quality of their own human resources to turn out products that are really close to the customer's needs.", /* azienda2.jsp --detail*/
/*13*/		"logout",

/* ---------------------For Home page-------------------------------------- */
/*14*/	"Are you a showroom, journalist, agent, architect or designer?",

/* ---------------------For Prodotti page-------------------------------------- */
/*15*/	"Select the size to show the technical sheet",
/*16*/	"Related products",
/*17*/	"Colors",
/*18*/	"Accommodation",
/*19*/	"Accommodations", // for menu
	 

/* ---------------------For Servizi-catalogue page-------------------------------------- */
/*20*/	"Catalogues list ",

/* ---------------------For Servizi-press area page-------------------------------------- */
/*21*/	"In this area it is possible to browse the press realise of Master in PDF format.<br>To know more enter into ",


/* ---------------------For area reservata page-------------------------------------- */
/*22*/	"Proposal of order",
/*23*/	"Select our products",
/*24*/	"Form for proposal of order",
/*25*/	"Select the items you would like to order and you will be contacted for the confirmation.",
/*26*/	"Select catagory",
/*27*/	"Select color and quantity",
/*28*/	"Size",
/*29*/	"Pieces",	 
/*30*/	"Q.ty per pallet",
/*31*/	"Q.ty",
/*32*/	"Need selecting at least one item !",
/*33*/	"Summary of the order",
/*34*/	"Do you confirm the proposal of order?",
/*35*/	"Check if the data we own is correct before the submitting",
/*36*/	"The entity responsible for the treatment of such data is Master s.r.l.<br>No other treatment will be made unless specifically authorized by you.<br>In accordance with art.13 of L.675/96 you have the right to know at any time which are your data and how they are being used; furthermore you have the right to update, rectify, cancel or block your data or even prohibit the use of them.",

/*37*/	"Proposal of order completed !\nThe code of this order is ",
/*38*/  "\nOne mail has been sent to you with the summary of the order.",
/*39*/	"Products:",
/*40*/	"My account",

/*41*/  "Enter Name",
/*42*/  "Enter Last Name",
/*43*/  "Enter E-mail in correct format !",
/*44*/  "Enter Note",
/*45*/  "Confirm the submitting ?",
/*46*/  "Enter Address",
/*47*/  "Enter city",
/*48*/  "Enter Zip code",
/*49*/  "Enter Province",
/*50*/  "Enter Telephone number",
/*51*/  "Select Occupation",
/*52*/  "Name",
/*53*/  "Last Name",
/*54*/  "Company Name",
/*55*/  "e-mail",
/*56*/  "Note",
/*57*/  "To have a visit of our agent please fill the address",
/*58*/  "Address",
/*59*/  "City",
/*60*/  "Zip code",
/*61*/  "Province",
/*62*/  "Telephone",
/*63*/  "Fax",
/*64*/  "Your occupation",
/*65*/  "Select",
/*66*/  "Enter the search text",


/*67*/  "Forgot your password ? ",
/*68*/  "Register ?",
/*69*/  "Enter Login code",
/*70*/  "Enter password",

/*71*/  "reserved area",
/*72*/  "Fill this form to register",
/*73*/  "results found for",
/*74*/  "News",
/*75*/  "No results found !",
/*76*/  "Chiudi",

/*--------------------------------------for password-------------------------------------------*/
 /*77*/ "E' stata inviata con successo la password alla tua casella di posta elettronica!",
 /*78*/ "Fallito",
 /*79*/ "Non è stata riscontrata la corrispondenza con i dati registrati.<br>La mail non è stata inviata !",
 /*80*/ "Login code",
 /*81*/ "Forgot your password? Fill this form to get the password by e-mail ",
	 /*--------------------------------------for myAcc.jsp-------------------------------------------*/

 /*82*/ " Error!! ",
 /*83*/ " Operation completed successfully ! ",
 /*84*/ " Insert confirm password ",
 /*85*/ " Password and confirm password doesn't match ! ",
 /*86*/ " Insert  ",
 /*87*/ " Confirm saving of you account details ? ",
 /*88*/ " Password ",
 /*89*/ " Confirm password. ",
 /*90*/ " VAT code ",
 /*91*/ " Fiscal code ",
 /*92*/ "Display",
 /*93*/ " Contact Us"
 

	);



  return myMenu[myIndex];
}


