
<!-- hide me
if (document.images) {

  image1on = new Image();
  image1on.src = "images/nav_home01b.gif";
  image1off = new Image();
  image1off.src = "images/nav_home01a.gif";

  image2on = new Image();
  image2on.src = "images/nav_about01b.gif";
  image2off = new Image();
  image2off.src = "images/nav_about01a.gif";

  image3on = new Image();
  image3on.src = "images/nav_training01b.gif";
  image3off = new Image();
  image3off.src = "images/nav_training01a.gif";
  
  image4on = new Image();
  image4on.src = "images/nav_graduates01b.gif";
  image4off = new Image();
  image4off.src = "images/nav_graduates01a.gif";
  
  image5on = new Image();
  image5on.src = "images/nav_gallery01b.gif";
  image5off = new Image();
  image5off.src = "images/nav_gallery01a.gif";

  image6on = new Image();
  image6on.src = "images/nav_contact01b.gif";
  image6off = new Image();
  image6off.src = "images/nav_contact01a.gif";
  
  image7on = new Image();
  image7on.src = "images/nav_rates01b.gif";
  image7off = new Image();
  image7off.src = "images/nav_rates01a.gif";
  
}
function turnOn(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "on.src");
  }
}
function turnOff(imageName) {
  if (document.images) {
    document[imageName].src = eval(imageName + "off.src");
  }
}



// Set the slideshow speed (in milliseconds)
var SlideShowSpeed = 3000;

// Set the duration of crossfade (in seconds)
var CrossFadeDuration = 3;

var Picture = new Array(); 
var showHot = false;       

Picture[1]  = 'images/content_service02.gif';
Picture[2]  = 'images/content_service.gif';

var tss;
var iss;
var jss = 0;
var pss = Picture.length-1;

var preLoad = new Array();
for (iss = 1; iss < pss+1; iss++){
preLoad[iss] = new Image();
preLoad[iss].src = Picture[iss];}

function control(how){
if (showHot){
if (how=="H") jss = 1;
if (how=="F") jss = jss + 1;
if (how=="B") jss = jss - 1;
if (jss > (pss)) jss=1;
if (jss < 1) jss = pss;
if (document.all){
document.images.PictureBox.style.filter="blendTrans(duration=2)";
document.images.PictureBox.style.filter="blendTrans(duration=CrossFadeDuration)";
document.images.PictureBox.filters.blendTrans.Apply();}
document.images.PictureBox.src = preLoad[jss].src;
if (document.all) document.images.PictureBox.filters.blendTrans.Play();
}}



// Begin Random Images

function MM_openBrWindow(theURL,winName,leftnavs) { //v2.0
  window.open(theURL,winName,features);
}



pic_width=768;   /*change to match the height of all your images */
pic_height=102;   /* change to match the width of all your images */
border_size=0;   /* change to the border size you want on the images */
alignment=0;      /* 0=left,1=center */

/* define image urls */

if (document.images)
 {
     pic1= new Image(pic_width,pic_height);
     pic1.src="images/header_banner01.jpg";  
     pic2= new Image(pic_width,pic_height); 
     pic2.src="images/header_banner02.jpg"; 
     pic3= new Image(pic_width,pic_height);
     pic3.src="images/header_banner03.jpg";  
     pic4= new Image(pic_width,pic_height);
     pic4.src="images/header_banner04.jpg";
	 pic5= new Image(pic_width,pic_height);
     pic5.src="images/header_banner05.jpg";  
	 pic6= new Image(pic_width,pic_height);
     pic6.src="images/header_banner06.jpg";  
	 pic7= new Image(pic_width,pic_height);
     pic7.src="images/header_banner07.jpg";  
	 pic8= new Image(pic_width,pic_height);
     pic8.src="images/header_banner08.jpg";  
	 pic9= new Image(pic_width,pic_height);
     pic9.src="images/header_banner09.jpg";  
	 pic10= new Image(pic_width,pic_height);
     pic10.src="images/header_banner10.jpg";  
	 pic11= new Image(pic_width,pic_height);
     pic11.src="images/header_banner11.jpg";  
	 pic12= new Image(pic_width,pic_height);
     pic12.src="images/header_banner12.jpg";  
	 pic13= new Image(pic_width,pic_height);
     pic13.src="images/header_banner13.jpg";  
	 pic14= new Image(pic_width,pic_height);
     pic14.src="images/header_banner14.jpg";  
	 pic15= new Image(pic_width,pic_height);
     pic15.src="images/header_banner15.jpg";  
 }    


function get_random(maxNum)
{
  if (Math.random && Math.round)
  {
    var ranNum= Math.round(Math.random()*(maxNum-1));
    ranNum+=1;
    return ranNum;
  }
  else
  {
  today= new Date();
  hours= today.getHours();
  mins=   today.getMinutes();
  secn=  today.getSeconds();
  if (hours==19)
   hours=18;
  var ranNum= (((hours+1)*(mins+1)*secn)%maxNum)+1;
  return ranNum;
  }
}

function get_Image()
{
 if (document.images)
 {
  var choose_one= get_random(15);  
  choose_one--;

  var pics= new Array(15) 
   pics[0]=pic1.src;
   pics[1]=pic2.src;
   pics[2]=pic3.src;
   pics[3]=pic4.src;
   pics[4]=pic5.src;
   pics[5]=pic6.src;
   pics[6]=pic7.src;
   pics[7]=pic8.src;
   pics[8]=pic9.src;
   pics[9]=pic10.src;
   pics[10]=pic11.src;
   pics[11]=pic12.src;
   pics[12]=pic13.src;
   pics[13]=pic14.src;
   pics[14]=pic15.src;

  document.write("<IMG SRC='"+pics[choose_one]+"' width='"+pic_width+"' height='"+pic_height+"' border='"+border_size+"'>");
 }
}

// -->
