// JavaScript Document
// shirelle data
// code by Azer Manafov (azerman[at]hotmail[dot]com)
// .js encoding - "utf-8"

// this class statics shoulds set before creation of the instance 
clsTtipData.  IMGS_PATH   = "images";// static of clsTtipData (ttipdata.js)
clsTtipData.  VIEW_BOTTOM = 800;
clsTtipData.  VIEW_RIGHT  = 800;
clsViewHelper.TTIP_DIV_ID = "tipView";// DIV object for tooltip



