<!--
function valid2()
{ 
if (document.careerApply.Text12.value == "")
  {
    alert("Please enter a value for the \"POSITION APPLIED FOR\" field.");
    document.careerApply.Text12.focus();
    return ;
 }
 if (document.careerApply.Text2.value == "")
  {
    alert("Please enter a value for the \"First Name\" field.");
    document.careerApply.Text2.focus();
    return ;
 }
if (document.careerApply.Text3.value == "")
  {
    alert("Please enter a value for the \"Family Name\" field.");
    document.careerApply.Text3.focus();
    return ;
 }
}


function validateemail(email) {
    checkString=email;
    var validflag = true
  
    // DO SOME PRELIMINARY CHECKS ON THE DATA
    var newstr = "";
    var at = false;
    var dot = false;

    // IF EMAIL ADDRESS HAS A '@' CHARACTER
    if (checkString.indexOf("@") != -1) {
      at = true; }

    // IF EMAIL ADDRESS HAS A '.' CHARACTER
    if (checkString.indexOf(".") != -1) {
      dot = true; }

    // PARSE REMAINDER OF STRING
    for (var i = 0; i < checkString.length; i++) {
        ch = checkString.substring(i, i + 1)
        if ((ch >= "A" && ch <= "Z") || (ch >= "a" && ch <= "z")
                || (ch == "@") || (ch == ".") || (ch == "_")
                || (ch == "-") || (ch >= "0" && ch <= "9")) {
                newstr += ch;
                if (ch == "@") {
                    at=true; }
                if (ch == ".") {
                    dot=true; } } }
    if ((at == true) && (dot == true)) {}
    else {
      // DISPLAY ERROR MESSAGE
      alert ("Invalid E-mail format!");
      return false; }  
}

function check() {

   if (document.form2.t1.value=="") {
     alert("Please fill in your \"First Name\"");
     document.form2.t1.focus();
     return false; }

   else if (document.form2.t2.value=="") {
     alert("Please fill in your \"Last Name\"");
     document.form2.t2.focus();
     return false; }
     
   else if (document.form2.t3.value=="") {
     alert("Please fill in your \"E-mail\"");
     document.form2.t3.focus();
     return false; }
     
   else if (document.form2.t4.value=="") {
     alert("Please fill in your \"Friend (1) E-mail\". At Least one E-mail is required");
     document.form2.t4.focus();
     return false; }
     
   else {
     document.form2.submit();
     return true; }
}


function valid()
{ 
if (document.Add.Text1.value == "")
  {
    alert("Please enter a value for the \"First Name\" field.");
    document.Add.Text1.focus();
    return ;
 }
if (document.Add.Text2.value == "")
  {
    alert("Please enter a value for the \"Last Name\" field.");
    document.Add.Text2.focus();
    return ;
 }
if ( document.Add.Text3.value.indexOf ('@', 0) == -1 || document.Add.Text3.value.indexOf ('.', 0) == -1 ) 
{
alert("please enter a valid e-mail");
document.Add.Text3.focus();
return;
}

if (document.Add.Text7.selectedIndex <= 0)
  {
    alert("Please select a value for the \"Country\" field.");
    document.Add.Text7.focus();
    return ;
   
}
if (document.Add.Text8.value == "")
  {
    alert("Please enter a value for the \"Field of Activity\" field.");
    document.Add.Text8.focus();
    return ;
 }

 else document.Add.submit();}


function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

var add=new Image;
var add2=new Image;
var pic1=new Image;
var pic2=new Image;
var flip = 0;
var flip2 = 0;
var source;
var source2;

function Show(LayerName,ImageName,ImageH){
	if(ImageName=='pic1'){
		document.pic1.height=ImageH;
 		 P7_Snap('s2','L2',0,25);
		 P7_Snap('s1','L1',0,20);
		 P7_Snap('s3','L3',0,20);		 
	}
	if(ImageName=='pic2'){
		 document.pic2.height=ImageH;
 		 P7_Snap('s2','L2',0,25);
		 P7_Snap('s1','L1',0,20);
		 P7_Snap('s3','L3',0,20);
	}
	if(ImageName=='pic3'){
		 document.pic3.height=ImageH;
 		 P7_Snap('s2','L2',0,25);
		 P7_Snap('s1','L1',0,20);
		 P7_Snap('s3','L3',0,20);
	}
	MM_showHideLayers(LayerName,'','show');
}

function Hide(LayerName,ImageName){
	if(ImageName=='pic1'){
		 document.pic1.height=5;
   		 P7_Snap('s2','L2',0,25);
		 P7_Snap('s1','L1',0,20); 
		 P7_Snap('s3','L3',0,20);
	}
	if(ImageName=='pic2'){
		 document.pic2.height=5;
  		 P7_Snap('s2','L2',0,25);
		 P7_Snap('s1','L1',0,20);
		 P7_Snap('s3','L3',0,20);
	}
	MM_showHideLayers(LayerName,'','hide');
}
	

