
document.write("<LINK REL='stylesheet' TYPE='text/css' HREF='../css/default.css'>");

function change(x,y)
{
        document.images[x].src = eval(y).src;
}

function ChangeW3Cbg(obj, Color)
{
  if (!document.getElementById) return;
	obj.style.backgroundColor = Color
}

function mpaLink(url, target) {
    window.open(url, (target!="")? target:"_self");
}

function mpaLinkPopup(url,name,features) {
    window.open(url,name,features);
}			

function abrirventana(theURL,winName,features) {
  window.open(theURL,winName,features);
}
