/*--------------------------------------------------|
| VoicemonJS | www.opendata.co.kr                   |
|---------------------------------------------------|
| Copyright (c) 2008  Opendata Consulting Ltd.      |
|                                                   |
|                                                   |
| Updated: 2009.07.10()                           |
|--------------------------------------------------*/
var voicemonjs_core_init_flag;  
if(voicemonjs_core_init_flag != true){
	voicemonjs_core_init_flag = true;
	var voicemonjs_dname = "webkoumuten.net";		
	var voicemonjs_proxyurl = "/voicemonds/tts_proxy.php";	
	var voicemonjs_ttsmode = false; 
	var voicemonjs_voicespeed = "M"; 
	var voicemonjs_tablemode =  "1"; 
	var voicemonjs_voicelanguage = "JW";
	var voicemonjs_formmode = "1";	
	var voicemonjs_skip_navi_id = "";
	var voicemonjs_highlightmode = "0"; 
	var voicemonjs_serverurl = "http://ds-jp.voicemon.co.kr";
	
	var voicemonjs_panelmode = "1"; 	
	var voicemonjs_cpanel_showmode = "1"; 
	var voicemonjs_skincode = "3"; 
	var voicemonjs_split_length = 70; 
	var voicemonjs_auto_focus='0';	
	
	var voicemonjs_shorter_keys = new Array();
	voicemonjs_shorter_keys[0] = 49;	
	voicemonjs_shorter_keys[1] = 50;	
	voicemonjs_shorter_keys[2] = 51;
	voicemonjs_shorter_keys[3] = 52;	
	voicemonjs_shorter_keys[4] = 53;	
	voicemonjs_shorter_keys[5] = 54; 	
	voicemonjs_shorter_keys[6] = 55;	
	voicemonjs_shorter_keys[7] = 56;	
	voicemonjs_shorter_keys[8] = 57;	
	voicemonjs_shorter_keys[9] = 48;	
	voicemonjs_shorter_keys[10] = 189;	
	voicemonjs_shorter_keys[11] = 90;	
	
	var voicemonjs_shorter_chars = new Array();
	voicemonjs_shorter_chars[0] = "1";	
	voicemonjs_shorter_chars[1] = "2";	
	voicemonjs_shorter_chars[2] = "3";	
	voicemonjs_shorter_chars[3] = "4";	
	voicemonjs_shorter_chars[4] = "5";	
	voicemonjs_shorter_chars[5] = "6"; 	
	voicemonjs_shorter_chars[6] = "7";	
	voicemonjs_shorter_chars[7] = "8";
	voicemonjs_shorter_chars[8] = "9";	
	voicemonjs_shorter_chars[9] = "0";	
	voicemonjs_shorter_chars[10] = "hipen";	
	voicemonjs_shorter_chars[11] = "Z";	
	
	var voicemonjs_guidemsg_usegb = "N";	
	var voicemonjs_guidemsg_delay = 0;	
	var voicemonjs_guidemsg_message = "";
	
	var voicemonjs_skip_event_id = "voicemonjs_skip_event_id" ; 

	function __flash__removeCallback(instance, name) {
		if (instance != null) {
			instance[name] = null;
		}
	}
	

	function voicemonjs_loadjs(inc) { 
		var o="<scri" + "pt src='"+inc+"' type='text/jav" + "ascript'></scr" + "ipt>"; 
		document.write(o);
	}
	voicemonjs_loadjs("/voicemonds/voicemonDS_core.js");	
	
	
}
