
function pop_promo(IdBarco,Nombre,Ruta){
	
	Url = "modules/Gestor/pop_promo.php?IdBarco="+IdBarco+"&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){
	window.opener.location.reload();
	window.close();
}

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

function pop_borra(IdBarco, IdImagen, Url)
{
	Url = "modules/Gestor/pop_borra.php?IdBarco="+IdBarco+"&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_Barco, CurrentLang)
{
	Url = "modules/promociones/update_desc_larga.php?Id_Barco="+Id_Barco+"&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_fichatec(Id_Barco, CurrentLang)
{
	Url = "modules/promociones/update_ficha.php?Id_Barco="+Id_Barco+"&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_orden_fotos(IdBarco)
{
	Url = "modules/Gestor/pop_orden_fotos.php?IdBarco="+IdBarco;
	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_foto(Ruta,IdBarco){
	Url = "modules/Gestor/pop_situ2.php?Ruta="+Ruta+"&IdBarco="+IdBarco;
	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_modelo(){
	Url = "modules/Gestor/pop_modelo.php";
	window.open(Url, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=380,height=190,left = 440,top = 352');
}