function plan_general()
{
popup=window.open('doc/plan_general.xls','Fenster1','toolbar=0,menubar=1,scrollbars=1,resizable=0,width=860,height=440,screenX=20,screenY=20').focus();
}
function plan_estudiantil()
{
popup=window.open('doc/plan_estudiantil.xls','Fenster1','toolbar=0,menubar=1,scrollbars=1,resizable=0,width=860,height=440,screenX=20,screenY=20').focus();
}
function plan_cooperativo()
{
popup=window.open('doc/plan_cooperativo.xls','Fenster1','toolbar=0,menubar=1,scrollbars=1,resizable=0,width=860,height=440,screenX=20,screenY=20').focus();
}
function recorrido_general()
{
popup=window.open('doc/recorrido_general.xls','Fenster1','toolbar=0,menubar=1,scrollbars=1,resizable=0,width=520,height=520,screenX=20,screenY=20').focus();
}
function recorrido_estudiantil()
{
popup=window.open('doc/recorrido_estudiantil.xls','Fenster1','toolbar=0,menubar=1,scrollbars=1,resizable=0,width=520,height=520,screenX=20,screenY=20').focus();
}

