/*
 * Ext JS Library 3.0 RC1
 * Copyright(c) 2006-2009, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license

### Hospital Prontocor ###
 */
Ext.onReady(function(){

/*	
	new Ext.ToolTip({        
        title: '<a href="#">Hospital Prontocor Bauru</a>',
        id: 'content-anchor-tip',
        target: 'Lateral',
        anchor: 'left',
        html: null,
        width: 200,
        autoHide: true,
        closable: false,
        contentEl: 'HospitalProntocor', // load content from the page
        listeners: {
            'render': function(){
                this.header.on('click', function(e){
                    e.stopEvent();
                    Ext.Msg.alert('Link', 'Link to something interesting.');
                    Ext.getCmp('content-anchor-tip').hide();
                }, this, {delegate:'a'});
            }
        }
    });
*/

	new Ext.ToolTip({
        target: 'tip',
		html: '<div align="left"><b>PRONTO ATENDIMENTO OBSTETRICO</b><br>Rua. Araujo Leite, 26-27<br>Jd. Nasralla-Bauru<br>SERVIÇO DE ATENDIMENTO AO USUÁRIO<br>Fone:2106-5656<br>Fone: 3104-0300</div>',
		trackMouse:true
    });

    Ext.QuickTips.init();

	new Ext.ToolTip({
        target: 'tipProntocor',
		html: '<div align="left"><b>HOSPITAL GERAL</b><br>Rua Manoel Bento Cruz 8-35<br>Centro - Bauru<br>Fone: 4009-3232</div>',
		trackMouse:true
    });
	
	new Ext.ToolTip({
        target: 'tipAssHospitalar',
		html: '<div align="left"><b>ASSOCIAÇÃO HOSPITALAR DE BAURU</b><br>Rua Monsenhor Claro, 8-88.<br>Centro - Bauru<br>SERVIÇO DE ATENDIMENTO AO USUÁRIO<br>Fone:2106-5656</div>',
		trackMouse:true
    });

	new Ext.ToolTip({
        target: 'tipBene',
		html: '<div align="left"><b>HOSPITAL BENEFICENCIA PORTUGUESA</b><br>Rua Rio Branco, 13-83<br>Centro - Bauru<br>SERVIÇO DE ATENDIMENTO AO USUÁRIO<br>Fone:2106-5656</div>',
		trackMouse:true
    });
 
	new Ext.ToolTip({
        target: 'tipSFrancisco',
		html: '<div align="left"><b>HOSPITAL SÃO FRANCISCO</b><br>Ribeirão Preto<br>SERVIÇO DE ATENDIMENTO AO USUÁRIO<br>Fone:2106-5656</div>',
		trackMouse:true
    });

	new Ext.ToolTip({
        target: 'tipPerlati',
		html: '<div align="left"><b>HOSPITAL PSQUIATRICO</b><br>Praça Dr. Adolfo Bezerra de Menezes s/n <br>Jaú <br>SERVIÇO DE ATENDIMENTO AO USUÁRIO<br>Fone:14 3622-8282</div>',
		trackMouse:true
    });

 
 
    Ext.QuickTips.init();


});