function doBanner(){
	// to add new facts, simply follow the existing structure - eg: fact[x]="quick fact"
	// each fact should be on a single line.
	// if a fact includes a " it will be required to put a backslash \ in front of it, otherwise it will give an error.
	// if a fact is added and/or removed, it will be required to update the equation random_num below.
	fact = new Array
	 fact[1]="<img src=\"img/bnr_home_01.jpg\" width=\"697\" height=\"145\" alt=\"\" title=\"\" border=\"0\" />"
	 fact[2]="<img src=\"img/bnr_home_02.jpg\" width=\"697\" height=\"145\" alt=\"\" title=\"\" border=\"0\" />"
	 fact[3]="<img src=\"img/bnr_home_06.jpg\" width=\"697\" height=\"145\" alt=\"\" title=\"\" border=\"0\" />"
	 fact[4]="<img src=\"img/bnr_home_03.jpg\" width=\"697\" height=\"145\" alt=\"\" title=\"\" border=\"0\" />"
	 fact[5]="<img src=\"img/bnr_home_04.jpg\" width=\"697\" height=\"145\" alt=\"\" title=\"\" border=\"0\" />"
	
	// in the code below, the number that is being multiplied should be one less than the number of facts in the list above.
	random_num = (Math.round((Math.random()*4)+1))
	
	document.write(fact[random_num]);
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

if (document.images) {
nav_home_f2 = new Image(50 ,23); nav_home_f2.src = "img/nav_home_f2.gif";
nav_home_f1 = new Image(50 ,23); nav_home_f1.src = "img/nav_home.gif";
nav_about_f2 = new Image(69 ,23); nav_about_f2.src = "img/nav_about_f2.gif";
nav_about_f1 = new Image(69 ,23); nav_about_f1.src = "img/nav_about.gif";
nav_products_f2 = new Image(137 ,23); nav_products_f2.src = "img/nav_products_f2.gif";
nav_products_f1 = new Image(137 ,23); nav_products_f1.src = "img/nav_products.gif";
nav_customer_f2 = new Image(120 ,23); nav_customer_f2.src = "img/nav_customer_f2.gif";
nav_customer_f1 = new Image(120 ,23); nav_customer_f1.src = "img/nav_customer.gif";
nav_gallery_f2 = new Image(59 ,23); nav_gallery_f2.src = "img/nav_gallery_f2.gif";
nav_gallery_f1 = new Image(59 ,23); nav_gallery_f1.src = "img/nav_gallery.gif";
nav_faq_f2 = new Image(33 ,23); nav_faq_f2.src = "img/nav_faq_f2.gif";
nav_faq_f1 = new Image(33 ,23); nav_faq_f1.src = "img/nav_faq.gif";
nav_contact_f2 = new Image(83 ,23); nav_contact_f2.src = "img/nav_contact_f2.gif";
nav_contact_f1 = new Image(83 ,23); nav_contact_f1.src = "img/nav_contact.gif";
}

// popup window code to center the popup in the user's screen
var posx=(screen.width/2)-290;
var posy=(screen.height/2)-229-50;

function doNothing(){
}
