$(function(){
var x = 10;
var y = 20;
var _windowwidth = $(window).width() * 0.8;
var _windowheight = $(window).height();
$("a.tooltip").mouseover(function(e){
this.mytitle = this.title;
this.myname = this.name;
this.title = "";
var imgtitle = this.mytitle? "
" + this.mytitle : "";
var imgname = this.myname? "
" + this.myname : "";
var tooltip = "