/*--------------------------------------------------|
| VoicemonJS | www.opendata.co.kr                   |
|---------------------------------------------------|
| Copyright (c) 2008  Opendata Consulting Ltd.      |
|                                                   |
|                                                   |
| Updated: 2009.07.10(금)                           |
|--------------------------------------------------*/

/**********************************
 * config 
 **********************************/
var voicemonjs_core_init_flag;  // 반복실행 제어.
if(voicemonjs_core_init_flag != true){
	voicemonjs_core_init_flag = true;
	var voicemonjs_dname = "한국뇌성마비복지회";		// site name
	var voicemonjs_proxyurl = "/voicemonds/tts_proxy.php";	//	/voicemonDS/tts_proxy/tts_proxy.jsp
	var voicemonjs_ttsmode = false; //  true   0:off , 1:on
	var voicemonjs_voicespeed = "M"; // M    F:Fast, M:Normal, S:Slow
	var voicemonjs_tablemode =  '1'; //0   0 : read only Table summary(must perfect div coding) , 1 : read all , 2 : choice Table [readVoice=\'SUMMARY\' OR readVoice=\'NORMAL\']
	var voicemonjs_voicelanguage = 'KW';	// K   K or E or J or C
	var voicemonjs_formmode = '1';	// 0 : OFF 1: ON
	var voicemonjs_skip_navi_id = '';	// accessibility
	var voicemonjs_highlightmode = '0'; // 0 : OFF 1 : ON
	var voicemonjs_serverurl = "http://ds2.voicemon.co.kr:80";
	
	var voicemonjs_panelmode = '1'; 	// 신규추가 기본 패널 사용여부   0 : 숨김, 1 : 사용
	var voicemonjs_cpanel_showmode = '1'; // 신규추가 패널 보임/숨김  0 : 최소화, 1 : 최대화
	
	var voicemonjs_shorter_keys = new Array();
	voicemonjs_shorter_keys[0] = 49;	//음성서비스 중지,사용 1
	voicemonjs_shorter_keys[1] = 50;	//화면크기 + 2
	voicemonjs_shorter_keys[2] = 51;	//화면크기 - 3
	voicemonjs_shorter_keys[3] = 52;	//화면크기 기본 4
	voicemonjs_shorter_keys[4] = 53;	//고대비 사용, 사용안함 5
	voicemonjs_shorter_keys[5] = 54; 	//하이라이트 사용, 사용안함 6
	voicemonjs_shorter_keys[6] = 55;	//음성속도 조절 7
	voicemonjs_shorter_keys[7] = 56;	//음성크기 조절 8
	voicemonjs_shorter_keys[8] = 57;	//음성높이 조절 9
	voicemonjs_shorter_keys[9] = 48;	//최대화, 최소화  0
	voicemonjs_shorter_keys[10] = 189;	//도움말 `
	voicemonjs_shorter_keys[11] = 90;	//파일읽기 중지 Z
	
	var voicemonjs_shorter_chars = new Array();
	voicemonjs_shorter_chars[0] = "1";	//음성서비스 중지,사용 1
	voicemonjs_shorter_chars[1] = "2";	//화면크기 + 2
	voicemonjs_shorter_chars[2] = "3";	//화면크기 - 3
	voicemonjs_shorter_chars[3] = "4";	//화면크기 기본 4
	voicemonjs_shorter_chars[4] = "5";	//고대비 사용, 사용안함 5
	voicemonjs_shorter_chars[5] = "6"; 	//하이라이트 사용, 사용안함 6
	voicemonjs_shorter_chars[6] = "7";	//음성속도 조절 7
	voicemonjs_shorter_chars[7] = "8";	//음성크기 조절 8
	voicemonjs_shorter_chars[8] = "9";	//음성높이 조절 9
	voicemonjs_shorter_chars[9] = "0";	//최대화, 최소화  0
	voicemonjs_shorter_chars[10] = "하이픈";	//도움말 `
	voicemonjs_shorter_chars[11] = "Z";	//파일읽기 중지 Z
	
	var voicemonjs_guidemsg_usegb = "N";	//초기안내메세지 사용여부
	var voicemonjs_guidemsg_delay = 0;	//초기안내메세지 딜레이타임
	var voicemonjs_guidemsg_message = "";//초기안내메세지 내용

	function voicemonjs_loadjs(inc) { 
		var o='<'+'script src="'+inc+'"'+' type="text/javascript"><'+'/script>'; 
		document.write(o); 
	}
	voicemonjs_loadjs('/voicemonds/voicemonDS_core.js');	// /voicemonDS/js/voicemonDS_core.js
}

