	/* external file "myvsparmsg.txt" begins */

	// begin: Vertical Scroller's Parameters 



	//PATTERN: How many messages may RESIDE within scrolling area while PAUSING: 

	//0 for SINGLE, only one RESIDES within area while PAUSING;

	//1 for MORE, as many as they fit RESIDE in the area while PAUSING; 

	var msgnr=0;

	if(msgnr==1){

		var retclass='class="stileret"';

	}



	//If msgnr=0 for PATTERN SINGLE was chosen above and you want that any

	//mesage smaller than area NOT to be CELL-CENTERED, set below value 0:

	var celcen=1;



	//1: FIRST message shows up right at top edge (or cell-centered) and pauses;

	//If First message is to show up at bottom edge and starts scrolling, set below value 0:

	var udopt=1;



	//WIDTH of the Scroller in pixels: set to your own;

	var mwidth=220; 



	//HEIGHT of the Scroller in pixels: set to your own; 

	var mheight=180; 



	//BACKGROUND: either color(1) or image(2, see below) ;

	//1.Background color: could be like: "#ffff00" or "yellow";

	//set it "" for no background color;

	var mcolor="#CCEEFF";



	//or 2.Background image: "imagename.ext";

	//leave it "" for no image background;

	var mbground="";



	//BORDER for scrolling area: 1, ... ;

	//set it 0(zero) for no border;

	var mborder=1;



	//SPEED in pixels: the higher the faster - set your own!

	var mspeed=1; 



	//PAUSE between messages in milliseconds: 1000=1s; set to your own; 

	var mpause = 2000; 



	//Live speed-change option: 0 (not desired) or 1 (desired);

	//"stileupdn" would be the STYLE (CSS), see STEP I above;

	//celcolor would set background color

	var lsopt = 0;

	if(lsopt==1){

		var vesclass='class="stileupdn"';

		var celcolor='#ccffcc';

	}



	//Recall Option: 

	//Let it be 0 if not desired and the scroll will go on;

	//set it 1 if desired: after a complete cycle the scroll stops

	//and you may recall randomly any Message/Image;  

	var rcopt=0;

	if(rcopt==1){

		var cbtxt = new Array();



	//MUST BE as many TEXTs as the number of Messages/Images;

	//Set your own TEXTs, like Messages Title or what you have in there: 

	//cbtxt = ["1-TITLE", "2-Features", "3-Recall Option", "4-Other Possibilities", "5-Check"];

		cbtxt=[];

	}

	//end Parameters 

	//===

	/* end of external_remote file "myvsparmsg.txt" */


