

/**********************************************************************************************

                               Content Swap Items and Content

**********************************************************************************************/

/*  

        Note:  Each <li... tag below creates a new swap 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 swap will fail to
               load if there are extra spaces present.

*/


document.write("\
\
<ul id='cswap0' style='position:relative;display:none;z-index:0;'>\
\
	<li>&#8220;Since 1995, I have worked with Quality Systems as my soul source for circuit-card assembly. I could not be more pleased with their quality, price and delivery. Working with their management team has been an absolute pleasure and I have total confidence in their abilities to continue supporting my future requirements.&#8221;<br><br><i>Chuck Pridham, V.P. of Operations<br>Palomar Displays</i></li>\
\
	<li>&#8220;When ramping up to meet the increased volume in our military products, we knew we would succeed or fail based on our choice of circuit board supplier. Quality Systems has been an invaluable partner - helping us quickly work through technical issues and a demanding delivery schedule resulting in our continued success in a very demanding and competitive market.&#8221;<br><br><i>Steve Robinette, Program Manager<br>Palomar Displays</i></li>\
\
</ul>\
\
</div>");





/**********************************************************************************************

                               Customizable Options and Styles

**********************************************************************************************/

node7=true
function cswapdata0()
{


    /*---------------------------------------------
    Content Dimensions
    ---------------------------------------------*/

	this.container_width = 430
	this.container_height = 120



    /*---------------------------------------------
    Message Timing
    ---------------------------------------------*/

	this.initial_swap_delay = 0			//measured in seconds
	this.swap_delay = 6				//measured in seconds

	

    /*---------------------------------------------
    Container Styles and Padding
    ---------------------------------------------*/

	this.container_padding = "0,3,0,3"
	this.container_styles = "border-width:0px; border-style:dotted; background-color:transparent;";



    /*---------------------------------------------
    Container Styles and Padding
    ---------------------------------------------*/
	
	this.item_styles = "color:#000000; text-decoration:none; font-family:verdana; font-size:11px; border-style:none;border-width:0px;";
	this.item_link_styles = "color:#0033cc; text-decoration:none; font-family:verdana; font-size:11px; border-style:none;border-width:0px;";
	this.item_link_hover_styles = "color:#0033cc; text-decoration:underline; font-family:verdana; font-size:11px; color:#ff0000;border-style:none;border-width:0px;";



    /*---------------------------------------------
    Animated Transitions (IE 5.5 & Up only)
    ---------------------------------------------*/

	this.item_transitions = "filter:progid:DXImageTransform.Microsoft.Fade(duration=2);";


}

