function RedirectionTDC(data_page, code) {
    /*var sep = '?';
    if (document.location.href.indexOf('?') > 0) sep = '&';
    
	document.location.href = document.location.href + sep + 'doc=' + code;*/
	
	document.location.href = data_page + '.html?doc=' + code;	
}
function Control() {
}
