// 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("VJORTEA0101_4.jpg",""), 
	'IM02':wrap_img("VJORTEA0102_4.jpg",""), 
	'IM03':wrap_img("VJORTEA0103_4.jpg",""), 
	'IM06':wrap_img("VJORTEA0106_4.jpg",""), 
	'IM07':wrap_img("VJORTEA0107_4.jpg",""), 
	'IM10':wrap_img("VJORTEA0110_4.jpg",""), 
	'IM11':wrap_img("VJORTEA0111_4.jpg",""), 
	'IM12':wrap_img("VJORTEA0112_4.jpg",""), 
	'IM14':wrap_img("VJORTEA0114_4.jpg",""), 
	'IM24':wrap_img("VJORTEA0124_4.jpg",""), 
	'IM25':wrap_img("VJORTEA0125_4.jpg",""), 
	'IM28':wrap_img("VJORTEA0128_4.jpg","")};
var myHint = new THints (HINTS_CFG, HINTS_ITEMS);