// Clipstream Video Parameters
var csv = new Object;

csv.Image				='content/h/hockey/hockey.gif'	;
csv.AutoBitRate			='true'		;                																																																												
csv.AutoLoop			='false'	;                				
csv.AutoPlay			='true'	;                		
csv.BackgroundColor		='#000000'	;                
csv.KeyURL				='secure_codekeys.txt'	;   
csv.AuthorizedDomainURL		='http://video.clipstream.com/authorized_clipstream.txt' ;
csv.PreBuffer			='false'	;           		
csv.PanelEnable			='true'		;                		
csv.PanelImagesURL		='buttons_gold_infinitebang.gif';          		
csv.PanelImageWidth		='15,15,15,7,6,1,6,15,52';		
csv.PanelLayout			='PSRMC'	;                    		
csv.PanelPopup			='false'	;                    
csv.PanelPosition		='bottom'	;  
csv.PanelResizable		='false'	;                 
csv.TextColor			='#FFFFFF'	;                  
csv.VideoEdgeColor		='#CCCCFF'	;                  
csv.VideoEdgeWidth		='1'		;                        
csv.VideoTitleImageURL	='content/h/hockey/hockey.gif'	;
csv.VideoPauseImageURL	='content/h/hockey/hockey.gif'	;
csv.ZoomVideo			='Rightclick,Icon';
csv.VideoURL6 = '48 kbps,144x112x10.0@0,content/h/hockey/hockey_048.vcs';
csv.VideoURL5 = '128 kbps,240x176x10.0@128,content/h/hockey/hockey_128.vcs';
csv.VideoURL4 = '256 kbps,288x224x15.0@256,content/h/hockey/hockey_256.vcs';
csv.VideoURL3 = '500 kbps,320x240x15.0@500,content/h/hockey/hockey_500.vcs';
csv.VideoURL2 = '750 kbps,448x336x30.0@750,content/h/hockey/hockey_750.vcs';
csv.VideoURL1 = '950 kbps,464x352x30.0@950,content/h/hockey/hockey_950.vcs';
csv.VideoMessageMode = '2';


// print out the applet
document.writeln( "<APPLET mayscript codebase=http://video.clipstream.com/ archive=clipstreamvideo.zip  code=videoclipstream.class cabbase=clipstreamvideo.cab name=clipstream_video alt='Clipstream Video Player' width=464 height=384>");

// 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>");
