

/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/
node7 = true

function cswapdata0()
{
 

    /*---------------------------------------------
    Content Dimensions
    ---------------------------------------------*/

	this.container_width = 507
	this.container_height = 27



    /*---------------------------------------------
    Message Timing
    ---------------------------------------------*/

	this.initial_swap_delay = 0			//measured in seconds
	this.swap_delay = 6				//measured in seconds



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

	this.container_padding = "5,1,5,7"
	this.container_styles = "border-width:0px; border-color:#666666; border-style:solid; background-image:url(grfx/cswap.gif); background-color:#ffffff;";



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

	this.item_styles = "color:#f4dc8a; cursor:default; text-decoration:none; font-family:verdana; font-size:9pt; font-weight:bold; border-style:none; border-width:0px;";
	this.item_link_styles = "color:#f4dc8a; text-decoration:none; font-family:verdana; font-size:9pt; font-weight:bold; border-color:#71A207; border-style:none;border-width:0px;";
	this.item_link_hover_styles = "color:#F7BC08; text-decoration:none; font-family:verdana; font-size:9pt; font-weight:bold; border-color:#666666; border-style:none;border-width:0px;";



    /*---------------------------------------------
    Animated Transitions (IE 5.5 & Up only)
    ---------------------------------------------*/

	this.item_transitions = "filter:progid:DXImageTransform.Microsoft.Slide(duration=1, slideStyle='hide', bands=20);";


}
