function init()
{
//<![CDATA[
	new Tip('tip.cls.mc.canaleA',
	        '<a target="_blank" href="laureaspec/download/CLS_A_Neuro0809.pdf">Programma delle lezioni</a><br />' + 
	        '<a target="_blank" href="laureaspec/download/CLS_A_Neuro0809_modesami.pdf">Calendario esami</a><br />' + 
	        '<a href="#">Diapositive di alcune lezioni</a>',
            {title: 'Canale A', className: 'sapienza', effect: 'blind', hook: {target: 'topRight', tip: 'bottomLeft'}, showOn: 'click', hideOn: 'click', closeButton: true});
	new Tip('tip.cls.odontoiatria',
	        '<a target="_blank" href="laureaspec/download/Odontoiatria_Progr_Prencipe.pdf">Programma delle lezioni</a>', 
            {title: 'Odontoiatria', className: 'sapienza', effect: 'blind', hook: {target: 'topRight', tip: 'bottomLeft'}, showOn: 'click', hideOn: 'click', closeButton: true});
	new Tip('tip.spec.neurologia',
	        'Direttore <a href="mailto:gianluigi.lenzi@uniroma1.it">Prof. Gianluigi Lenzi</a><br />' + 
	        'Segreteria Tel. 0649914478',
            {title: 'Scuola di Specializzazione in Neurologia', className: 'sapienza', effect: 'blind', hook: {target: 'topRight', tip: 'bottomLeft'}, showOn: 'click', hideOn: 'click', closeButton: true});
            
//]]>
}

Event.observe(window, 'load', init, false);

function updateExampleTip(newClass, txt) {	
	new Tip('tip00', txt, { title: 'Updated', className: newClass});
}

