
function pop_promo(IdPromo,Nombre,Ruta){
	
	Url = "modules/Gestor/pop_promo.php?Promo="+IdPromo+"&Nombre="+Nombre+"&Ruta="+Ruta;

	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=380,height=180,left = 440,top = 352');
//	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=340,left = 440,top = 352');
}

/*function pop_viv(IdTipo,Ruta,Url,Nombre){
	
	Url = "modules/Gestor/pop_viv.php?Tipo="+IdTipo+"&Ruta="+Ruta+"&Url="+Url+"&Nombre="+Nombre;
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=380,height=190,left = 440,top = 352');
}*/

function pop_situ(TipoImg,Ruta,IdPromo,Nombre){
	Url = "modules/Gestor/pop_situ.php?Tipo="+TipoImg+"&Ruta="+Ruta+"&IdPromo="+IdPromo+"&Nombre="+Nombre;
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=380,height=190,left = 440,top = 352');
}
function pop_galeria_fotos(idinm)
{
	Url = "modules/promociones/pop_galeria.php?IdInm="+idinm;
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=620,height=520,left = 440,top = 352');
}

function pop_contacto(Promo, Currentlang){
	Url = "modules/promociones/contacto.php?IdPromo="+Promo+"&Currentlang="+Currentlang+"";
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=530,height=339,left = 374,top = 352');
}

