// Clipstream Video Parameters
var csv = new Object;

csv.Image				='demo/video/j/jsf/jsf.jpg'	;
csv.AutoBitRate			='true'		;         													
csv.AutoLoop			='false'	;                				
csv.AutoPlay			='false'	;                		
csv.BackgroundColor		='#FFFFFF'	;                
csv.KeyURL					='codekeys.txt'	;                		
csv.PanelEnable			='true'		;                		
csv.PanelImagesURL		='panelimages.jpg';          		
csv.PanelImageWidth		='21,22,22,11,6,1,11,20,52';		
csv.PanelLayout			='PSRMC'	;                    		
csv.PanelPopup			='false'	;                    
csv.PanelPosition		='bottom'	;                   
csv.TextColor			='#000000'	;                  
csv.VideoEdgeColor		='#CCCCFF'	;                  
csv.VideoEdgeWidth		='1'		;                        
csv.VideoTitleImageURL	='demo/video/j/jsf/titleimage2_frames.jpg'	;
csv.VideoTitleImageEndURL	='demo/video/j/jsf/endimage.jpg'	;
csv.VideoPauseImageURL	='demo/video/j/jsf/titleimage2_frames.jpg'	;
csv.ZoomVideo			='Rightclick,Icon';
csv.VideoURL4 = '48 kbps,0,demo/video/j/jsf/jsf_048.vcs';
csv.VideoURL3 = '256 kbps,320x144x10.0@256,demo/video/j/jsf/jsf_256.vcs';
csv.VideoURL2 = '500 kbps,320x144x15.0@500,demo/video/j/jsf/jsf_500.vcs';
csv.VideoURL1 = '950 kbps,464x192x15.0@950,demo/video/j/jsf/jsf_950.vcs';
			csv.EventNumber='15';
        csv.Event1='LOAD,content,http://www.clipstream.com/demo/video/j/jsf//info/generalFrame.html';
        csv.Event2='18000,content,http://www.clipstream.com/demo/video/j/jsf//info/regtakeoffFrame.html';
        csv.Event3='55000,content,http://www.clipstream.com/demo/video/j/jsf//info/refuelingFrame.html';
        csv.Event4='85000,content,http://www.clipstream.com/demo/video/j/jsf//info/rollFrame.html';
        csv.Event5='116000,content,http://www.clipstream.com/demo/video/j/jsf//info/carrierFrame.html';
        csv.Event6='250000,content,http://www.clipstream.com/demo/video/j/jsf//info/vtolFrame.html';
        csv.Event7='321000,content,http://www.clipstream.com/demo/video/j/jsf//info/stoFrame.html';
        csv.Event8='332000,content,http://www.clipstream.com/demo/video/j/jsf//info/supersonicFrame.html';
        csv.Event9='355000,content,http://www.clipstream.com/demo/video/j/jsf//info/landingFrame.html';
	csv.Event11 = 'stop,content,http://www.clipstream.com/demo/video/j/jsf//info/generalFrame.html'
        csv.VideoHyperlink1 = '0,25,http://clipstream.com/products/';
        csv.VideoHyperlink2 = 'END,http://www.lockheedmartin.com';


// print out the applet
document.writeln( "<APPLET mayscript archive=clipstreamvideo.zip  codebase=http://clipstream.com/ code=videoclipstream.class cabbase=clipstreamvideo.cab name=videoclipstream alt='Clipstream Video Player' width=320 height=260>");

// 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>");

