<!--

var PosX = (screen.Width - 950)/2;

var PosY = (screen.Height - 650)/2;

function psico360() {

if (!window.ventpsico||ventpsico.closed) {

	ventpsico = window.open('home.htm','hpsico','toolbar=no,menubar=no,scrollbars=no,resizable=no,left='+PosX+',top='+PosY+',width=950,height=650'); 

	//ventpsico = window.open('home.htm', 'hpsico' , 'fullscreen=yes');

	}

else { 

	ventpsico.close(); 

	ventpsico = window.open('home.htm','hpsico','toolbar=no,menubar=no,scrollbars=no,resizable=no,left='+PosX+',top='+PosY+',width=950,height=650');

	} 

} 

function oferta_empleo(queoferta) {

if (!window.ventoferta||ventoferta.closed) {

	ventoferta = window.open(queoferta,'hofertas','toolbar=no,menubar=no,scrollbars=no,resizable=no,left='+PosX+',top='+PosY+',width=445,height=530'); 

	}

else { 

	ventoferta.close(); 

	ventoferta = window.open(queoferta,'hofertas','toolbar=no,menubar=no,scrollbars=no,resizable=no,left='+PosX+',top='+PosY+',width=445,height=530');

	} 

} 



function curso(quecurso) {

if (!window.ventcurso||ventcurso.closed) {

	ventcurso = window.open(quecurso,'hcursos','toolbar=no,menubar=no,scrollbars=no,resizable=no,left='+PosX+',top='+PosY+',width=445,height=530'); 

	}

else { 

	ventoferta.close(); 

	ventcurso = window.open(quecurso,'hcursos','toolbar=no,menubar=no,scrollbars=no,resizable=no,left='+PosX+',top='+PosY+',width=445,height=530'); 

	} 

} 





function avisolegal() {

if (!window.ventaviso||ventaviso.closed) {

	ventaviso = window.open('/aviso_legal.htm','haviso','toolbar=no,menubar=no,scrollbars=yes,resizable=no,left=0,top=0,width=600,height=350'); 

	}

else { 

	ventaviso.close(); 

	ventaviso = window.open('/aviso_legal.htm','haviso','toolbar=no,menubar=no,scrollbars=yes,resizable=no,left=0,top=0,width=600,height=350');

	} 

} 


