function terapiaind(num) 
{ 
if(num==1){
var url = 'formularios/terapiainddejardefumar.html'
}
if(num==2){
var url = 'formularios/terapiaindadelgazar.html'
}
if(num==3){
var url = 'formularios/terapiaindinsomnio.html'
}
if(num==4){
var url = 'formularios/terapiaindmorderselasunas.html'
}
if(num==5){
var url = 'formularios/terapiaindfobias.html'
}
if(num==6){
var url = 'formularios/terapiaindcirugia.html'
}
if(num==7){
var url = 'formularios/solicitudseminario.html'
}
var width = 320; 
var height = 500;
//var ancho = (screen.availWidth/2)-(width/2); 
//var alto = (screen.availHeight/2)-(height/2); 
var specs = "fullscreen=no,left=0,top=0,screenX=0,screenY=0"; 
specs += ",width=" + width + ",height=" + height; 
specs += ",scrollbars=no,toolbar=no,menubar=no"; 
specs += ",status=no,location=no"; 
specs += ",directories=no,resizable=no,alwaysRaised"; 
//specs += ",innerHeight=" + height + ",innerWidth=" + width; 
var Popup = window.open(url,'terapia', specs); 
Popup.resizeTo(width,height);
Popup.focus();
//vete();
}
function ciudad(num) 
{ 
if(num=='fbarcelona'){
var url = 'formularios/calendariobarcelona_fumar.html'
}
if(num=='fbilbao'){
var url = 'formularios/calendariobilbao_fumar.htm'
}
if(num=='abilbao'){
var url = 'formularios/calendariobilbao_adel.htm'
}
if(num=='abarcelona'){
var url = 'formularios/calendariobarcelona_adel.htm'
}
if(num=='fmadrid'){
var url = 'formularios/calendariomadrid_fumar.html'
}
if(num=='amadrid'){
var url = 'formularios/calendariomadrid_adel.html'
}
if(num=='fzaragoza'){
var url = 'formularios/calendariozaragoza_fumar.htm'
}
if(num=='azaragoza'){
var url = 'formularios/calendariozaragoza_adel.htm'
}
if(num=='fmurcia'){
var url = 'formularios/calendariomurcia_fumar.html'
}
if(num=='amurcia'){
var url = 'formularios/calendariomurcia_adel.html'
}
if(num=='fsevilla'){
var url = 'formularios/calendariosevilla_fumar.htm'
}
if(num=='asevilla'){
var url = 'formularios/calendariosevilla_adel.htm'
}
if(num=='fvalencia'){
var url = 'formularios/calendariovalencia_fumar.htm'
}
if(num=='avalencia'){
var url = 'formularios/calendariovalencia_adel.htm'
}
if(num=='falicante'){
var url = 'formularios/calendarioalicante_fumar.htm'
}
if(num=='aalicante'){
var url = 'formularios/calendarioalicante_adel.htm'
}
if(num=='fmalaga'){
var url = 'formularios/calendariomalaga_fumar.htm'
}
if(num=='amalaga'){
var url = 'formularios/calendariomalaga_adel.htm'
}
if(num=='fpalma'){
var url = 'formularios/calendariopalma_fumar.htm'
}
if(num=='apalma'){
var url = 'formularios/calendariopalma_adel.htm'
}
if(num=='fvitoria'){
var url = 'formularios/calendariovitoria_fumar.html'
}
if(num=='felche'){
var url = 'formularios/calendarioelche_fumar.html'
}
if(num=='fmarbella'){
var url = 'formularios/calendariomarbella_fumar.html'
}
if(num=='fcartagena'){
var url = 'formularios/calendariocartagena_fumar.html'
}
if(num=='fcordoba'){
var url = 'formularios/calendariocordoba_fumar.html'
}
var width = 430; 
var height = 520;
//var ancho = (screen.availWidth/2)-(width/2); 
//var alto = (screen.availHeight/2)-(height/2); 
var specs = "fullscreen=no,left=0,top=0,screenX=0,screenY=0"; 
specs += ",width=" + width + ",height=" + height; 
specs += ",scrollbars=no,toolbar=no,menubar=no"; 
specs += ",status=no,location=no"; 
specs += ",directories=no,resizable=no,alwaysRaised"; 
//specs += ",innerHeight=" + height + ",innerWidth=" + width; 
var Popup = window.open(url,'terapia', specs); 
Popup.resizeTo(width,height);
Popup.focus();
//vete();
}




