if(!document.getElementById){
  if(document.all){
    document.getElementById=function(){
if(typeof document.all[arguments[0]]!="undefined"){return document.all[arguments[0]]}else{return null}
    }
  }else if(document.layers){
    document.getElementById=function(){
if(typeof document[arguments[0]]!="undefined"){return document[arguments[0]]}else{return null}
    }
  }
}

function ChaCol(p_Lin)
{
	p_Lin.style.backgroundImage = 'url("img/empOn.gif")';
}

function RemCol(p_Lin)
{
	p_Lin.style.background = 'url(img/backmenu.gif)';
}


function OnPro(p_Num)
{
	document.getElementById("c"+p_Num).style.color="#FF7B18";
}

function OutPro(p_Num)
{
	document.getElementById("c"+p_Num).style.color="#199FDD";
}



function OuvUrl(url)
{
	document.location.href = url;
}

function OuvDem (p_url)
{
 OuvSiz(700,525);
}

function OuvSiz(width, height, p_url)
{
  var top=(screen.height-height)/2;
  var left=(screen.width-width)/2;
window.open (p_url,'','scrollbars=yes,menubar=no,toolbar=no,resizable=yes,width='+width+',height='+height+', top='+top+', left='+left);
}

function DebFla(nom, xSize, ySize)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+xSize+'" height="'+ySize+'">\n');
	document.write('<param name="movie" value="'+nom+'">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="'+nom+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+xSize+'" height="'+ySize+'"></embed>\n');
	document.write('</object>\n');
}

