jQueryClue(document).ready(function(){
	jQueryClue('a.bios').cluetip(
	{
	cluetipClass: 'jtip', 
	activation: 'click', 
	dropShadow: true, 
	width: 350, 
	height: 250, 
	sticky: true, 
	ajaxCache: false, 
	arrows: true, 
	closePosition: 'title', 
	closeText: 'x'
	}
	);
});

jQueryClue(document).ready(function(){
	jQueryClue('a.dmiClue').cluetip(
	{
	cluetipClass: 'jtip', 
	activation: 'click', 
	dropShadow: true, 
	width: 350, 
	height: 250, 
	sticky: true, 
	ajaxCache: false, 
	arrows: true, 
	closePosition: 'title', 
	closeText: 'close',
	local: true, 
	hideLocal: true
	}
	);
});



