 
function canvia_aspecte()
{
var earl=document.getElementById("menu").value;
var opciones="width="+screen.availWidth+",height="+screen.availHeight+",top=0,left=0,resizable=yes,scrollbars=yes,menubar=yes,toolbar=yes,location=yes,status=yes";
window.open(earl,"plataforma",opciones);
}

function canvia_aspecte2()
{
var opciones="width="+screen.availWidth+",height="+screen.availHeight+",top=0,left=0,resizable=yes,scrollbars=yes"
window.open("http://www.forempv.ccoo.es/distancia/","cursos",opciones)
}

 
function canvia_aspecte3()
{
var earl=document.getElementById("menu3").value;
var opciones="width="+screen.availWidth+",height="+screen.availHeight+",top=0,left=0,resizable=yes,scrollbars=yes,menubar=yes,toolbar=yes,location=yes,status=yes";
window.open(earl,"plataforma",opciones);
}

