 //Variables from detailsearch
 detailsearch_arr = new Array(); 

//Variables from forum
 links_confirmend_arr = new Array('adm_1href');

 //Variables from forum
 links_confirm_arr = new Array('adm_1href','adm_2href','adm_title','adm_info');
 var adm_1href= 'Specify page on which you have placed the reference';
 var adm_2href= 'Specify URL your page';
 var adm_title= 'Specify the name of your page';
 var adm_info= 'Specify the description of your reference';

 //Variables from forum
 links_exchange_arr = new Array('adm_name','adm_mail','adm_href');

 //Variables from forum
 links_search_arr = new Array('links_query');
 var links_query = 'Enter inquiry for search!';

 //Variables from forum
 links_arr = new Array('adm_lname','sel_1','adm_href','adm_mail','adm_name','adm_linfo');
 var adm_lname = 'Enter the name of references';
 var adm_href = 'Enter URL references';
 var adm_mail = 'A mistake in the given e-mail address';
 var adm_name = 'Enter your name';
 var adm_linfo = 'Enter the description of the reference';
 var sel_1 = 'Choose the catalogue';

 //Variables from forms
 var forms_alert = 'It is necessary to answer all questions which are designated as obligatory!';

 //Variables from forum
 forum_arr = new Array('adm_forum','adm_name','adm_info');
 var adm_forum = 'Specify a theme of discussion';
 var adm_name = 'Specify your name';
 var adm_mail = 'Mistake in the specified e-mail address';
 var adm_info = 'There is no text of the message';

 //Variables from subscribe
 subscribe_arr = new Array('receipt_name','receipt_mail');
 var receipt_name = 'Specify your name';
 var receipt_mail = 'A mistake in the specified e-mail address';

 //Variables from subscribe
 askquot_arr = new Array('receipt_quot','receipt_name','receipt_mail');
 var receipt_quot = 'Enter your question';

 //Variables from subscribe
 subscribe2_arr = new Array('receipt_name','receipt_mail');

	//Variables from search
	search_arr = new Array('search_query');
	var search_query = 'Please enter a word for search!';
	
	//Variables from search
	search_block_arr = new Array('search_query');
	var search_query = 'Please enter a word for search!';

 //Variables from auth
 auth_arr = new Array('username','password');
 var username = 'Enter a name of the user';
 var password = 'Enter the password';

 //Variables from register
 form_register_arr = new Array('fio','email','password1','username','password');
 var fio = 'Enter FIO';
 var email = 'Enter correct email';
 var password1 = 'Enter the password once again';

  //Variables from competetion
 competition_arr = new Array('adm_fio','adm_mail','adm_phone','adm_answer');
 var adm_fio = 'Enter your name';
 var adm_phone = 'Enter your telefon';
 var adm_mail = 'A mistake in the specified e-mail address';
 var adm_answer = 'There is no text with the answer';

  //Variables from competetion
 key_search_arr = new Array('query_string');
 var query_string='Please, specify value of a field Search!';

 //Variables from buy
 purchase_arr = new Array('adm_fio','adm_mail','adm_delivery','adm_phone','adm_quetion');
 var adm_fio = 'Enter your name';
 var adm_mail = 'A mistake in the electronic address';
 var adm_delivery = 'Specify the address of delivery';
 var adm_phone = 'Specify the phone/fax';
 var adm_quetion = 'Specify when you want to receive the order more conveniently';


