// Details data file (S:--)

/* RESERVED WORDS: detailsData */

detailsData = new Array();
detailsData.defaults = new Object();

with(detailsData) {

  defaults.hAlign = "oright"; // left, oleft, center, right, oright
  defaults.vAlign = "top"; // top, otop,  middle, bottom, obottom

  defaults.hOffset = -1; // [px]
  defaults.vOffset = 0; // [px]

  defaults.width = "auto200"; // auto, auto[px], syncro, [px]
  defaults.height = "syncro"; // auto, auto[px], syncro, [px]

  defaults.hSpeed = 600; // static, +/- [px/sec]
  defaults.vSpeed = "static"; // static, +/- [px/sec]

  defaults.hideDelay = 2000 // [msec]

}

// Anchors Array: T, R, B, L

detailsData[0] = new Array( "bC_TL", "bC_R", "bC_B", "bC_TL",
                            "<html><head><style type=\"text/css\">.viz { font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #000000; margin-left: 8px; margin-top: 15px } .viz A { text-decoration: none; color: #1D3799 } .viz A:hover { text-decoration: underline }<\/style></head><body leftmargin=\"5\" topmargin=\"5\" marginwidth=\"0\" marginheight=\"0\" style=\"background-color: #C4D1D5; border-bottom: 1px solid #9DA6A8; border-right: 1px solid #9DA6A8\"><div class=\"viz\">" +
                            "299/23i Ly Thuong Kiet St.,<br>" +
                            "Ward 15, Dist. 11, HCMC, Vietnam<br>" +
                            "phone: +84 08-8665816<br>" +
                            "<div style=\"margin-top: 7px\"><a href=\"mailto:sales@logic.com.vn\">sales@logic.com.vn</a></div></div><\/body><\/html>" );
detailsData[0].onMouseOver = "f04_09(0)";
detailsData[0].onMouseOut = "f04_08(0)";
detailsData[0].onAppear = "rO.swapImg('bCBttn')";
detailsData[0].onShow = "";
detailsData[0].onHide = "rO.restoreImg('bCBttn')"