// TRESUVESDOBLES: SCRIPTS JAVA COMUNES A TODAS LAS WEBS ALOJADAS

function Visita3w(id,tipo,mod){
 if (tipo=="estadistica") document.write("<IFRAME border=0 frameborder=0 framespacing=0 height=25 marginheight=0 marginwidth=0 name=visitas noResize scrolling=no src=http://tresuvesdobles.com/www-hosting-cont.asp?tipo=stats&id=" + id + " width=50 vspale=0></IFRAME>")
 else
  if (tipo=="contador") document.write("<IFRAME border=0 frameborder=0 framespacing=0 height=25 marginheight=0 marginwidth=0 name=visitas noResize scrolling=no src=http://tresuvesdobles.com/www-hosting-cont.asp?tipo=cont&id=" + id + "&modelo=" + mod + " width=75 vspale=0></IFRAME>")
  else document.write("<IFRAME border=0 frameborder=0 framespacing=0 height=0 marginheight=0 marginwidth=0 name=contador noResize scrolling=no src=http://tresuvesdobles.com/www-hosting-cont.asp?tipo=stats&id=" + id + " width=0 vspale=0></IFRAME>")
}

function VotarTop3w(id,tipo,tam){
 var enlace
 if (tipo=="alert"){
  var voto = window.confirm("\nVota por esta web en www.TRESUVESDOBLES.com     \n")
  if (voto) window.open("http://tresuvesdobles.com/www-alojamiento.asp?sec=Top&id=" + id)
 }
 else{
  if (tipo=="banner") enlace = "<IMG src=http://tresuvesdobles.com/_archivos/www-top" + tam + ".gif border=0 alt='Vota por esta web en www.TRESUVESDOBLES.com'>"
  else
   if (tipo=="texto") enlace = "Vota por esta web en www.TRESUVESDOBLES.com"
   else enlace = tipo
  document.write("<A target=_VotarTop3w_ href=http://tresuvesdobles.com/www-alojamiento.asp?sec=Top&id=" + id + ">" + enlace + "</A>")
 }
}

function Sponsors3w(id,tipo,borde,titulo,fondo,texto,url){
// Posibles tipos: 728x90, 468x60, 234x60, 125x125, 120x600, 160x600, 120x240, 300x250, 250x250, 336x280, 180x150
 if ((tipo=="728x90") || (tipo=="468x60") || (tipo=="234x60") || (tipo=="125x125") || (tipo=="120x600") || (tipo=="160x600") || (tipo=="120x240") || (tipo=="300x250") || (tipo=="250x250") || (tipo=="336x280") || (tipo=="180x150")) formato = tipo
 else formato = "234x60"
 if (borde==undefined) borde = "000000"
 if (titulo==undefined) titulo = "66ff66"
 if (fondo==undefined) fondo = "000000"
 if (texto==undefined) texto = "ffffff"
 if (url==undefined) url = "66ff66"
 posx = formato.indexOf('x')
 ancho = formato.substr(0,posx)
 alto = formato.substr(posx+1)
 document.write("<script type='text/javascript'>")
 document.write("google_ad_client = 'pub-7604718106482260';")
 document.write("google_alternate_color = '" + fondo + "';")
 document.write("google_ad_width = " + ancho + ";")
 document.write("google_ad_height = " + alto + ";")
 document.write("google_ad_format = '" + formato + "_as';")
 document.write("google_ad_channel ='';")
 document.write("google_ad_type = 'text_image';")
 document.write("google_color_border = '" + borde + "';")
 document.write("google_color_bg = '" + fondo + "';")
 document.write("google_color_link = '" + titulo + "';")
 document.write("google_color_url = '" + url + "';")
 document.write("google_color_text = '" + texto + "';")
 document.write("</" + "script>");
 document.write("<script type='text/javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></" + "script>");
 document.write("<IFRAME id=sponsors border=0 frameborder=0 framespacing=0 height=0 marginheight=0 marginwidth=0 name=sponsors noResize scrolling=no src=http://tresuvesdobles.com/www-adsense.asp?id=" + id + " width=0 vspale=0></IFRAME>")
// else document.write("<A href=http://tresuvesdobles.com/www-colaborar.asp target=NuevaVentana><IMG src=http://tresuvesdobles.com/_archivos/www-colaborar.gif border=0></A>")
}

// TRESUVESDOBLES: SCRIPTS JAVA DE SERVICIOS ADICIONALES

function Juegos3w(id){
 document.write("<IFRAME border=0 frameborder=0 framespacing=0 height=100 marginheight=0 marginwidth=0 name=Juego3Ws noResize scrolling=no src=http://tresuvesdobles.com/www-juegos-web.asp?id=" + id + " width=100 vspale=0></IFRAME>")
}

function Galerias3w(){
 document.write("<IFRAME border=0 frameborder=0 framespacing=0 height=200 marginheight=0 marginwidth=0 name=Chica3Ws noResize scrolling=no src=http://tresuvesdobles.com/www-galerias-web.asp width=150 vspale=0></IFRAME>")
}

function Smileys3w(){
 var smileys = window.confirm("\nAbrir galerķa de smileys 3Ws\n")
 if (smileys) window.open("http://tresuvesdobles.com/www-smileys-web.asp","Smileys3Ws","toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=no,width=600,height=450")
}

function Fuegos3w(tam){
 if (tam>265) tam = 265
 else if (tam<50) tam = 50
 width = tam*2
 height = tam
 document.write("<IFRAME border=0 frameborder=0 framespacing=0 height=" + height + " marginheight=0 marginwidth=0 name=Fuegos3Ws noResize scrolling=no src=http://tresuvesdobles.com/_archivos/fuegos.htm width=" + width + " vspale=0></IFRAME>")
}

