function InitOTKeyword( id , cls ) {
	InitOTAutocomplete( id , cls );
	o = $("#"+id);
	o.data( "defval" , "Kulcsszó" );
}

