

/**********************************************************************************************

                               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.
      <li delay=2>The <strong>election of Steering Committee members</strong> for the next two years has been completed. Click <a href=\'javascript:pop()\' onClick=\'popwin7(); return false\'>here</a> to view the results.<br><br><br></li>\
      <li delay=2>The <strong>election of Steering Committee members</strong> for the next two years has been completed. Click <a href='popup7.htm' onclick='return popitup('popup7.htm')'>here</a> to view the results.<br><br><br></li>\

*/


document.write("\
\
<div id='vsborder0' style='border-style:none; border-width:1px; border-color:#000000;'>\
\
<div id='vscroll0' style='position:relative;display:none;z-index:0;'><ul>\
\
      <li delay=2><strong>The DVD Forum News Vol.35 (November 2009)</strong> has been posted. Click <a href='press-forumnews.htm'>here</a>.<br><br><br></li>\
\
      <li delay=2>The latest version of <strong>DVD Forum Member Contact List</strong> has been posted on the members sign-in area (as of November 12, 2009)<br> Click <a href='/members/Principal_membership_list_as_of_November_12_2009.pdf'>here</a> for Principal Members.<br>Click <a href='/members/Associate_membership_list_as_of_October_20_2009.pdf'>here</a> for Associate Members.<br><br><br></li>\
\
</ul></div>\
\
</div>");




/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/


node7 = true

function vscrolldata0()
{
var winW = 630, winH = 460;

if (parseInt(navigator.appVersion)>3) {
 if (navigator.appName=="Netscape") {
  winW = window.innerWidth;
  winH = window.innerHeight;
 }
 if (navigator.appName.indexOf("Microsoft")!=-1) {
  winW = document.body.offsetWidth-25;
  winH = document.body.offsetHeight+110;
 }
}

/* var winW = (winW-(141+182+293+1+8+20+20+20)*0.95); */
/* var winH = (winH-(47+430+195-40)*0.95); */


    /*---------------------------------------------
    Scroll Dimensions (Note: Does not include container padding) 230
    ---------------------------------------------*/

	this.container_width = winW*.33
	this.container_height = winH*.18
//	this.container_height = winH*.17
//	this.container_height = winH*.20
//	this.container_height = winH*.26



    /*---------------------------------------------
    Timing and Animation Speed
    ---------------------------------------------*/


	this.initial_scroll_delay = 1			//measured in seconds
	
	this.animation_delay = 20			//measured in milliseconds (1/1000)
	this.animation_jump = 1				//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

	

    /*---------------------------------------------
    Scroll Container Styles and Padding
    ---------------------------------------------*/


	this.container_padding = "2,2,0,2"
	this.container_styles = "background-color:#ffffff;";



    /*---------------------------------------------
    Item Styles and Padding
    ---------------------------------------------*/


	this.item_styles = "color:#222222; text-decoration:none; font-family:Verdana; font-size:10px; border-style:none;border-width:0px;";
	this.item_link_styles = "color:#3366cc; text-decoration:none; font-family:Verdana; font-size:10px; border-style:none;border-width:0px;";
	this.item_link_hover_styles = "color:#3366cc; text-decoration:underline; font-family:Verdana; font-size:10px; border-style:none;border-width:0px;";

}
