// JavaScript Document


// botones flash
function boton1() {
	var url="odontologia.html";
	var title="CL&Iacute;NICA ODONTOL&Oacute;GICA";
	Modalbox.show(url, {title: title, width:600, height:400} );
}

function boton2() { // ok!
	var url="kinesiologia.html";
	var title="CL&Iacute;NICA KIN&Eacute;SICA";
	Modalbox.show(url, {title: title, width:600,height:400} );
}
function boton3() { //return;
	var url="pabellon.html";
	var title="PABELL&Oacute;N HOSPITAL CL&Iacute;NICO UNIVERSIDAD MAYOR";
	Modalbox.show(url, {title: title, width:600,height:400} );
}

function boton4() { // ok!
	var url="microscopia.html";
	var title="LABORATORIO DE MICROSCOP&Iacute;A";
	Modalbox.show(url, {title: title, width:600,height:400} );
}
function boton5() { // ok!
	var url="anatomia.html";
	var title="LABORATORIO DE ANATOM&Iacute;A";
	Modalbox.show(url, {title: title, width:600, height:400} );
}

function boton6() { // return;
	var url="ecografia.html";
	var title="SALA DE ECOGRAF&Iacute;AS HOSPITAL CL&Iacute;NICO UNIVERSIDAD MAYOR";
	Modalbox.show(url, {title: title, width:600,height:400} );
}

function boton7() { // return;
	var url="television.html";
	var title="ESTUDIO DE TELEVISI&Oacute;N";
	Modalbox.show(url, {title: title, width:600,height:400} );
}

function boton8() { // return;
	var url="patio.html";
	var title="PATIO UNIVERSIDAD";
	Modalbox.show(url, {title: title, width:600,height:400} );
}

function boton9() { // return;
	var url="labodontologico.html";
	var title="LABORATORIO ODONTOLOGICO";
	Modalbox.show(url, {title: title, width:600,height:400} );
}	
	
// /botones flash
