function MM_openBrWindow(theURL,winName,features)
{
  /*return*/ window.open(theURL,winName,features);
}


function carregar (IdArt)
{
	window.open ('http://gaconline.euss.es/codi/RecullPremsa/VisorUnArticle.php?IdArt='+IdArt, '', 'toolbar=no, width=600, height=400, status=no, resizable=yes, scrollbars=yes');
	/*document.location='http://gaconline.euss.es/codi/RecullPremsa/VisorUnArticle.php?IdArt='+IdArt, '';*/
}

function carregarDirectament (IdArt)
{
	window.open ('http://gaconline.euss.es/codi/RecullPremsa/Redirector.php?IdArt='+IdArt, '', 'toolbar=no, width=600, height=400, status=no, resizable=yes, scrollbars=yes');
	/*document.location='http://gaconline.euss.es/codi/RecullPremsa/Redirector.php?IdArt='+IdArt, '';*/
}

function carregarDirectamentUAB (IdArt)
{
	window.open ('http://gaconline.euss.es/codi/RecullPremsa/RedirectorUAB.php?IdArt='+IdArt, '', 'toolbar=no, width=1020, height=700, status=no, resizable=yes, scrollbars=yes');
	/*document.location='http://gaconline.euss.es/codi/RecullPremsa/RedirectorUAB.php?IdArt='+IdArt, '';*/
}

function mostrarFitxaMateria (IdMateria, IdPla)
{
	document.location='http://www.euss.es/web/portal/en/ficha-materia.htm?id='+IdMateria+'&arg1='+IdPla, '';
}

function mostrarFitxaAssignatura (IdAssig, IdPla)
{
	document.location='http://www.euss.es/web/portal/en/ficha-asignatura.htm?id='+IdAssig+'&arg1='+IdPla, '';
}

function Carregar (IdArt) { carregar (IdArt); }
function CarregarDirectament (IdArt) { carregarDirectament (IdArt); }
function CarregarDirectamentUAB (IdArt) { carregarDirectamentUAB (IdArt); }
function MostrarFitxaMateria (IdMateria, IdPla) { mostrarFitxaMateria (IdMateria, IdPla); }
function MostrarFitxaAssignatura (IdAssig, IdPla) { mostrarFitxaAssignatura (IdAssig, IdPla); }