
/* external file "mybcparmsg.txt" begins */
// begin: Belt Conveyer's Parameters
//========================
//PATTERN: SINGLE or MORE. How many messages may reside within scrolling area
// while PAUSING: 0 for SINGLE: only one;  1 for More: as many as they fit in the area; 
var bmsgnr=0;

//If chosen bmsgnr=1 above, the "stilmsg" in STEP I must have "text-align:left".
//A 20px wide blank space is automatically inserted after every
//message. Each one will pause when reaching the left edge.
//If chosen bmsgnr=0, recommended CSS is "text-align:center",
//then any message shorter than conveyer width will be centered.
//When larger than conveyer width, automatically a 20px wide
//blank space is inserted after any such message.
//When no blank space automatically inserted is desired set below value 1:
var blanspa=0;

//First message shows up at the right edge and starts scrolling: 0
//If you want First message to pop up at the left edge (or centered based on CSS)
//set below value: 1
var rlopt=0;

//WIDTH of the Conveyer in pixels: set to your own; 
//"px" unit will automatically be set in the process, so do not write px; 
var bwidth=944; 

//HEIGHT of the Conveyer in pixels: set to your own; 
//"px" unit will automatically be set in the process, so do not write px;
//"20" is more or less for one line!
var bheight=25; 

//SPEED in pixels: the higher the faster.
var bspeed=1; 

//PAUSE between messages in milliseconds: 1000=1s; set to your own; 
var bpause = 2000; 

//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 bbcolor="";

//or 2.Background image: "imagename.ext";
//leave it "" for no image background;
var bbground="";

//BORDER for sliding area: 1, ... ;
//set it 0(zero) for no border;
var bborder=0;

//LIVE speed-change option: let it be 0 if not desired or change to 1below if desired;
//"stilefss" would be the STYLE (CSS), see STEP I above;
//belcolor would be background color for the area;
var bsopt = 0;
if(bsopt==1){
var besclass;
besclass='class="stilefss"';sa
var belcolor='';
}
//end Parameters 

var sglm=new Array();
sglm[0]='<a href="http://www.infoshield.com.om/images/ISO27001.pdf" target="_blank">ISO 27001 Certified</a>';sglm[1]='<a href="http://www.infoshield.com.om/images/training/pdf/CEH12.pdf" target="_blank">Certified Ethical Hacker Version7 3 to 7 March 2012 1200 OR</a>';sglm[2]='<a href="http://www.infoshield.com.om/images/training/pdf/security2012.pdf" target="_blank"> Security + 25 to 29 Feb  2012 1100 OR</a>';sglm[3]='<a href="http://www.infoshield.com.om/images/Wirlesssecurity2012.pdf" target="_blank">Wirless security 7 to 11 Apr 2011 970 OR</a>';



