// JavaScript Document

function articuloRollOver(id,y_offset,path)
{
	new Tip('td_articulo_'+id, { 
		ajax: { url: path+'_php/articulo_tooltip.php?id='+id },
                
		fixed: true,
		effect: (document.all) ? false : 'appear',
		offset: {x:0,y:y_offset}

		/*
		fixed: (document.all),
		
		offset: (document.all) ? {x:0,y:99} : {x:16,y:16}		
		*/
		/*fixed: false,
		effect: 'appear',
		offset: {x:0,y:-210}*/
	});
}


/*function articuloRollOver2(id)
{
	new Tip('td_articulo_'+id, { 
		ajax: { url: PATH+'php/articulo_tooltip.php?id='+id },
		fixed: true,
		effect: (document.all) ? false : 'appear',
		offset: {x:0,y:-210}
	});
}
/**/
/*
		fixed: (document.all),
		effect: 'appear',
		offset: (document.all) ? {x:0,y:99} : {x:16,y:16},
 */

function articuloRoll(id)
{
	$('thm_'+id).toggleClassName('border_pic');
	$('thm_'+id).toggleClassName('border_banner');
}
