
function controllaMenu(){
	var pat = /\/partners\/(\w)+/;
	if(pat.test(document.location)){
		var sol = document.getElementById('vidHdInt');
		sol.href = '/slide/vantaggi.swf';
		sol.className = 'lightwindow page-options';
		sol.setAttribute('params', 'lightwindow_width=534,lightwindow_height=400');
		sol.setAttribute('title', 'Vantaggi della Videoconferenza');
	}
}

$(function(){
	$("#target_tooway").click(function(){
		document.location.href = "/partners/tooway";
	});
});
