<!-- Los Sets de imagenes -->
var root_images = 'http://www.openhealthss.com/images/';
//var root_images = 'http://localhost/open%20health/images/';

var image_seta1 = [
	{'caption': 'Encounter Screen', 'url': root_images + 'scr1.png'},
	{'caption': 'Diagnostic Images', 'url': root_images + 'scr2.jpg'},	
	{'caption': 'Laboratory Results Review', 'url': root_images + 'scr3.jpg'},
	{'caption': 'Preventions Screen', 'url': root_images + 'scr4.jpg'},
	{'caption': 'Appointment Screen', 'url': root_images + 'scr5.png'},	
	{'caption': 'Billing Screen', 'url': root_images + 'scr6.png'}
];

var image_seta2 = [
	
	{'caption': 'Diagnostic Images', 'url': root_images + 'scr2.jpg'},	
	{'caption': 'Laboratory Results Review', 'url': root_images + 'scr3.jpg'},
	{'caption': 'Preventions Screen', 'url': root_images + 'scr4.jpg'},
	{'caption': 'Appointment Screen', 'url': root_images + 'scr5.png'},	
	{'caption': 'Billing Screen', 'url': root_images + 'scr6.png'},
	{'caption': 'Encounter Screen', 'url': root_images + 'scr1.png'}
];

var image_seta3 = [
	{'caption': 'Laboratory Results Review', 'url': root_images + 'scr3.jpg'},
	{'caption': 'Preventions Screen', 'url': root_images + 'scr4.jpg'},
	{'caption': 'Appointment Screen', 'url': root_images + 'scr5.png'},	
	{'caption': 'Billing Screen', 'url': root_images + 'scr6.png'},
	{'caption': 'Encounter Screen', 'url': root_images + 'scr1.png'},
	{'caption': 'Diagnostic Images', 'url': root_images + 'scr2.jpg'}
];

var image_seta4 = [
	{'caption': 'Preventions Screen', 'url': root_images + 'scr4.jpg'},
	{'caption': 'Appointment Screen', 'url': root_images + 'scr5.png'},	
	{'caption': 'Billing Screen', 'url': root_images + 'scr6.png'},
	{'caption': 'Encounter Screen', 'url': root_images + 'scr1.png'},
	{'caption': 'Diagnostic Images', 'url': root_images + 'scr2.jpg'},	
	{'caption': 'Laboratory Results Review', 'url': root_images + 'scr3.jpg'}
];

var image_seta5 = [
	{'caption': 'Appointment Screen', 'url': root_images + 'scr5.png'},	
	{'caption': 'Billing Screen', 'url': root_images + 'scr6.png'},
	{'caption': 'Encounter Screen', 'url': root_images + 'scr1.png'},
	{'caption': 'Diagnostic Images', 'url': root_images + 'scr2.jpg'},	
	{'caption': 'Laboratory Results Review', 'url': root_images + 'scr3.jpg'},
	{'caption': 'Preventions Screen', 'url': root_images + 'scr4.jpg'}
];

var image_seta6 = [
	{'caption': 'Billing Screen', 'url': root_images + 'scr6.png'},
	{'caption': 'Encounter Screen', 'url': root_images + 'scr1.png'},
	{'caption': 'Diagnostic Images', 'url': root_images + 'scr2.jpg'},	
	{'caption': 'Laboratory Results Review', 'url': root_images + 'scr3.jpg'},
	{'caption': 'Preventions Screen', 'url': root_images + 'scr4.jpg'},
	{'caption': 'Appointment Screen', 'url': root_images + 'scr5.png'}
];


