// Clipstream Video Parameters
var csv = new Object; 
    
      csv.VideoPlaylist='http://www.newmediaproduction.com/realestate/alhsvmhh/30clips/MLS_MC-WoodBridge.csl' ;
      csv.AutoBitRate='true' ;
      csv.AutoLoop='False' ;
      csv.AutoPlay='true' ;
      csv.BackgroundColor='#d8e4ef' ;
      csv.KeyURL='http://www.newmediaproduction.com/RealEstate/TimeBankCodeKey.txt' ;
      csv.PanelEnable='true' ;
      csv.PanelImagesURL='buttonsTBHT.gif' ;
      csv.PanelImageWidth='21,22,22,11,6,1,11,20,105' ;
      csv.PanelLayout='PSRMC' ;
      csv.PanelPopup='false' ;
      csv.PanelResizable='true' ;
      csv.PanelPosition='bottom' ;
      csv.TextColor='#000000' ;
      csv.VideoTitleImageURL='MC-WoodBridge.jpg' ;
      csv.VideoTitleImageEndURL='MC-WoodBridge.jpg' ;
      csv.VideoEdgeColor='#17588F' ;
      csv.VideoEdgeWidth='1' ;
      csv.VideoURL1='Tour,950,' ;
      csv.VideoURL2='Tour,750,' ;
      csv.VideoURL3='Tour,500,' ;
      csv.VideoURL4='Tour,256,' ;
      csv.VideoURL5='Tour,128,' ;
      csv.VideoURL6='Tour,48,' ;
      csv.VideoMessageMode='3' ;
      csv.ZoomVideo='Rightclick,Icon';
// print out the applet
document.writeln( "<APPLET codebase='http://www.newmediaproduction.com/realestate/alhsvmhh/30clips/' code=videoclipstream.class name=videoclipstream archive=clipstreamvideo.zip cabbase=clipstreamvideo.cab width='464' height='290' >");

// 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(" <p align='center'> <a href='http://www.clipstreamad.com'><img src='http://video.clipstream.com/content/d/destiny/mediapost/300x250_cs_adB.gif'></a></p> ")
document.writeln( "  </applet> ")