/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

list7 = true
function vscroll_data0()
{
	this.enable_visual_design_mode = false;

 	this.container_width = 250
	this.container_height = 350
	this.top_pause_offset = 10


   /*---------------------------------------------
   Timing and Animation Speed
   ---------------------------------------------*/

	this.initial_scroll_delay = 0

	this.animation_delay = 10
	this.animation_jump = 2

	this.animation_delay_mac = 100
	this.animation_jump_mac = 10


   /*---------------------------------------------
   Scroll Styles
   ---------------------------------------------*/

	this.container_styles = "background-image: url(Images/bg_news.gif); background-repeat: repeat-y; padding-right:10px; padding-left:10px; padding-bottom: 15px; "
	this.item_link_styles = ""
	this.item_link_hover_styles = ""
	this.item_styles = "margin-bottom:10px; background-color:; background-image:; text-align:; font-size:8pt; font-weight:; text-decoration:none; "


}


        function right(e) {
        if (navigator.appName == 'Netscape' && 
        (e.which == 3 || e.which == 2))
        return false;
        else if (navigator.appName == 'Microsoft Internet Explorer' && 
        (event.button == 2 || event.button == 3)) {
        alert("Sorry, you do not have permission to right click.");
        return false;
        }
        return true;
        }

        document.onmousedown=right;
        document.onmouseup=right;
        if (document.layers) window.captureEvents(Event.MOUSEDOWN);
        if (document.layers) window.captureEvents(Event.MOUSEUP);
        window.onmousedown=right;
        window.onmouseup=right;


