<!-- hide this stuff from other browsers
function Init() {
	menu = new Array('1','2','3','4','5','6');
	if (document.all) {
		winw = document.body.offsetWidth;
		for (i=0; i<menu.length; i++) {
			document.all[menu[i]].style.posLeft = Math.round((winw-690)/2);
		}
	} else {
		winw = window.innerWidth;
		for (i=0; i<menu.length; i++) {
			document.layers[menu[i]].left = Math.round((winw-690)/2);
		}
	}
}

function getAppVersion()
 {
  appname= navigator.appName;
  appversion = navigator.appVersion;
  majorver = appversion.substring(0, 1);
//  if ( (appname == "Netscape") && ( majorver >= 3 ) ) return 1;
  if ( (appname == "Microsoft Internet Explorer") && (majorver>= 4) ) return 1;
  return 0;
 }
function ShowHide(obj) {
	if (document.all) {
		obj = document.all[obj].style;
		vis = "visible";
		hid = "hidden";
	} else {
		obj = document.layers[obj];
		vis = "show";
		hid = "hide";
	}
	obj.visibility = (obj.visibility == vis) ? hid : vis;
}

function switchGraphic(num, imgname)
 {
  if (getAppVersion())
  {
   document[imgname].src = img[num].src;
  }
 }

 imgsrc = new Array();
 imgsrc[0] = "images/2_1.gif";
 imgsrc[1] = "images/2_1-on.gif";
 imgsrc[2] = "images/2_2.gif";
 imgsrc[3] = "images/2_2-on.gif";
 imgsrc[4] = "images/2_3.gif";
 imgsrc[5] = "images/2_3-on.gif";
 imgsrc[6] = "images/2_4.gif";
 imgsrc[7] = "images/2_4-on.gif";
 imgsrc[8] = "images/2_5.gif";
 imgsrc[9] = "images/2_5-on.gif";
 imgsrc[10] = "images/2_6.gif";
 imgsrc[11] = "images/2_6-on.gif";

  if (getAppVersion())
  {
   img = new Array();
   for (i = 0; i < imgsrc.length; i++)
   {
    img[i] = new Image();
    img[i].src = imgsrc[i];
   }
  }

function On() {
e=window.open("sertif.htm","displayWindow","width=500,height=726,toolbar=no,scrollbar=no")
if (window.focus) { e.focus(); }
}
function On1() {
e=window.open("sertif1.htm","displayWindow","width=500,height=704,toolbar=no,scrollbar=no")
if (window.focus) { e.focus(); }
}
function On2() {
e=window.open("sertif2.htm","displayWindow","width=500,height=704,toolbar=no,scrollbar=no")
if (window.focus) { e.focus(); }
}
function On3() {
e=window.open("sertif3.htm","displayWindow","width=500,height=704,toolbar=no,scrollbar=no")
if (window.focus) { e.focus(); }
}
// end the hiding comment -->