// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Table11' , 'Table11LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Picture11' , 'Picture11LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture11','Set Image',F_Parm('Image 1 (Normal)','./email.gif','Image 2 (Highlighted)','./email_hi.gif','Image 3 (Depressed)','','Image 4 (Selected)','','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,
	'Mouse Over','Picture11','Use Image','Image 2 (Highlighted)',0,
	'Mouse Out','Picture11','Use Image','Image 1 (Normal)',0,
	'Clicked','Layout','Go To','mailto:clinica_azul@yahoo.es',0),'',0);
 	F_OM('NavigationBar1' , 'NavigationBar1LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Picture229' , 'Picture229LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture229','Set Image',F_Parm('Image 1 (Normal)','./botonstacn.gif','Image 2 (Highlighted)','./botonstach.gif','Image 3 (Depressed)','','Image 4 (Selected)','','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,
	'Mouse Over','Picture229','Use Image','Image 2 (Highlighted)',0,
	'Mouse Out','Picture229','Use Image','Image 1 (Normal)',0,
	'Clicked','Layout','Go To','./santacruz.html',0),'',0);
 	F_OM('Picture227' , 'Picture227LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture227','Set Image',F_Parm('Image 1 (Normal)','./botonrealn.gif','Image 2 (Highlighted)','./botonrealh.gif','Image 3 (Depressed)','','Image 4 (Selected)','','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,
	'Mouse Over','Picture227','Use Image','Image 2 (Highlighted)',0,
	'Mouse Out','Picture227','Use Image','Image 1 (Normal)',0,
	'Clicked','Layout','Go To','./realejos.html',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture11A').bind('click', function(__e) { return (F_e('Picture11', F_CL, __e)); } );
	$('#Picture11A').bind('mouseover', function(__e) { return (F_e('Picture11', F_MV, __e)); } );
	$('#Picture11A').bind('mouseout', function(__e) { return (F_e('Picture11', F_MT, __e)); } );
	$('#Picture229A').bind('click', function(__e) { return (F_e('Picture229', F_CL, __e)); } );
	$('#Picture229A').bind('mouseover', function(__e) { return (F_e('Picture229', F_MV, __e)); } );
	$('#Picture229A').bind('mouseout', function(__e) { return (F_e('Picture229', F_MT, __e)); } );
	$('#Picture227A').bind('click', function(__e) { return (F_e('Picture227', F_CL, __e)); } );
	$('#Picture227A').bind('mouseover', function(__e) { return (F_e('Picture227', F_MV, __e)); } );
	$('#Picture227A').bind('mouseout', function(__e) { return (F_e('Picture227', F_MT, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton1" : { image: "./curriculum_vitae_Hb5r_1.gif", rollover: "./curriculum_vitae_HRb5r_1.gif", w: 118, h: 32 },
	"NavigationButton2" : { image: "./chequeo_medico_Nb5.gif", rollover: "./chequeo_medico_NRb5r.gif", w: 118, h: 32 },
	"NavigationButton3" : { image: "./dieta_medica_Nb5.gif", rollover: "./dieta_medica_NRb5r.gif", w: 118, h: 32 },
	"NavigationButton4" : { image: "./medicina_estetica_Nb5_1.gif", rollover: "./medicina_estetica_NRb5r_1.gif", w: 118, h: 32 },
	"NavigationButton5" : { image: "./antienvejecimto._Nb5_1.gif", rollover: "./antienvejecimto._NRb5r_1.gif", w: 118, h: 32 },
	"NavigationButton6" : { image: "./ozonoterapia_Nb5_1.gif", rollover: "./ozonoterapia_NRb5r_1.gif", w: 118, h: 32 },
	"NavigationButton7" : { image: "./inicio_Nb5.gif", rollover: "./inicio_NRb5r.gif", w: 118, h: 32 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar1", rollover: true, autoClose: false });
	$("#NavigationBar1").nofNavBar({isMain: true, orientation: "vertical" });
	$("#NavigationBar1 ul").hide();
});


// End Navigation Bars