function pop_memorias(Promo, Currentlang){
	Url = "modules/promociones/memorias.php?IdPromo="+Promo+"&Currentlang="+Currentlang+"";
	window.open(Url, '', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=530,height=339,left = 374,top = 352');
}



function cerrar(){
	window.close();
}

function salir_pop(ruta_nueva){
	alert("kk");
	window.opener.location.reload();
	window.close();
}

function actualizar_obj(){
	//alert(window.opener.document.all.retorno.value);
}

function pop_borra(IdPromo, IdImagen, Url)
{
	Url = "modules/Gestor/pop_borra.php?IdPromo="+IdPromo+"&IdImagen="+IdImagen+"&Url="+Url+"";
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=380,height=130,left = 440,top = 352');
}

function pop_modifica(IdImagen)
{
	Url = "modules/Gestor/pop_modifica.php?IdImagen="+IdImagen+"";
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=380,height=130,left = 440,top = 352');
}

function pop_modifica_tipo(IdPromo, IdTipo)
{
	Url = "modules/Gestor/pop_modifica_tipo.php?IdPromo="+IdPromo+"&IdTipo="+IdTipo+"";
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=380,height=130,left = 440,top = 352');
}

function pop_modifica_vivienda(IdPromo, RutaPlano, IdImagen, Url)
{
	Url = "modules/Gestor/pop_modifica_vivienda.php?IdPromo="+IdPromo+"&RutaPlano="+RutaPlano+"&IdImagen="+IdImagen+"&Url="+Url+"";
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=380,height=130,left = 440,top = 352');
}

function pop_borra_memoria(IdMemoria, Url)
{
	Url = "modules/Gestor/pop_borra_memoria.php?IdMemoria="+IdMemoria+"&Url="+Url+"";
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=380,height=130,left = 440,top = 352');
}

function pop_caseta(IdPromo)
{
	Url = "modules/Gestor/pop_caseta.php?IdPromo="+IdPromo+"";
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=150,left = 440,top = 352');
}

function pop_orden_promo(TipoPromo)
{
	Url = "modules/Gestor/pop_orden_promo.php?TipoPromo="+TipoPromo+"";
	window.open(Url, '', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=400,height=600,left = 350,top = 200');
}

function pop_orden_vistas(IdPromo)
{
	Url = "modules/Gestor/pop_orden_vistas.php?IdPromo="+IdPromo+"";
	window.open(Url, '', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=600,left = 350,top = 200');
}

function pop_orden_tipos(IdPromo)
{
	Url = "modules/Gestor/pop_orden_tipos.php?IdPromo="+IdPromo+"";
	window.open(Url, '', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=600,left = 350,top = 200');
}

function pop_consultar(Promo, Tipo, Altura, Tipo_Contacto, Currentlang){
	Url = "modules/promociones/contacto.php?IdPromo="+Promo+"&Tipo="+Tipo+"&Altura="+Altura+"&Tipo_Contacto="+Tipo_Contacto+"&Currentlang="+Currentlang+"";
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=530,height=339,left = 374,top = 352');
}

function pop_memoria_locales(IdPromo, RutaMemoria)
{
	Url = "modules/Gestor/pop_memoria_locales.php?IdPromo="+IdPromo+"&RutaMemoria="+RutaMemoria+"";
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=380,height=130,left = 440,top = 352');
}

function pop_borra_local(IdLocal, IdInmueble)
{
	Url = "modules/Gestor/pop_borra_local.php?IdLocal="+IdLocal+"&IdInmueble="+IdInmueble+"";
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=550,height=180,left = 440,top = 352');
}

function pop_modif_local(IdImagen, Nombre, Metros, Precio, RutaBajo, IdLocal)
{
	Url = "modules/Gestor/pop_modif_local.php?IdImagen="+IdImagen+"&Nombre="+Nombre+"&Metros="+Metros+"&Precio="+Precio+"&RutaBajo="+RutaBajo+"&IdLocal="+IdLocal+"";
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=550,height=250,left = 440,top = 352');
}

function pop_memoria_locales(IdInmueble, RutaMemo)
{
	Url = "modules/Gestor/pop_memoria_locales.php?IdInmueble="+IdInmueble+"&RutaMemo="+RutaMemo+"";
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=550,height=200,left = 440,top = 352');
}

function pop_borra_tipoviv(IdVivienda)
{
	Url = "modules/Gestor/pop_borra_tipoviv.php?IdVivienda="+IdVivienda+"";
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=550,height=180,left = 440,top = 352');
}

function pop_nuevo_tipoviv(IdPromo, IdTipo)
{
	Url = "modules/Gestor/pop_nuevo_tipoviv.php?IdPromo="+IdPromo+"&IdTipo="+IdTipo+"";
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=630,height=330,left = 440,top = 352');
}

function pop_memorias_grid(Promo, Tipo, Currentlang){
	Url = "modules/promociones/memorias_grid.php?IdPromo="+Promo+"&Tipo="+Tipo+"&Currentlang="+Currentlang+"";
	window.open(Url, '', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=530,height=339,left = 374,top = 352');
}


function pop_google(Promo, Currentlang){
	Url = "modules/promociones/google_earth.php?IdPromo="+Promo+"&Currentlang="+Currentlang+"";
	window.open(Url, '', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=150,left = 374,top = 352');
}

function pop_descripcion_larga(Id_Promo, CurrentLang)
{
	Url = "modules/promociones/update_desc_larga.php?Id_Promo="+Id_Promo+"&CurrentLang="+CurrentLang+"";
	window.open(Url, '', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=720,height=475,left = 250,top = 250');
}

function pop_idiomas()
{
	Url = "modules/Gestor/pop_idiomas_index.php";
	window.open(Url, '', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=720,height=475,left = 250,top = 250');
}
function pop_caracteristicas()
{
	Url = "modules/Gestor/pop_caracteristicas.php";
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=580,height=330,left = 440,top = 352');
}

function pop_alta_promo(user)
{
	Url = "modules/promociones/pop_alta_promocion.php?user="+user;
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=600,left = 350,top = 352');
}


function pop_alta_agencia(user)
{
	Url = "modules/promociones/pop_alta_agencia.php?user="+user;
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=400,left = 350,top = 352');
}


function pop_alta_comercial(user)
{
	Url = "modules/promociones/pop_alta_comercial.php?user="+user;
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=400,left = 350,top = 352');
}


function pop_alta_propietario(user)
{
	Url ="modules/promociones/pop_alta_propietario.php?user="+user;
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=400,left = 350,top = 352');
}

function pop_alta_promotora(user)
{
	Url ="pop_alta_promotora.php?user="+user;
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=600,left = 150,top = 152');
}

function pop_mantenimiento(user)
{
	Url = "modules/promociones/pop_mantenimiento.php?user="+user;
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=750,height=610,left = 250,top = 252');
}

function pop_comonosconocio()
{
	Url = "modules/Gestor/medios.php";
	window.open(Url, '', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=400,height=800,left = 350,top = 200');
}


function pop_mapa()
{
    Url = "modules/2mano/mapa.php";
    window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=600');
}


function pop_queja(id, tipo)
{
	Url = "modules/quejas/?id="+id+"&tipo="+tipo;
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=472,height=250,left = 250,top = 252');
}