

/* 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; 
//Should one choose  below to set msgnr=1 (MORE), a blank space
//will automatically be inserted after each and every message;
//"stileret" would set the vertical size for this blank space, see STEP I above;
var msgnr=1;
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;
//"px" unit will automatically be set in the process, so do not write "px";
var mwidth=240; 

//HEIGHT of the Scroller in pixels: set to your own; 
//"px" unit will automatically be set in the process, so do not write "px";
//larger Messages (exceeding height) will slide OK anyway, but
//the exceeding height won't show up on option Instant Recall if chosen!
var mheight=400; 

//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="#EAD6DB";
var mcolor="#ffffff";

//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=0;

//SPEED in pixels: the higher the faster - set your own!
var mspeed=3; 

//PAUSE between messages in milliseconds: 1000=1s; set to your own; 
var mpause = 5000; 

//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 = 1;
if(lsopt==1){
var vesclass='class="stileupdn"';
var celcolor='#ffffff';
}

//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 
//===

// begin: Vertical Scroller's Messages/Images - 

//Messages: as many as you'd like: set to your own; 
//Every message MUST be set as a continuous string within '...';
//you may split it by using '+ at ends and then ' at continuations;
//Inside any message you MUST use \' in lieu of ' if need be!
//Use of "<br />" or "<br>" for row control inside any message is recommended;
//Images stand alone or used within a message - preload is recommended:
//preloadname = new Image();
//preloadname.src = "imagename.ext";
//slmg[..]='< ... ><img ... src='+preloadname.src+' /><...>';

var slmg=new Array();
slmg[0]='<font color="red"><a href="cookery_school_case_study_1.asp" rel="nofollow" ><b>1. Claire M.</b></a></font>'+
'<br />Before the cookery course I was a lawyer in the City for nearly 5 years, specialising in commercial real estate. My boyfriend and I decided we were bored of what we were doing...';

slmg[1]='<font color="red"><a href="cookery_school_case_study_2.asp" rel="nofollow"  ><b>2. Johnny P.</b></a></font>'+
'<br />I did a course at your school in 2005 and am best described as small, blonde and cheeky. I just thought I drop you a quick note about what i\'ve been up to over the last few years...';

slmg[2]='<font color="red"><a href="cookery_school_case_study_3.asp" rel="nofollow"  ><b>3. Maria B.</b></a></font>'+
'<br />Armed with over 400 tried and tested recipes, the Gables gave me the confidence to tackle any job as I knew that I had recipes to cater for anyone\'s taste and preferences';

slmg[3]='<font color="red"><a href="cookery_school_case_study_4.asp" rel="nofollow"  ><b>4. Clare W.</b></a></font>'+
'<br />After completing the course at GSoC I bought my own chalet/bar/restaurant in a ski resort in the French Pyrenees which isn’t well known to English visitors so attracts mostly French and some Spanish clients';

slmg[4]='<font color="red"><a href="cookery_school_case_study_5.asp" rel="nofollow"  ><b>5. Zena N.</b></a></font>'+
'<br />I was looked at more by the crew agencies and they were able to put me forward for jobs I would never of had a chance with before doing the course, also it gave me a confidence that I didn\'t have before coming to the Gables...';

slmg[5]='<font color="red"><a href="cookery_school_case_study_6.asp" rel="nofollow"  ><b>6. Luciana B.</b></a></font>'+
'<br />I went back to Grenada nearly two years ago and in a matter of months I got my first job as a cook and stuardess on a 57 foot charters. Was real good, sail up to Antigua and throu the Windword Island...';

slmg[6]='<font color="red"><a href="cookery_school_case_study_7.asp" rel="nofollow"  ><b>7. Yvonne G.</b></a></font>'+
'<br />As you know, Holly and I went to Provence in France earlier this month where we had a fantastic time.  We prepared breakfasts each day; dinner of Coq au Vin with crusty bread for twelve on the first night...';

// ...
//slmg[...]='...';
//end Messages 
/* end of external_remote file "myvsparmsg.txt" */
