﻿

/**********************************************************************************************

                               Scroll Items and Content

**********************************************************************************************/

/*  

        Note:  Each <li... tag below creates a new scroll item, you may add as many as you wish.  Terminate each line with 
               a backslash '\'.

     Warning:  Double check that there are no extra white spaces after your terminating '\' backslashes, the scroll will fail to
               load if there are extra spaces present.

*/


document.write("\
\
<div><div><div align='justify' id='vscroll0' style='display:none;z-index:0;'><ul>\
\
<li delay=2>Công ty Phần Mềm Đức Nghĩa trân trọng cám ơn quý khách hàng đã tin tưởng sử dụng sản phẩm và dịch vụ của chúng tôi trong thời gian vừa qua, ngay từ khi mới thành lập chúng tôi đã nhận được nhiều quan tâm của quý khách hàng và đối tác nhưng do nguồn lực còn hạn chế nên thời gian qua chúng tôi tập trung cho việc giải quyết các dự án và sản phẩm của  khách hàng và đối tác nên việc xây dựng website và hệ thống trợ giúp khách hàng trực tuyến luôn bị hoãn lại, do vậy nhiều khách hàng mới còn nhiều lo lắng và băn khoăn và gặp khó khăn khi tìm hiểu về chúng tôi. </li>\
\
<li delay=2>Việc ra đời website này góp phần nào giải quyết các khó khăn và vướng mắc của quý khách hàng nhất là khách hàng mới, ngoài ra chúng tôi dự kiến sẽ cho ra mắt hai website nữa vào cuối tháng tám này, dự kiến một website cung cấp thông tin về các dịch vụ trực tuyến và trợ giúp khách hàng cho các sản phẩm và dịch vụ chúng tôi cung cấp,  một website về các sản phẩm phần mềm, dịch vụ phần mềm, giải pháp viễn thông IP. Mong quý khách hàng và đối tác chia sẽ và thông cảm! </li>\
\
<li delay=2>Mọi thông tin xin liên hệ : <br> Công Ty Phần Mềm Đức Nghĩa <br>Trụ sở : 16/8 Kỳ Đồng(Trương Định nối dài),  Phường 9, Quận 3, TP.HCM <br>ĐT : (84.08) 9350 693 <br>Fax : (84.08) 4495 797 <br>Email : info@ducnghia.vn <br> ( Cty chúng tôi  không có thành viên nào tên là Đức Nghĩa mong quý khách hàng lưu ý khi liên hệ) </li>\
\
</li>\
</ul></div></div></div>\
\
</div>");





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/


function vscroll_data0()
{


        this.enable_visual_design_mode = true;

 	this.container_width = 256
	this.container_height = 266
	this.top_pause_offset = 10


   /*---------------------------------------------
   Timing and Animation Speed
   ---------------------------------------------*/

	this.initial_scroll_delay = 0

	this.animation_delay = 100
	this.animation_jump = 2

	this.animation_delay_mac = 100
	this.animation_jump_mac = 15


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/

	this.container_styles = "padding-right:10px; padding-left:10px; "
	this.item_link_styles = "margin-bottom:0px; background-color:; background-image:; color:#1e51c8; text-align:; font-family:Arial; font-size:13px; font-weight:; text-decoration:none; border-style:none; border-color:; border-width:0px; padding-top:; padding-right:; padding-bottom:; padding-left:; "
	this.item_link_hover_styles = "background-color:; background-image:; color:; text-align:; font-family:Arial; font-size:; font-weight:; text-decoration:underline; "
	this.item_styles = "margin-bottom:15px; background-color:; background-image:; color:#212e43; text-align:; font-family:Arial; font-size:13px; font-weight:; text-decoration:none; "


}





