/* external file "myvsparmsg.txt" begins */
// begin: Vertical Scroller's Parameters
//More than one message may reside within scrolling area
//while pausing: 0 (not desired) or 1 (desired);
//Should one choose this option - value 1, automatically
//a blank space is inserted after each and every message;
//retclass would set the vertical size for this blank space;
var msgnr=1;
if(msgnr==1){
var retclass='class="stileret"';
}
//Cell-centered if single message in the area chosen above;
//0: (not desired) or 1 (desired):
var celcen=0;
//1: First message shows up right at top edge (or cell-centered) and pauses;
//0: First message shows up at bottom edge and starts scrolling
//then pauses at the top edge (or cell-centered);
var udopt=1;
//width of the Scroller in pixels: set to your own;
var mwidth=300;
//height of the Scroller in pixels: set to your own;
//larger Messages (exceeding height) will slide OK anyway,
// but the exceeding height won't show up on Recall!
var mheight=350;
//BACKGROUND: either color(1) or image(2) ;
//1.Background color: could be like: "#ffff00" or "yellow";
//set it "" for no background color;
var mcolor="";
//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=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);
//vesclass would be the STYLE
//celcolor would be background color
var lsopt = 0;
if(lsopt==1){
var vesclass='class="stileupdn"';
var celcolor='#ffffff';
}
//Recall Option:
//set it 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 -
var slmg=new Array();
//Stand alone Images only - as many as you'd like;
//If no preloading desired go to Messages and fill in as usual:
//slmg[..]='
'; ...
//If you want to preload them all when loading your page:
//Remove all lines from: //Messages: ... up to ... //end Messages
//Remove "//" from next 6 lines and set your images in first one;
//slmg=["image1name.ext", "image2name.ext", ...];
//var preloadname = new Array();
//for(pp=0;pp';}
//end stand alone 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!
//
and
are recommended
//for alignment and/or Size, color, ... control;
//Images used within a message - preload is recommended:
//preloadname = new Image();
//preloadname.src = "imagename.ext";
//slmg[..]='< ... >
<...>';
slmg[0]='Prospectus Hosts Ireland’S First Health Research Roundtable in Partnership with HRB and IDA
Prospectus, in partnership with HRB and IDA recently brought together stakeholders in Irish health research from Industry, Healthcare, Universities and State Agencies for a round table discussion on the challenges and way forward in health research. This highly successful event focused on the theme of “Building Successful Partnerships” and addressed a number of specific questions. Click here to access the output and key messages from the Roundtable event';
slmg[1]='Prospectus Survey Of The Irish Higher Education Sector
In recognition of the challenges facing third and fourth level education institutions, Prospectus recognised that there would be value in capturing the climate, concerns and ambitions of the Irish higher education sector at this time.';
slmg[2]='Appointments
Executive Chariman of Prospectus, David W Duffy elected new President of the Institute of Management Consultants and Advisors (IMCA) for 2007';
slmg[3]='9 Topics: 9 Views
Click to download Insights for 2007';
slmg[4]='Articles
Irish Times Article - Ireland faces a university challenge PDF 120kbs';
slmg[5]='Events
Unleashing the Potential of the Not for Profit Sector Seminar
Prospectus ran a seminar for the not for profit and philanthropic sectors on Tuesday the 30th of January 2007 in the Royal College of Physicians ...
Clean Hospitals Ceremony Award for the Irish Patients Association
Prospectus sponsored the Clean Hospitals Ceremony Award for the Irish Patients Association on Thursday the 7th of September 2006 ...';
slmg[6]='Publications
Review of Sign Language Interpretation Services and Service Requirements in Ireland 900kbs
In November 2006 Comhaire launched the Review of Sign Language Interpretation (SLI) Services and Service Requirements in Ireland, which was conducted by Prospectus.
The review highlights issues of concern with regard to the current situation and in consultation with stakeholders recommends a model for future delivery of services in Ireland. It is estimated that the current service is seriously under-funded and unable to meet the needs of many people who are deaf throughout the country. A new organisation is to be established to deliver ISL services in Ireland. ';
slmg[7]='Newsletters
Strategy News Spring 2008 110kbs';
// ...
//slmg[...]='...';
//end Messages
/* end of external_remote file "myvsparmsg.txt" */