// JavaScript Document

var HINTS_CFG = {
	'top'        : 5, // a vertical offset of a hint from mouse pointer
	'left'       : 5, // a horizontal offset of a hint from mouse pointer
	'css'        : 'hintsClass', // a style class name for all hints, TD object
	'show_delay' : 500, // a delay between object mouseover and hint appearing
	'hide_delay' : 10000, // a delay between hint appearing and hint hiding
	'wise'       : true,
	'follow'     : true,
	'z-index'    : 2 // a z-index for all hint layers
},

HINTS_ITEMS = {
	'IM01':wrap_img("VJORTEA0501_4.jpg",""), 
	'IM02':wrap_img("VJORTEA0502_4.jpg",""), 
	'IM03':wrap_img("VJORTEA0503_4.jpg",""), 
	'IM05':wrap_img("VJORTEA0505_4.jpg",""), 
	'IM07':wrap_img("VJORTEA0507_4.jpg",""), 
	'IM08':wrap_img("VJORTEA0508_4.jpg",""), 
	'IM10':wrap_img("VJORTEA0510_4.jpg",""), 
	'IM12':wrap_img("VJORTEA0512_4.jpg",""), 
	'IM13':wrap_img("VJORTEA0513_4.jpg",""), 
	'IM14':wrap_img("VJORTEA0514_4.jpg",""), 
	'IM15':wrap_img("VJORTEA0515_4.jpg",""), 
	'IM16':wrap_img("VJORTEA0516_4.jpg",""), 
	'IM19':wrap_img("VJORTEA0519_4.jpg",""), 
	'IM20':wrap_img("VJORTEA0520_4.jpg",""), 
	'IM22':wrap_img("VJORTEA0522_4.jpg",""), 
	'IM23':wrap_img("VJORTEA0523_4.jpg",""), 
	'IM25':wrap_img("VJORTEA0525_4.jpg",""), 
	'IM26':wrap_img("VJORTEA0526_4.jpg","")};
var myHint = new THints (HINTS_CFG, HINTS_ITEMS);