/**********************************************************************************************

                               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 id='vscroll0' style='display:none;z-index:0;'><ul>\
\
	<li delay=2><FONT COLOR='#dc143c'><B>CAMS President's Messages</B></FONT><BR><A HREF='presidentmessage.html'><U>Inaugural Message</U></A>.<br><br><br></li>\
\
	<li delay=2><B>The 15th Conference on Health Care of<BR>the Chinese in North America</B><BR><FONT COLOR='#000080'><B>&quot;Changes and Challenges in Medicine&quot;</B></FONT><BR>October 8-10, 2010 at Los Angeles<BR><A HREF='camasc_conference_2010.pdf' TARGET='new'><U>Conference Brochure</U></A>.<br><br><br></li>\
\
	<li delay=2><FONT COLOR='#dc143c'><B>CAMS Scholarship Program</B></FONT><BR><A HREF='scholarshipprogram.html'><U>2010 application form</U></A> is now available.&nbsp;Click to learn more about the <A HREF='scholarshipprogram.html'><U>program</U></A>.<br><br><br></li>\
\
	<li delay=2><FONT COLOR='#dc143c'><B>Medical / Dental Student Summer Research Fellowship</B></FONT><BR><A HREF='summerprogram.html'><U>2010 application form</U></A> is also available.&nbsp;Click to learn more about the <A HREF='summerprogram.html'><U> fellowship program</U></A>.<br><br><br></li>\
\
	<li delay=2><FONT COLOR='#dc143c'><B>Career Change?</B></FONT><BR>Visit our <A HREF='jobopportunities.html'><U>opportunities page</U></A>.<br><br><br></li>\
\
	<li delay=2><FONT COLOR='#dc143c'><B>Joining CAMS</B></FONT><BR>click for information and a membership <A HREF='join.html'><U>application form</U></A>.<br><br><br></li>\
\
	<li delay=2><FONT COLOR='#dc143c'><B>CAMS / CAIPA Grants</B></FONT><BR>Do you wish to apply a grant from the Community Service Fund?&nbsp; Click here to see the <A HREF='appguide1.pdf' TARGET='_blank'><U>guidelines and details</U>&nbsp;<IMG SRC='images/pdficon_small.gif'></A>.<br><br><br></li>\
\
	<li delay=2><FONT COLOR='#dc143c'><B>Chinese American Health Issues</B></FONT><BR>CAMS plans on developing a comprehensive network of health resources for Chinese American health issues.&nbsp; All parties interested in contributing to our Web site are welcome to <A HREF='mailto:hw5@columbia.edu?subject=Chinese American Health Issues'><U>contact us</U></A>.<br><br><br></li>\
</ul></div></div></div>\
\
</div>");


/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/
list7 = true
function vscroll_data0()
{

	/*Note:  This implementation uses a gradient div to achieve the fade effect.  This div will cover
             the up down button while in design view.  To manipulate the effect in design view use the
             click and drag the message itself.*/

	this.enable_visual_design_mode = false;


 	this.container_width = 350
	this.container_height = 150
	this.top_pause_offset = 12


    /*---------------------------------------------
    Timing and Animation Speed
    ---------------------------------------------*/


	this.initial_scroll_delay = 0			//measured in seconds

	this.animation_delay = 100			//measured in milliseconds (1/1000)
	this.animation_jump = 2				//measured in pixels, must be > 1

	this.animation_delay_mac = 50			//measured in milliseconds (1/1000)
	this.animation_jump_mac = 8			//measured in pixels, must be > 1

  

    /*---------------------------------------------
    Item Styles and Padding
    ---------------------------------------------*/

	/* Note: this.Item_styles apply to all standard content in the scroll, while this.item_link_styles apply to content within hyperlink tags only.  */

	
	this.container_styles = "";
	this.item_styles = "padding-left:8px; padding-right:6px; color:#00000f; font-weight:normal; text-decoration:none; font-family:arial; font-size:12px; border-style:none;border-width:0px;";
	this.item_link_styles = "color:#00000f; font-weight:normal; text-decoration:none; font-family:arial; font-size:12px; border-style:none; border-width:0px;";
	this.item_link_hover_styles = "color:#dc143c; font-weight:normal; text-decoration:none;";

}