function disponibilidadalcentro(ventana) 
{ 
var url = ventana
var width = 300; 
var height = 300;
var ancho = (screen.availWidth/2)-(width/2); 
var alto = (screen.availHeight/2)-(height/2); 
var specs = "fullscreen=no,left="+ancho+",top="+alto+",screenX=0,screenY=0"; 
specs += ",width=" + width + ",height=" + height; 
specs += ",scrollbars=no,toolbar=no,menubar=no"; 
specs += ",status=no,location=no"; 
specs += ",directories=no,resizable=no,alwaysRaised"; 
//specs += ",innerHeight=" + height + ",innerWidth=" + width; 
var Popup = window.open(url, 'disponi', specs); 
Popup.resizeTo(width,height);
Popup.focus();
//vete();
}



function otraciudad() 
{ 
var url = 'otraciudad.html';
var width = 570; 
var height = 340;
var ancho = (screen.availWidth/2)-(width/2); 
var alto = (screen.availHeight/2)-(height/2); 
var specs = "fullscreen=no,left=0,top=0,screenX=0,screenY=0"; 
specs += ",width=0" + width + ",height=" + height; 
specs += ",scrollbars=no,toolbar=no,menubar=no"; 
specs += ",status=no,location=no"; 
specs += ",directories=no,resizable=no,alwaysRaised"; 
//specs += ",innerHeight=" + height + ",innerWidth=" + width; 
var Popup = window.open(url, 'disponi', specs); 
Popup.resizeTo(width,height);
Popup.focus();
//vete();
}


function amigo(ventana) 
{ 
var url = ventana
var width = 400; 
var height = 400;
var ancho = (screen.availWidth/2)-(width/2); 
var alto = (screen.availHeight/2)-(height/2); 
var specs = "fullscreen=no,left="+ancho+",top="+alto+",screenX=0,screenY=0"; 
specs += ",width=" + width + ",height=" + height; 
specs += ",scrollbars=no,toolbar=no,menubar=no"; 
specs += ",status=no,location=no"; 
specs += ",directories=no,resizable=no,alwaysRaised"; 
//specs += ",innerHeight=" + height + ",innerWidth=" + width; 
var Popup = window.open(url, 'amigo', specs); 
Popup.resizeTo(width,height);
Popup.focus();
//vete();
}



function fases(ventana) 
{ 
var url = ventana
var width = screen.availWidth; 
var height = screen.availHeight; 
var specs = "fullscreen=no,left=0,top=0,screenX=0,screenY=0"; 
specs += ",width=" + width + ",height=" + height; 
specs += ",scrollbars=no,toolbar=no,menubar=no"; 
specs += ",status=no,location=no"; 
specs += ",directories=no,resizable=no,alwaysRaised"; 
//specs += ",innerHeight=" + height + ",innerWidth=" + width; 
var Popup = window.open(url, 'fase', specs); 
Popup.resizeTo(width,height);
Popup.focus();
//vete();
}

