// JavaScript Document$(function() {$('a.imgover img:hover[title!=""]').qtip({ style: { tip: true, color: '#666', background: 'transparent', border:  {      width: 0,      radius: 0,	  color: '#ffffff'    } }, position: { corner: {target: 'topMiddle', tooltip: 'bottomMiddle'}, adjust: { screen: true , mouse: true} }, show: {effect: { type:'slide',length:'150'} }, hide: {effect: {type:'fade',length:'0'} } });});