var URL_FLOTANT = "http://bitstudy.dnsalias.com:86/MinervaCanalWeb/MinervaFlotantServlet?clauCanal=nJ7738IRlcc."
function invocarMinerva(pIdioma) {
	var wLeftPosition = screen.width - 355;
	var wHeight;	
	if( screen.width > 1300 )	{
		wHeight = Math.round( screen.height * 0.92 ) - 0 + 45;
	} else {
		wHeight = Math.round( screen.height * 0.92 );
	}	
	if (pIdioma == undefined || pIdioma == null) {
		pIdioma = 'ca';
	}
	var wURL = URL_FLOTANT+"&codIdioma="+pIdioma;
	var windowminervaflotant = window.open(wURL,'350x645','width=350,height='+wHeight+',left='+wLeftPosition+',top=0');
}
