var url='http://www.programasejogos.com/';

function frame(enlace,programa,descorta,id_programa)
{
win = window.open();
win.document.write('<html><head><title>Você está entrando em um site que não pertence a programasEjogos.com</title><meta name="description" content="Accueil: '+programa+'.'+descorta+'"></head><frameset rows="120,*" border="0" framespacing="0" frameborder="no" id="eliminar"><frame src="http://www.programasejogos.com/frame_software.php?id_programa='+id_programa+'" name="parent" scrolling="no"><frame src="'+enlace+'" name="contenido"></html>');
				win.document.close();
				}

function imagen(cual,titulo)
{
	if(cont==1){
		ventana.close();ventana=null
	}

	if(titulo==null){
		titulo=titulopordefecto
	}

	ventana=window.open('','ventana','resizable=yes,sc rollbars=no,width=50,height=50')
	ventana.document.write('<html><head><title>' + titulo + '</title></head><body style="overflow:hidden" marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" scroll="no" onUnload="opener.cont=0"><div align="center" style="width:auto;text-align:center;margin:auto;"><img src="' + cual + '" onLoad="opener.redimensionar(this.width, this.height)"><br><a href="javascript:this.close();" style="color:#333333;font-size:14px;text-decoration:none;">cerrar</a></div>')
	ventana.document.close()
	cont++
}

				
				function popUp_ver(URL)
				{
				day = new Date();
				id = day.getTime();
				eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=700l,height=700l ,,left = 40,top = 30');");
				}
				
				
				// Script para agregar a Favoritos
				
				function favoritos(){
				var url='http://www.programasejogos.com/';
				var titulo="ProgramasEJogos.com - Centenas de jogos GRÁTIS"
				if (document.all)
				window.external.AddFavorite(url, titulo);
				else if (window.sidebar)
				window.sidebar.addPanel(titulo, url, "")
				}
				
				function abrir(){	
				
				nueva_vent=open(url+'recomendar.php','vent1','toolbar=0, status=0, location=0, directories=0, menubar=0, scrollbars=0, resize=0, width=600, height=450');
				}
				
				function abrir_contacto(){
				nueva_vent=open(url+'contactanos.php','vent1','toolbar=0, status=0, location=0, directories=0, menubar=0, scrollbars=0, resize=0, width=700, height=600');
				}
				
				function abrir_alta(){
				nueva_vent=open(url+'alta_programa.php','vent1','toolbar=0, status=0, location=0, directories=0, menubar=0, width=700, height=600');
}