	//funcion para abrir pagina de e-learning
	
function e_learning(){
	window.open("http://mexico.bussie.com.co/login/index.php","marco","width=100%,height=100%,left=0,top=0,menubar=Yes,toolbar=Yes,location=Yes ,scrollbars=Yes,status=Yes,resizable=Yes,fullscreen=Yes");
	}
	
function avisos(){
	var width = 580;  
	var height = 500;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	var win = window.open('avisos_legales.html', 'producto', 'width=' + width + ', height=' + height + ', ' + 'left=' + left + ', top=' + top + ', location=no, menubar=no, status=no, toolbar=no, scrollbars=yes');
	}
	
function avisos_syncol(){
	var width = 580;  
	var height = 150;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	var win = window.open('avisos_legales_syncol.html', 'producto', 'width=' + width + ', height=' + height + ', ' + 'left=' + left + ', top=' + top + ', location=no, menubar=no, status=no, toolbar=no, scrollbars=no');
	}
	//funcion para abrir pagina pop formulario pacientes

function form_pacientes(){
	window.open("formularios/form_pacientes.html","marco","width=100%,height=100%,left=0,top=0,toolbar=Yes,location=No ,scrollbars=Yes,status=Yes,resizable=No,fullscreen=Yes");
	}
	
//funcion para abrir pagina pop formulario medicos
function form_medicos(){
	window.open("formularios/form_medicos.html","marco","width=100%,height=100%,left=0,top=0,toolbar=Yes,location=No ,scrollbars=Yes,status=Yes,resizable=No,fullscreen=Yes");
	}
	
function trabaja(){
	window.open("formularios/trabaja.html","marco","width=100%,height=100%,left=0,top=0,menubar=Yes,toolbar=Yes,location=Yes ,scrollbars=Yes,status=Yes,resizable=Yes,fullscreen=Yes");
	}

