function DisableVideo() {	try {		VideoHome.location.href = 'empty.html';	}	catch(e) { 	}	try {		FrVideo.location.href = 'empty.html';	}	catch(e) { 	}}function EnableVideo(IdLingua) {	try {		VideoHome.location.href = 'IntoVideo.asp?Home=1';	}	catch(e) { 	}	try {		FrVideo.location.href = 'IntoVideo.asp?IdLingua=' + IdLingua;	}	catch(e) { 	}}
