function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function high(which2)
	{
	theobject=which2;
	highlighting=setInterval("highlightit(theobject)",50);
	}
	function low(which2)
	{
	clearInterval(highlighting);
	which2.filters.alpha.opacity=50;
	}
	function highlightit(cur2)
	{
	if(cur2.filters.alpha.opacity<100)
	cur2.filters.alpha.opacity+=5
	else if(window.highlighting)
	clearInterval(highlighting)
	}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}



var url="http://www.extremteam.com" 
var titulo="www.extremteam.com"
var icon="images/x.ico"
function agregar(){
if (document.all)
window.external.AddFavorite(url,titulo)}


var text1=" w w w . e x t r e m t e a m . c o m "
comeback=0
cometo=0
function dis(){
window.status=text1.substring(0,cometo)
if(comeback==1){
cometo--;
if(cometo==0){comeback=0}
} else {cometo++;if(cometo==text1.length){comeback=1}}
window.status=text1.substring(0,cometo)+"|"
if(cometo==text1.length){window.setTimeout("dis()",500);} else {window.setTimeout("dis()",50);}
}
dis()