function fase1() 
{ 
var url = 'fase1.html'
var width = screen.availWidth; 
var height = screen.availHeight; 
var specs = "fullscreen=no,left=0,top=0,screenX=0,screenY=0"; 
specs += ",width=" + width + ",height=" + height; 
specs += ",scrollbars=no,toolbar=no,menubar=no"; 
specs += ",status=no,location=no"; 
specs += ",directories=no,resizable=no,alwaysRaised"; 
//specs += ",innerHeight=" + height + ",innerWidth=" + width; 
var Popup = window.open(url, 'remote2', specs); 
Popup.resizeTo(width,height);
Popup.focus()
//vete();
}function fase2() 
{ 
var url = 'fase2.html'
var width = screen.availWidth; 
var height = screen.availHeight; 
var specs = "fullscreen=no,left=0,top=0,screenX=0,screenY=0"; 
specs += ",width=" + width + ",height=" + height; 
specs += ",scrollbars=no,toolbar=no,menubar=no"; 
specs += ",status=no,location=no"; 
specs += ",directories=no,resizable=no,alwaysRaised"; 
//specs += ",innerHeight=" + height + ",innerWidth=" + width; 
var Popup = window.open(url, 'remote2', specs); 
Popup.resizeTo(width,height);
Popup.focus()
//vete();
}function fase3() 
{ 
var url = 'fase3.html'
var width = screen.availWidth; 
var height = screen.availHeight; 
var specs = "fullscreen=no,left=0,top=0,screenX=0,screenY=0"; 
specs += ",width=" + width + ",height=" + height; 
specs += ",scrollbars=no,toolbar=no,menubar=no"; 
specs += ",status=no,location=no"; 
specs += ",directories=no,resizable=no,alwaysRaised"; 
//specs += ",innerHeight=" + height + ",innerWidth=" + width; 
var Popup = window.open(url, 'remote2', specs); 
Popup.resizeTo(width,height);
Popup.focus()
//vete();
}function fase4() 
{ 
var url = 'fase4.html'
var width = screen.availWidth; 
var height = screen.availHeight; 
var specs = "fullscreen=no,left=0,top=0,screenX=0,screenY=0"; 
specs += ",width=" + width + ",height=" + height; 
specs += ",scrollbars=no,toolbar=no,menubar=no"; 
specs += ",status=no,location=no"; 
specs += ",directories=no,resizable=no,alwaysRaised"; 
//specs += ",innerHeight=" + height + ",innerWidth=" + width; 
var Popup = window.open(url, 'remote2', specs); 
Popup.resizeTo(width,height);
Popup.focus()
//vete();
}function fase5() 
{ 
var url = 'fase5.html'
var width = screen.availWidth; 
var height = screen.availHeight; 
var specs = "fullscreen=no,left=0,top=0,screenX=0,screenY=0"; 
specs += ",width=" + width + ",height=" + height; 
specs += ",scrollbars=no,toolbar=no,menubar=no"; 
specs += ",status=no,location=no"; 
specs += ",directories=no,resizable=no,alwaysRaised"; 
//specs += ",innerHeight=" + height + ",innerWidth=" + width; 
var Popup = window.open(url, 'remote2', specs); 
Popup.resizeTo(width,height);
Popup.focus()
//vete();
}function fase6() 
{ 
var url = 'fase6.html'
var width = screen.availWidth; 
var height = screen.availHeight; 
var specs = "fullscreen=no,left=0,top=0,screenX=0,screenY=0"; 
specs += ",width=" + width + ",height=" + height; 
specs += ",scrollbars=no,toolbar=no,menubar=no"; 
specs += ",status=no,location=no"; 
specs += ",directories=no,resizable=no,alwaysRaised"; 
//specs += ",innerHeight=" + height + ",innerWidth=" + width; 
var Popup = window.open(url, 'remote2', specs); 
Popup.resizeTo(width,height);
Popup.focus()
//vete();
}function fase7() 
{ 
var url = 'fase7.html'
var width = screen.availWidth; 
var height = screen.availHeight; 
var specs = "fullscreen=no,left=0,top=0,screenX=0,screenY=0"; 
specs += ",width=" + width + ",height=" + height; 
specs += ",scrollbars=no,toolbar=no,menubar=no"; 
specs += ",status=no,location=no"; 
specs += ",directories=no,resizable=no,alwaysRaised"; 
//specs += ",innerHeight=" + height + ",innerWidth=" + width; 
var Popup = window.open(url, 'remote2', specs); 
Popup.resizeTo(width,height);
Popup.focus()
//vete();
}function fase8() 
{ 
var url = 'fase8.html'
var width = screen.availWidth; 
var height = screen.availHeight; 
var specs = "fullscreen=no,left=0,top=0,screenX=0,screenY=0"; 
specs += ",width=" + width + ",height=" + height; 
specs += ",scrollbars=no,toolbar=no,menubar=no"; 
specs += ",status=no,location=no"; 
specs += ",directories=no,resizable=no,alwaysRaised"; 
//specs += ",innerHeight=" + height + ",innerWidth=" + width; 
var Popup = window.open(url, 'remote2', specs); 
Popup.resizeTo(width,height);
Popup.focus()
//vete();
}

