// Clipstream Video Parameters
var csv = new Object;

csv.Image				='arn247605bh60Sec.jpg'	;
csv.AutoBitRate			='true'		;                																																																												
csv.AutoLoop			='false'	;                				
csv.AutoPlay			='true'	;                		
csv.BackgroundColor		='#d8e4ef'	;                
csv.Key					='V7G8DR7ZCZTJQE'	;                		
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	='arn247605bh60Sec.jpg'	;
csv.VideoPauseImageURL	='arn247605bh60Sec.jpg'	;
csv.ZoomVideo			='Rightclick,Icon';
csv.VideoURL3 = '128 kbps,240x160x10.0@128,arn247605bh60Sec_128.vcs';
csv.VideoURL2 = '256 kbps,320x224x15.0@256,arn247605bh60Sec_256.vcs';
csv.VideoURL1 = '500 kbps,320x224x15.0@500,arn247605bh60Sec_500.vcs';



// print out the applet
document.writeln( "<APPLET mayscript archive=clipstreamvideo.zip  code=videoclipstream.class cabbase=clipstreamvideo_unsigned.cab,clipstreamvideo.cab name=clipstream_video alt='Clipstream Video Player' width=320 height=228>");

// 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>");
