// Clipstream Video Parameters
var csv = new Object;

csv.Image				='binding_curves.jpg'	;
csv.AutoBitRate			='true'		;                																																																												
csv.AutoLoop			='false'	;                				
csv.AutoPlay			='false'	;                		
csv.BackgroundColor		='#E3E3E3'	;                
csv.Key					='V3AUDEUE3BQGBM'	;                		
csv.PanelEnable			='true'		;                		
csv.PanelImagesURL		='panelimages.jpg';          		
csv.PanelImageWidth		='21,22,22,11,6,1,11,20,105';		
csv.PanelLayout			='PSRMC'	;                    		
csv.PanelPopup			='false'	;                    
csv.PanelPosition		='bottom'	;                   
csv.TextColor			='#000000'	;                  
csv.VideoEdgeColor		='#CCCCFF'	;                  
csv.VideoEdgeWidth		='1'		;                        
csv.VideoTitleImageURL	='binding_curves.jpg'	;
csv.ZoomVideo			='Rightclick,Icon';

csv.VideoURL4 = '256 kbps,320x208x15.0@256,binding_curves_256.vcs';
csv.VideoURL3 = '500 kbps,320x208x15.0@500,binding_curves_500.vcs';
csv.VideoURL2 = '750 kbps,448x304x30.0@750,binding_curves_750.vcs';
csv.VideoURL1 = '950 kbps,464x304x30.0@950,binding_curves_950.vcs';



// print out the applet
document.writeln( "<APPLET mayscript codebase=http://videos.sailrite.com/binding_curves archive=clipstreamvideo.zip  code=videoclipstream.class cabbase=clipstreamvideo_unsigned.cab,clipstreamvideo.cab name=clipstream_video alt='Clipstream Video Player' width=464 height=324>");

// print out the parameters
for ( var p in csv ) {

	var line = "<PARAM NAME='"+p+"' VALUE='"+csv[p]+"'>";
	//alert( line );
	document.writeln( line );

}

// print out the no java message
document.writeln( "	<a href='http://www.clipstream.com/help/visitorhelp.shtml' target='_blank'><img src='http://www.clipstream.com/img/NO_JAVA.gif' border='0' width='320' height='240'></a>" );
document.writeln( "          </applet>");
document.writeln( " <p><a href='http://videos.sailrite.com/help/' target='_blank'><font  color='#000000' size='1' face='Arial, Helvetica,sans-serif'>Need Streaming Video  Help?</font></a></p> ")
