// Header MEnu
var Home 	=	"Home";
var Products 	=	"Products";
var Faqs 	=	"FAQs";
var Contact_Us  =	"Contact Us ";
var Forum 	=	"Forum";
var My_Account	=	"My Account";
var Search_Products	="Search Products..";
 

var languages	="";
//END Heade Menu


//contact us script/validation.js
var  Please_enter_your_name	 = "Please enter your name!";
var Name_cannot_space	 	 = "Name can't be start by space!";
var Invalid_name	 	 = "Invalid name!";	
var Phone_cant_space		 = "Phone can't be start by space!";
var Invalid_phone_no		 = "Invalid phone no!";
var Please_enter_your_subject	 = "Please enter your subject!";
var Subject_can_space 		 ="Subject can't be start by space!";
var Please_enter_your_message	 ="Please enter your message!";

//end Contact us


//FORUM LOGIN
var Please_enter_email  	="Please enter email!";
var Invalid_email		="Invalid email!";
var Please_enter_password	="Please enter password!";
var Password_should_atleast 	="Password should be atleast 6 characters long!";
//END  FORUM 

//FORUM TOPIC
var Enter_topic_name		="Enter topic name!";
var Topic_name_cant_be_space	="Topic name can't be start by space!";
var Invalid_name		="Invalid name!";
var Enter_topic_description	="Enter topic description!";
//END FORUM TOPIC

var Are_you_sure_you_want_to_logout ="Are you sure you want to logout?";
var Type_here_to		="Type here to search forum...";
var Enter_keyword_to_search	="Legg inn søke ord!";
var Type_here_to_search_topic	="Type here to search topic...";
var Type_here_to_search_comment ="Type here to search comment...";
var Enter_comment		="Enter comment!";



//REGISTER
var Please_enter_confirm_password 			="Please enter confirm password!";
var Password_and_confirm_password_should_be_same	="Password and confirm password should be same!";
var Please_enter_first_name				="Please enter first name!";
var First_name_cant_be_start_by_space 			="First name can't be start by space!";
var Invalid_first_name					="Invalid first name!";
var Please_enter_last_name				="Please enter last name!";
var Invalid_last_name					="Invalid last name!";
var Last_name_cant_be_start_by_space			="Last name can't be start by space!";
var Please_reenter_password				="Please re-enter password!";
var Password_and_confirm_password_must_be_same		="Password and confirm password must be same!";
var Please_enter_address 				="Please enter address!";
var Please_select_country				="Please select country!";
var Please_enter_state					="Please enter state!";
var Invalid_State 					="Invalid State!";
var Please_enter_State					="Please enter State!";
var State_name_cant_be_start_by_space			="State name can't be start by space!"; 
var Invalid_City 					="Invalid City!";
var Please_enter_city					="Please enter city!";
var City_name_cant_be_start_by_space			="City name can't be start by space!";
var Please_enter_zip_code				="Please enter zip code!";
var Invalid_zip						="Invalid zip!";
var Zip_code_should_not_be_less_than_digits		="Zip code should not be less than 5 digits!";
var Zip_code_cant_be_start_by_space			="Zip code can't be start by space!";
var Please_enter_security_code				="Please enter security code!";

//END REGISTER


//Not Convery
var Please_enter_mobile_number="Please enter mobile number!";
var mobile_number_can_be_start_by_space="mobile number can't be start by space!";
var Invalid_phone_number="Invalid phone number!";
var Phone_number_should_not_be_less_than_digits="Phone number should not be less than 10 digits!";
var Please_enter_company_name="Please enter company name!";
var Company_name_cant_be_start_by_space="Company name can't be start by space!";
var Invalid_company_name="Invalid company name!";
var Company_phone_number_cant_be_start_by_space="Company phone number can't be start by space!";
var Invalid_phone_number="Invalid phone number!";
var Fax_number_cant_be_start_by_space="Fax number can't be start by space!";
var Invalid_fax_number="Invalid fax number!";
/////

var Please_enter_company_phone ="Please enter company phone"; 
var Invalid_company_phone_no="Invalid company phone no";
var Mobile_number_cant_be_start_by_space="Mobile number can't be start by space";
var Invalid_mobile_no="Invalid mobile no"; 

var Please_login_to_rate="Please login to rate!";

var Please_select_application="Please select application";
var Please_select_feedback_type="Please select feedback_type";
var Please_select_priority="Please select priority";
var Please_enter_description="Please enter description";


