var tailJS = new Array();

tailJS["enterQueryString"] 			= "Please enter query string";
tailJS["typeTheCode"] 				= "Please type the code shown in this image";
tailJS["typeTheCodeError"] 			= "The code you have typed does not match the image. Please try again.";
tailJS["productAddedToCart"] 		= "Product has been added to your shopping cart";
tailJS["productAddedToCartClose"] 	= "close";
tailJS["notCopy"] 					= "you can not copy";
tailJS["forumAddNewMsgForm1"] 		= "Please enter a title";
tailJS["forumAddNewMsgForm2"] 		= "Please enter your email";
tailJS["forumAddNewMsgForm3"] 		= "Please wait - loading files";
tailJS["blog_showComments"]			= "Show comments";
tailJS["blog_hideComments"]			= "Hide comments";
tailJS["blog_enterName"]			= "Please enter name";
tailJS["blog_enterEmail"]			= "Please enter e-Mail";
tailJS["blog_enterValidEmail"]		= "Please enter a valid e-Mail";
tailJS["blog_enterTitle"]			= "Please enter title";
tailJS["blog_enterContent"]			= "Please enter content";
tailJS["blog_enterYourName"]		= "Please enter your name";
tailJS["blog_enterYourEmail"]		= "Please enter your e-Mail";
tailJS["blog_enterFName"]			= "Please enter friend name";
tailJS["blog_enterFEmail"]			= "Please enter friend e-Mail";
tailJS["blog_enterBlogName"]		= "Please enter blog name";
tailJS["blog_enterPostTitle"]		= "Please enter post title";
tailJS["blog_enterPostText"]		= "Please enter post content";
tailJS["blog_confirmDeletePost"]	= "Press 'OK' to delete this post";
tailJS["blog_confirmDeleteComment"]	= "Press 'OK' to delete this comment";
tailJS["questionnaire_mandatoryText"]	= "Please write an answer for question no. ";
tailJS["questionnaire_mandatoryText2"]	= "Please write an answer for the marked question";
tailJS["questionnaire_mandatoryRadio"]	= "Please choose one of the answers for question no. ";
tailJS["questionnaire_mandatoryRadio2"]	= "Please choose one of the answers for the marked question";


/* ---------------------------------------------------------------- */
/* commonEncode														*/
/* ---------------------------------------------------------------- */
function commonEncode (text)
{
	return text;
}

/* ---------------------------------------------------------------- */
/* commonDecode														*/
/* ---------------------------------------------------------------- */
function commonDecode (text)
{
	return text;
}

