ÿþ<html> <head> <script language="JavaScript1.2"> //Slide-in scoller- © Dynamic Drive (www.dynamicdrive.com) //For full source code, 100's more DHTML scripts, and TOS, //visit http://www.dynamicdrive.com //Configure delay between messages (4000=4 secs): var delay=7000 //Configure scroller width var scrollwidth="350px" //Configure scroller height var scrollheight="75px" var message=new Array() //Configure messages. Extend array as needed: var openingtag='<font face="Arial" size=5>' message[0]='<b><a href="http://www.ebccm.org/Page2234.html" target="_parent"> /H1) '/'1) .71 'DCH'1+ H'D'2E'* AJ 9E'F 'D#1/F 24-28-3-2012</a></b>' message[1]='<b>*B/JE 4G'/) '.5'&J '/'1) 'D'2E'* DEF7B) 'D41B 'D#H37 B1J('K</b>' message[2]='<b> 'D/C*H1 F'&D 'DEHEFJ J/9H 'DI '3*-/'+ (1'E, /1'3'* 9DJ' AJ E,'D '/'1) 'DCH'1+ H'D'2E'* AJ 'D9'DE 'D91(J </b>' message[3]='<b> /H1'* E*.55) AJ '/'1) .71 'DCH'1+ H'D'2E'* </b>' var closingtag='</font>' //This variable specifies the initial negative offset of each msg //You may wish to increase it if your scroller is to the right of page horizontally var hoffset=-10 </script> </script> <script type='text/javascript'> /*********************************************** * Carousel Slideshow II- By Harry Armadillo (http://www.codingforums.com/showthread.php?t=58814) * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code * Please keep this notice intact ***********************************************/ function carousel(params){ if(!(params.width>0 && isFinite(params.width)))params.width=100; if(!(params.height>0 && isFinite(params.height)))params.height=100; if(!(params.sides>2 && isFinite(params.sides)))params.sides=4; if(!(params.steps>0 && params.steps<100 && isFinite(params.steps)))params.steps=20; if(!(params.speed>0 && isFinite(params.speed)))params.speed=8; if(!(params.image_border_width>=0 && isFinite(params.image_border_width)))params.image_border_width=0; if(isFinite(params.id)||!params.id)params.id='bad_id_given_'+Math.random(); document.write("<div style='position:relative;overflow:hidden;' id='"+params.id.replace(/[^a-zA-Z0-9]+/g,'_')+"'></div>"); var cdiv=document.getElementById(params.id.replace(/[^a-zA-Z0-9]+/g,'_')) cdiv.style.width=params.width+'px'; cdiv.style.height=params.height+'px'; cdiv.style.border=params.border; cdiv.style.position='relative'; cdiv.style.overflow='hidden'; cdiv.title=params.id; var counter=0,spinning=true,interval=Math.floor(60000/params.sides/params.steps/params.speed)-5; interval=isNaN(interval)?200:interval; var img_position=[],images=[],img_dimension=[]; var img_index=params.images.length+1,img_index_cap=2*params.images.length; var faces=Math.ceil(params.sides/2), dimension, direction, targ, attr, faraway; function init(){ if(params.direction=="left" || params.direction=="right"){ direction=params.direction; dimension="width"; } else if(params.direction=="top" || params.direction=="bottom"){ direction=params.direction; dimension="height"; } else { direction="left"; dimension="width"; } faraway=(direction=="left"||direction=="top")?'-20000px':'20000px'; cdiv.style[dimension]=params[dimension]/(params.size_mode=='image'?Math.sin(Math.PI/params.sides):1)+'px'; var img=new Image(); img.style.position='absolute'; img.style[direction]=faraway; img.style.width=params.width-2*params.image_border_width+'px'; img.style.height=params.height-2*params.image_border_width+'px'; img.style.border=(params.image_border_width||0)+'px solid '+params.image_border_color; for(var i=0;i<params.images.length;i++){ images[i]=img.cloneNode(true); images[i].src=params.images[i]; if(params.links && params.links[i] && params.links[i]!=''){ targ=params.lnk_targets && params.lnk_targets[i]||params.lnk_base||'new'; if(targ=="_blank"){ attr=(params.lnk_attr && params.lnk_attr[i])?",'"+params.lnk_attr[i]+"'":""; images[i].onclick=new Function("window.open('"+params.links[i]+"','"+targ+"'"+attr+")"); } else if(targ.substr(0,1)=="_"){ images[i].onclick=new Function(targ.substr(1)+".location='"+params.links[i]+"'"); } else{ attr=(params.lnk_attr && params.lnk_attr[i])?",'"+params.lnk_attr[i]+"'":""; images[i].onclick=new Function("var t='"+targ+"';if(window[t]){try{window[t].close()}catch(z){}}window[t]=window.open('"+params.links[i]+"',t"+attr+");window[t].focus()"); } images[i].style.cursor=document.all?'hand':'pointer'; } if(params.titles && params.titles[i] && params.titles[i]!='') images[i].title=params.titles[i]; if(document.all) images[i].alt=images[i].title; images[i+params.images.length]=images[i]; if(params.images.length==faces) images[i+2*params.images.length]=images[i]; cdiv.appendChild(images[i]); } var face_size=params.size_mode=='image'?params[dimension]:params[dimension]*Math.sin(Math.PI/params.sides); var face_offset=params[dimension]*Math.cos(Math.PI/params.sides)/(params.size_mode=='image'?Math.sin(Math.PI/params.sides):1)/2-.5; var pi_piece=2*Math.PI/params.steps/params.sides; for(i=0;i<=params.steps*faces;i++){ img_dimension[i]=face_size*Math.sin(pi_piece*i); img_position[i]=(i<params.steps*params.sides/2)?Math.floor(params[dimension]/2/(params.size_mode=='image'?Math.sin(Math.PI/params.sides):1)-face_offset*Math.cos(pi_piece*i)-img_dimension[i]/2)+'px':faraway; img_dimension[i]=img_dimension[i]-2*params.image_border_width>1?Math.ceil(img_dimension[i])-2*params.image_border_width+'px':'1px'; } } init(); cdiv.rotate = function(){ setTimeout('document.getElementById("'+cdiv.id+'").rotate()',interval); if(!spinning) return; if(++counter>=params.steps){ counter=0; if(++img_index>=img_index_cap) img_index=params.images.length; } images[img_index-faces].style[direction]=faraway; for(var i=faces-1;i>=0;i--){ images[img_index-i].style[direction]=img_position[counter+i*params.steps]; images[img_index-i].style[dimension]=img_dimension[counter+i*params.steps]; } } cdiv.onmouseover=function(){ spinning=false; } cdiv.onmouseout=function(){ spinning=true; } setTimeout('document.getElementById("'+cdiv.id+'").rotate()',100); } </script> <link rel="stylesheet" type="text/css" href="chrometheme/chromestyle2.css" /> <script type="text/javascript" src="chromejs/chrome.js"> </script> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252" /> <title>EBCCM</title> <link rel="stylesheet" href="css/site.css"> <style> <!-- li.MsoNormal {mso-style-parent:""; margin-bottom:.0001pt; text-align:right; direction:rtl; unicode-bidi:embed; font-size:12.0pt; font-family:"Times New Roman"; margin-left:0cm; margin-right:0cm; margin-top:0cm} div.Section1 {page:Section1;} h4 {margin-top:12.0pt; margin-right:0cm; margin-bottom:3.0pt; margin-left:0cm; page-break-after:avoid; font-size:14.0pt; font-family:"Times New Roman"} --> </style> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style="background-color: #FFFFFF" rightmargin="0" bottommargin="0"> <div align="center"> <table width="1016" border="0" bottommargin="0" topmargin="0" cellpadding="2" cellspacing="0" bgcolor="#0099FF"> <tr margin-top: 0; margin-bottom: 0> <td width="50%" background="images/Untitled-1.jpg">&nbsp;</td> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="left" valign="top" bgcolor="#193976"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#E9E3E7"> <table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top: 0; margin-bottom: 0" bgcolor="#CCE0F3"> <tr> <td width="766" align="center" valign="top" bgcolor="#E9E3E7" style="border: 2px solid #FFFFFF; "> <iframe id="mainFrame" name="I3" src="header.html" height="296" width="766" marginwidth="0" scrolling="no" marginheight="0" frameborder="0" hspace= "0" vspace= "0"> </iframe></td> </tr> <tr><td width="761" align="center" valign="top" bgcolor="#E9E3E7" style="border: 1px solid #FFFFFF; " height="12"> <div class="chromestyle" id="chromemenu" style="width: 768px; height: 22px"> <ul> <li><a href="http://www.ebccm.org" target="_parent" >Home</a></li> <li><a href="#" rel="dropmenu1">Center</a></li> <li><a href="#" rel="dropmenu2">Training</a></li> <li><a href="http://www.ebccm.org/consulting.html" target="_parent">Consulting</a></li> <li><a href="http://www.ebccm.org/drmdiploa.html" target="_parent" >DRM Diploma</a></li> <li><a href="http://www.ebccm.org/Certificates.html" target="_parent">Certificates</a></li> <li><a href="http://www.ebccm.org/newsletter.html" target="_parent">Newsletter</a></li> <li><a href="http://www.ebccm.org/Book.html" target="_parent">Book</a></li> <li><a href="http://www.ebccm.org/contactus.html" target="_parent">Contact us</a></li> </ul> </div> <!--1st drop down menu --> <div id="dropmenu1" class="dropmenudiv" style="width: 80px;"> <a href="http://www.ebccm.org/aboutus.html" target="_parent">About us</a> <a href="http://www.ebccm.org/experts.html" target="_parent">Our Experts</a> </div> <!--2nd drop down menu --> <div id="dropmenu2" class="dropmenudiv" style="width: 150px;"> <a href="http://www.<div id="dropmenu3" class="dropmenudiv" style="width: 100px;"> <a href="http://www.ebccm.org/CDMT.html" target="_parent">Crises and Disasters Management</a> <a href="http://www.ebccm.org/RMT.html" target="_parent">Risk Management</a> <a href="http://www.ebccm.org/ENMT.html" target="_parent">Environmental Management</a> <a href="http://www.ebccm.org/EMT.html" target="_parent">Engineering Management</a> </div> <script type="text/javascript"> cssdropdown.startchrome("chromemenu") </script> <script type="text/javascript"> cssdropdown.startchrome("chromemenu") </script> </td></tr> <tr> <td width="769" align="center" valign="top" bgcolor="#EAF9FF" style="border-top:1px solid #0099FF; border-bottom:1px solid #0099FF; margin-left:10; margin-right:10" background="images/lang.jpg" height="5"> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table1" height="31"> <br> <div align="center" class="style20"> <script type='text/javascript'> carousel({id:'EBCCM', //Enter arbitrary but unique ID of this slideshow instance border:'', size_mode:'image', //Enter "carousel" or "image". Affects the width and height parameters below. width:130, //Enter width of image or entire carousel, depending on above value height:140, //Enter height of image or entire carousel, depending on above value sides:18, //# of sides of the carousel. What's shown = sides/2. Even integer with sides/2< total images is best steps:23, //# of animation steps. More = smoother, but more CPU intensive speed:2, //Speed of slideshow. Larger = faster. direction:'right', //Direction of slideshow. Enter "top", "bottom", "left", or "right" images:['http://www.ebccm.org/1.jpg', 'http://www.ebccm.org/2.jpg', 'http://www.ebccm.org/3.jpg', 'http://www.ebccm.org/4.jpg', 'http://www.ebccm.org/5.jpg', 'http://www.ebccm.org/6.jpg', 'http://www.ebccm.org/7.jpg', 'http://www.ebccm.org/8.jpg', 'http://www.ebccm.org/9.jpg', 'http://www.ebccm.org/10.jpg', 'http://www.ebccm.org/11.jpg', 'http://www.ebccm.org/JCF1.jpg', 'http://www.ebccm.org/JCF2.jpg', 'http://www.ebccm.org/JCF3.jpg', 'http://www.ebccm.org/JCF4.jpg', 'http://www.ebccm.org/JCF5.jpg', 'http://www.ebccm.org/12.jpg', 'http://www.ebccm.org/13.jpg', 'http://www.ebccm.org/16.jpg', 'http://www.ebccm.org/17.jpg', 'http://www.ebccm.org/14.jpg.JPG'], links: ['http://www.dynamicdrive.com', //enter link URLs, or for no links, empty array instead (links :[]) 'http://www.javascriptkit.com', 'http://www.codingforums.com', 'http://www.cssdrive.com'], image_border_width:1, image_border_color:'blue' }); </script> <br> <ilayer width=&{scrollwidth}; height=&{scrollheight}; name="sslide"> <layer name="sslide2" width=&{scrollwidth}; height=&{scrollheight};></layer> </ilayer> <script language="JavaScript1.2"> var inc=1 var ns4=document.layers var ie5ns6=document.getElementById||document.all if (ie5ns6) document.write(openingtag+'<div id="flyin" style="position:relative;width:'+scrollwidth+';height:'+scrollheight+';">'+message[0]+'</div>'+closingtag) function updatemsg(){ crossobj.style.left="-2000px" crossobj.style.fontStyle="italic" crossobj.innerHTML=message[inc] crossobj.style.left=crossobj.offsetWidth*(-1)+hoffset+"px" start=setInterval("animatein()",50) inc=(inc<message.length-1)? inc+1 : 0 } function animatein(){ if (parseInt(crossobj.style.left)<0) crossobj.style.left=parseInt(crossobj.style.left)+20+"px" else{ crossobj.style.left=0+"px" crossobj.style.fontStyle="normal" clearInterval(start) } } function updatemsgns4(){ document.sslide.document.sslide2.document.write(openingtag+message[inc]+closingtag) document.sslide.document.sslide2.document.close() inc=(inc<message.length-1)? inc+1 : 0 } function initialize(){ if (ie5ns6){ crossobj=document.getElementById? document.getElementById("flyin") : document.all.flyin setInterval("updatemsg()",delay+1000) } else if (ns4){ document.sslide.document.sslide2.document.write(openingtag+message[0]+closingtag) document.sslide.document.sslide2.document.close() setInterval("updatemsgns4()",delay) } } window.onload=initialize </script> <div id="news"> <p align="center"><font face="Tahoma" color="#EAF9FF"> <marquee direction="left" height="50" scrolldelay="180" onmouseover="stop()" onmouseout="start()" width="769"><div align="center" class="style20"> </div> </div> </table> </td> </tr> </table></td> </table></td> </tr> <tr> <td height="16" align="center" bgcolor="#0099FF" width="769"> <font face="Tahoma" color="#FFFFFF" size="2">2006.EBCCM ®, all right reserved</font></td> </tr> </table></td> <td background="images/Untitled-1.jpg" width="50%">&nbsp;</td> </tr> </table> </div> <body onload="startmotor(0)"> </body> </html>