var home = "Home";
var news = "NEWS";
var about = "About us";

var itservice = "ITO Services";
var solutions = "Solutions";
var training = "Training";
var hr = "Join us";
var bizservice="BPO Services";
var sidebar_service="Services";
var photo="staff photos";

var current_location = "YOU CURRENT LOCATION";
var company_subscript = "Beijing ICP No.08012173   ITMS Technologies(Beijing)co.,ltd.  All Rights Reserved";

//background
var name = "name:";
var password = "password:";
var ver = "ver:";
var logon_info = "Background Manage";
var logon_button = "login";
var reset_button = "reset";
var iconpath="SetIconPath";

//background index
var logout = "Logout"
var main_manage = "Main Website"
var upload_manage = "Upload "
var exam_manage = "ExamInformation";
var account_manage = "Account";
var main_menu = "Main Menu";
var sitemap="Sitemap";
var cases="Case Studies";
var srv_sol_title="Service / Solution";
var case_manage="Case Manage";

// manage/view_cate.jsp ,view_info.jsp
var title = "Title";
var createTime = "Create Time";
var updateTime = "Last Update Time";
var handle = "Handle";
var view = "View";
var add = "Add";
var upt = "Update";
var del = "Delete";
var notUpt = "Unmodified";
var turn="Display turn"

// manage/add.jsp, update.jsp
var type = "Type";
var dir = "Directory";
var article = "Article";
var highDir = "Higher Directory";
var content = "Content";
var add_button = "Add";
var upt_button = "Update";
var revert_button = "Revert";

// manage/logout.jsp
var logout_success = "Logout is successful";

// error.jsp
var legend_info = "The error message is ";

//error message
var name_not_null = "Name can not be null";
var pwd_not_null = "Password can not be null";
var ver_not_null = "Verifycode can not be null";
var name_wrong = "The UserName is not existed";
var pwd_wrong = "The password is wrong";
var ver_wrong = "The verifycode is wrong";
var logoned_wrong = "The userName is in used";

var title_not_null = "Title can not be null";
var content_not_null = "Content can not be null";

var page_is_null = "The page you want to view is not existed";
var no_content = "Temporarily not article";
//page title
function pageTitle(page){
	if(page == "logon")
		document.title = "ITMS--background";
	if(page == "back index")
		document.title = "ITMS--background Manage";
	if(page == "logout")
		document.title = "ITMS--background ";
	if(page == "welcome")
		document.title = "ITMS--background--welcome";
		
	if(page == "title_home")
		document.title = "ITMS Technologies--Home"
	if(page == "title_news_en")
		document.title = "ITMS Technologies--News";
	if(page == "title_about_en")
		document.title = "ITMS Technologies--About ITMS";
	if(page == "title_itservice_en")
		document.title = "ITMS Technologies--ITO Services";
	if(page == "title_solutions_en")
		document.title = "ITMS Technologies--Solutions";
	if(page == "title_training")
		document.title = "ITMS Technologies--Training";
	if(page == "title_hr_en")
		document.title = "ITMS Technologies--Join us";
	if(page == "title_cases_en")
		document.title = "ITMS Technologies--Case Studies";
	if(page == "title_bizservice_en")
		document.title = "ITMS Technologies--BPO Service";
		
	if(page == "error")
		document.title = "Error Page";
}


function getTime(){
	var d=new initArray(
	"Sun",
	"Mon",
	"Tue",
	"Wed",
	"Thu",
	"Fri",
	"Sat");
	var str = "<font color=##000000 style='font-size:9pt;font-family: 宋体'> "+today.getYear()+"-"+	(today.getMonth()+1)+"-"+today.getDate()+"&nbsp;"+d[today.getDay()+1]+"</font>";

	return str;
}


//upload and download
var title_bar = "Upload files' information";
var return_back = "Return";
var fileName = "FileName";
var fileURL = "FilePath";
var belongArticle = "Belong Article";
var fileID = "FileID";
var resourcesNum = "Resources Download Code";
var operate = "Operation";
var f_delete = "Delete";
var getFileMessageError = "Failed to obtain file information!!";
var undelete = "The resources can not be delete or has already be protected!";
var files = "File:";
var chooseFile = "Please select a file!";
var chooseBelongArticle = "Please choose an article where the file will placed:";
var setDownloadNum = "Set up the download code(optional):";
var attention = "(Attention)If you do not set up this option,this resources can be download by anyone!";
var pwError = "The Download code only can be number or letters,and it's length can not more than 9!";
var upload = "Upload";
var codeformatErr = "Download code format error!";
var noResources = "There's no resources in this code";
var commonResources = "Common resources Download:";
var unfreeRe = "Private resources Download:";
var downcode = "Download code:";
var getReButton = "Get resources";
var fileexist = "The file you upload has already exist,please upload again!";