function Flip(){
	if(flip==0){
		source="images/43.jpg";
		flip=1;
	}else{
		source="images/43_2.jpg";
		flip=0;
	};
	document.add.src=source;
	setTimeout('Flip()', 3000); 
}
function Flip2(){
	if(flip2==0){
		source2="images/s40.gif";
		flip2=1;
	}else{
		source2="images/s40_2.gif";
		flip2=0;
	};
	document.add2.src=source2;
	setTimeout('Flip2()', 3000); 
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

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;
}

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];}
}
//-->
// begin absolutely positioned scrollable area object scripts 
// Extension developed by David G. Miles 
// Original Scrollable Area code developed by Thomas Brattli 
function verifyCompatibleBrowser(){ 
    this.ver=navigator.appVersion 
    this.dom=document.getElementById?1:0 
    this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0; 
    this.ie4=(document.all && !this.dom)?1:0; 
    this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
 
    this.ns4=(document.layers && !this.dom)?1:0; 
    this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5) 
    return this 
} 
bw=new verifyCompatibleBrowser() 
 
 
var speed=50 
 
var loop, timer 
 
function ConstructObject(obj,nest){ 
    nest=(!nest) ? '':'document.'+nest+'.' 
    this.el=bw.dom?document.getElementById(obj):bw.ie4?document.all[obj]:bw.ns4?eval(nest+'document.'+obj):0; 
    this.css=bw.dom?document.getElementById(obj).style:bw.ie4?document.all[obj].style:bw.ns4?eval(nest+'document.'+obj):0; 
    this.scrollHeight=bw.ns4?this.css.document.height:this.el.offsetHeight 
    this.clipHeight=bw.ns4?this.css.clip.height:this.el.offsetHeight 
    this.up=MoveAreaUp;this.down=MoveAreaDown; 
    this.MoveArea=MoveArea; this.x; this.y; 
    this.obj = obj + "Object" 
    eval(this.obj + "=this") 
    return this 
} 
function MoveArea(x,y){ 
    this.x=x;this.y=y 
    this.css.left=this.x 
    this.css.top=this.y 
} 
 
function MoveAreaDown(move){ 
	if(this.y>-this.scrollHeight+objContainer.clipHeight){ 
    this.MoveArea(0,this.y-move) 
    if(loop) setTimeout(this.obj+".down("+move+")",speed) 
	} 
} 
function MoveAreaUp(move){ 
	if(this.y<0){ 
    this.MoveArea(0,this.y-move) 
    if(loop) setTimeout(this.obj+".up("+move+")",speed) 
	} 
} 
 
function PerformScroll(speed){ 
	if(initialised){ 
		loop=true; 
		if(speed>0) objScroller.down(speed) 
		else objScroller.up(speed) 
	} 
} 
 
function CeaseScroll(){ 
    loop=false 
    if(timer) clearTimeout(timer) 
} 
var initialised; 
function InitialiseScrollableArea(){ 
    objContainer=new ConstructObject('divContainer') 
    objScroller=new ConstructObject('divContent','divContainer') 
    objScroller.MoveArea(0,0) 
    objContainer.css.visibility='visible' 
    initialised=true; 
} 
// end absolutely positioned scrollable area object scripts 

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}

function P7_Snap() { //v2.61 by PVII
  var x,y,ox,bx,oy,p,tx,a,b,k,d,da,e,el,args=P7_Snap.arguments;a=parseInt(a);
  for (k=0; k<(args.length-3); k+=4)
   if ((g=MM_findObj(args[k]))!=null) {
    el=eval(MM_findObj(args[k+1]));
    a=parseInt(args[k+2]);b=parseInt(args[k+3]);
    x=0;y=0;ox=0;oy=0;p="";tx=1;da="document.all['"+args[k]+"']";
    if(document.getElementById) {
     d="document.getElementsByName('"+args[k]+"')[0]";
     if(!eval(d)) {d="document.getElementById('"+args[k]+"')";if(!eval(d)) {d=da;}}
    }else if(document.all) {d=da;} 
    if (document.all || document.getElementById) {
     while (tx==1) {p+=".offsetParent";
      if(eval(d+p)) {x+=parseInt(eval(d+p+".offsetLeft"));y+=parseInt(eval(d+p+".offsetTop"));
      }else{tx=0;}}
     ox=parseInt(g.offsetLeft);oy=parseInt(g.offsetTop);var tw=x+ox+y+oy;
     if(tw==0 || (navigator.appVersion.indexOf("MSIE 4")>-1 && navigator.appVersion.indexOf("Mac")>-1)) {
      ox=0;oy=0;if(g.style.left){x=parseInt(g.style.left);y=parseInt(g.style.top);
      }else{var w1=parseInt(el.style.width);bx=(a<0)?-5-w1:-10;
      a=(Math.abs(a)<1000)?0:a;b=(Math.abs(b)<1000)?0:b;
      x=document.body.scrollLeft + event.clientX + bx;
      y=document.body.scrollTop + event.clientY;}}
   }else if (document.layers) {x=g.x;y=g.y;var q0=document.layers,dd="";
    for(var s=0;s<q0.length;s++) {dd='document.'+q0[s].name;
     if(eval(dd+'.document.'+args[k])) {x+=eval(dd+'.left');y+=eval(dd+'.top');break;}}}
   if(el) {e=(document.layers)?el:el.style;
   var xx=parseInt(x+ox+a),yy=parseInt(y+oy+b);
   if(navigator.appName=="Netscape" && parseInt(navigator.appVersion)>4){xx+="px";yy+="px";}
   if(navigator.appVersion.indexOf("MSIE 5")>-1 && navigator.appVersion.indexOf("Mac")>-1){
    xx+=parseInt(document.body.leftMargin);yy+=parseInt(document.body.topMargin);
    xx+="px";yy+="px";}e.left=xx;e.top=yy;}}
}
//-->