// 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("encmus090201_4.jpg",""), 
	'IM04':wrap_img("encmus090204_4.jpg",""), 
	'IM05':wrap_img("encmus090205_4.jpg",""), 
	'IM06':wrap_img("encmus090206_4.jpg",""), 
	'IM07':wrap_img("encmus090207_4.jpg",""), 
	'IM08':wrap_img("encmus090208_4.jpg",""), 
	'IM09':wrap_img("encmus090209_4.jpg",""), 
	'IM10':wrap_img("encmus090210_4.jpg",""), 
	'IM11':wrap_img("encmus090211_4.jpg",""), 
	'IM12':wrap_img("encmus090212_4.jpg",""), 
	'IM13':wrap_img("encmus090213_4.jpg",""), 
	'IM15':wrap_img("encmus090215_4.jpg",""), 
	'IM16':wrap_img("encmus090216_4.jpg",""), 
	'IM17':wrap_img("encmus090217_4.jpg",""), 
	'IM19':wrap_img("encmus090219_4.jpg",""), 
	'IM20':wrap_img("encmus090220_4.jpg",""), 
	'IM21':wrap_img("encmus090221_4.jpg",""), 
	'IM22':wrap_img("encmus090222_4.jpg",""), 
	'IM23':wrap_img("encmus090223_4.jpg",""), 
	'IM24':wrap_img("encmus090224_4.jpg",""), 
	'IM25':wrap_img("encmus090225_4.jpg","")};
var myHint = new THints (HINTS_CFG, HINTS_ITEMS);


