var MessageText = "Fabricas de Espaņa.com . La Web Profesional"
var DisplayLength = 300
var pos = 1 - DisplayLength;

function ScrollInStatusBar()
{
	var scroll = "";
	pos++;
	if (pos == MessageText.length) pos = 1 - DisplayLength;
	if (pos<0)
	{
		for (var i=1; i<=Math.abs(pos); i++)
			scroll = scroll + "";
	    scroll = scroll + MessageText.substring(0, DisplayLength - i + 1);
	  }
	else
	    scroll = scroll + MessageText.substring(pos, pos + DisplayLength);
	window.status = scroll;
	//Scrolling speed
	setTimeout("ScrollInStatusBar()",20);
}

function InfoEmpresa(idBanner,nomempresa)
{
	var properties;
	properties="width=450,height=250,scrollbars=yes,left=100,top=100";
	
	window.open('infobanner.php?idbanner='+idBanner.toString(),nomempresa,properties);
}

function SubmitSocio(idSocio)
{
	window.open('enviosocio.php?idBanner='+idSocio.toString());
}

function AddStatit()
{
	document.write('<img width=1 height=1 border=0 src="http://www.fabricasdeespana.com/statit/stat_page.php?id=1">');
	statit = new Image(1,1);
	statit.src = "http://www.fabricasdeespana.com/statit/stat.php?id=1&sw="+screen.width+"&sc="+screen.colorDepth+"&refer="+escape(document.referrer);
}

function AddTextBotton()
{
var strURL = "http://www.fabricasdeespana.com/";

	document.write('<table width="775" bgcolor="#3c3296" cellpadding="0" cellspacing="0"><td align="center" cellpadding="0" cellspacing="0">');
	document.write('<table width="100%"><tr><td height="30"></td></tr><tr><td align="center"><span class="textonaranja"><a href="' + strURL + 'index.php"  class="textonaranja">Inicio</a> - ');
	document.write('<a href="' + strURL + 'categorias.php"  class="textonaranja">Categorias</a> - <a href="' + strURL + 'buscador.php"  class="textonaranja">B&uacute;squeda</a> - ');
	document.write('<a href="' + strURL + 'registrate.php"  class="textonaranja">Reg&iacute;strate</a> - <a href="' + strURL + 'destacadas.php"  class="textonaranja">Empresas Destacadas</a> - ');
	document.write('<a href="servicios.php"  class="textonaranja">Servicios</a></span>');
	document.write('</td></tr><tr><td align="center"><a class="textonaranja" href="" onclick="Javascript: document.location=\'' + strURL + 'datos.php\';return false">Webmaster</a><a class="textonaranja" href="' + strURL + '"> - www.fabricasdeespana.com - </a><a class="textonaranja" href="mailto: webmaster@fabricasdeespana.com?Subject=Fabricas de Espaņa">Dise&ntilde;o</a><br></td></tr><tr><td height="20"></td></tr></table></td></table>');

}

function solicitaInformacion(strFabrica,strProducto){
	ventana = window.open('solicita_info.php?idFabrica=' + strFabrica + '&idProducto=' + strProducto,"Solicitud",'toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450,top=0,left=0');
	ventana.focus();
}

function solicitaInformacion(strFabrica){
	ventana = window.open('solicita_info.php?idFabrica=' + strFabrica,"Solicitud",'toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=450,top=0,left=0');
	ventana.focus();
}

function changeovertr(element){
	element.style.backgroundColor='#fafafa';
	if (navigator.appName=="Netscape") { 
		element.style.cursor='pointer';
	}else{ 
		element.style.cursor='hand'; 
	}
}
function changeouttr(element){
	element.style.backgroundColor='#eaeaea';
	element.style.cursor='default';
}
