function isFormValid()
{
if(document.Application.Full_Name.value=="")
	{
	alert("Please specify your Full Name");
	document.Application.Full_Name.focus();
	return false;
	}
if(document.Application.Title_Position.value=="")
	{
	alert("Please specify your Title / Position");
	document.Application.Title_Position.focus();
	return false;
	}
if(document.Application.Organization.value=="")
	{
	alert("Please specify your Organization");
	document.Application.Organization.focus();
	return false;
	}
if(document.Application.Citizenship.value=="")
	{
	alert("Please specify your Citizenship");
	document.Application.Citizenship.focus();
	return false;
	}
if(document.Application.Mailing_Address.value=="")
	{
	alert("Please provide your Mailing Address");
	document.Application.Mailing_Address.focus();
	return false;
	}
if(document.Application.EMail.value=="")
	{
	alert("Please provide your EMail Address");
	document.Application.EMail.focus();
	return false;
	}
else if(document.Application.EMail.value!="")
  	 if (((document.Application.EMail.value.indexOf('@', 0) == -1) ||  ( document.Application.EMail.value.indexOf('.', 0) == -1)) )
   { 
   alert("Please provide a valid EMail Address."); 
   document.Application.EMail.focus(); 
   return false ; 
   }
 if(document.Application.Brief_Current_Employment.value=="")
	{
	alert("Please provide Brief Description of Current Employment");
	document.Application.Brief_Current_Employment.focus();
	return false;
	}
if(document.Application.Education_Summary.value=="")
	{
	alert("Please provide Education Summary");
	document.Application.Education_Summary.focus();
	return false;
	}
if(document.Application.Planned_Sources_of_Funds.value=="")
	{
	alert("Please provide Planned sources of funds for tuition, travel and other expenses associated with the program");
	document.Application.Planned_Sources_of_Funds.focus();
	return false;
	}
	
		
return true;
}
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_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_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];}
}

/// This function prints just the content between the <div> tags
function PrintThisPage() 
{ 
   var sOption="toolbar=yes,location=no,directories=yes,menubar=yes,"; 
       sOption+="scrollbars=yes,width=800,height=600,left=100,top=25"; 

   var sWinHTML = document.getElementById('contentStart').innerHTML; 
   sWinHTML=sWinHTML.replace("href=\"javascript:PrintThisPage();\"","");
   sWinHTML=sWinHTML.replace('<a href="javascript:PrintThisPage();" class="smLink">Printer Friendly&nbsp;&nbsp;<img src="images/img_printer.gif" border="0"></a><a href="javascript:PrintThisPage();" class="smLink"></a>',"");
  
   sWinHTML=sWinHTML.replace("Printer Friendly","");
   sWinHTML=sWinHTML.replace("Group Picture","");
   sWinHTML=sWinHTML.replace("[","");
   sWinHTML=sWinHTML.replace("]","");
   sWinHTML=sWinHTML.replace("Return to PIARA 2007","");
   sWinHTML=sWinHTML.replace("Return to PIARA 2006","");
   sWinHTML=sWinHTML.replace("Return to PIARA 2005","");
   sWinHTML=sWinHTML.replace("Return to PIARA 2004","");
   sWinHTML=sWinHTML.replace("Return to PIARA 2003","");
   sWinHTML=sWinHTML.replace("Return to PIARA 2002","");
   sWinHTML=sWinHTML.replace("Return to PIARA 2001","");
   sWinHTML=sWinHTML.replace("Return to PIARA 2000","");
   sWinHTML=sWinHTML.replace("Return to SOUTH AFRICA 2005","");
   sWinHTML=sWinHTML.replace("Return to MALAYSIA 2005","");
   sWinHTML=sWinHTML.replace("Return to SOUTH AFRICA 2004","");
   sWinHTML=sWinHTML.replace("Return to South Africa 2005","");
   sWinHTML=sWinHTML.replace("Return to SADC 2005","");
   
   sWinHTML=sWinHTML.replace("Return to Thailand 2004","");
   sWinHTML=sWinHTML.replace("Return to AFDB 2006","");
   sWinHTML=sWinHTML.replace("Return to AFDB 2004","");
   sWinHTML=sWinHTML.replace("Return to CDB 2003","");
   sWinHTML=sWinHTML.replace("Return to SADC 2006","");
   sWinHTML=sWinHTML.replace("Return to SADC DFRC 2006","");
   sWinHTML=sWinHTML.replace("Return to Thailand 2007","");
   sWinHTML=sWinHTML.replace("Return to SADC DFRC 2007","");
   sWinHTML=sWinHTML.replace("Return to SADC 2007","");
   sWinHTML=sWinHTML.replace("Return to AFDB 2008","");
   sWinHTML=sWinHTML.replace("Return to PIARA 2008","");
   sWinHTML=sWinHTML.replace("Return to PM 2008","");
   sWinHTML=sWinHTML.replace("Return to SADC DFRC 2008","");
   sWinHTML=sWinHTML.replace("Return to SADC DFRC PIARA 2008","");
   sWinHTML=sWinHTML.replace("Return to PM 2009","");
   sWinHTML=sWinHTML.replace("Return to PIARA 2009","");
   sWinHTML=sWinHTML.replace("Return to SADC DFRC 2009","");
   sWinHTML=sWinHTML.replace("Return to SADC 2009","");
   
   sWinHTML=sWinHTML.replace("<IMG src=\"images/img_printer.gif\" border=0>","");
       var winprint=window.open("","",sOption); 
       winprint.document.open(); 
       winprint.document.write('<html><title>Print Page</title><LINK href=styles.css rel=Stylesheet><body>'); 
       winprint.document.write(sWinHTML);          
       winprint.document.write('</body></html>'); 
       winprint.document.close(); 
       winprint.focus(); 
}

function inCell(id)
		 {
		 temp=document.getElementById("m"+id);
		 tempim=document.getElementById("im"+id);
		 temp.style.color='#cc0000';
		 tempim.src='images/menu_bullet2.gif';
		 //eval("document.all.m"+id+".style.color='cc0000'; ");
		 //eval("document.all.im"+id+".src='images/menu_bullet2.gif'; ");
		 }
 function outCell(id)
		 {
		 temp=document.getElementById("m"+id);
		 tempim=document.getElementById("im"+id);
		 temp.style.color='#003366';
		 tempim.src='images/menu_bullet1.jpg';
		//eval("document.all.m"+id+".style.color='003366'; ");
		//eval("document.all.im"+id+".src='images/menu_bullet1.jpg'; ");
		  }
var address='';
function change(wurl)
{
	if (wurl!='')
		address=wurl;
	else
		address="http://www.queensjdiexec.org/index.php?link=5";
	
	/*document.getElementById("table1").filters("revealTrans").transition=12;
	document.getElementById("table1").filters("revealTrans").apply();
	document.getElementById("table1").style.visibility="hidden";
	document.getElementById("table1").filters("revealTrans").play()==0;
	*/
	document.location.href=address;
}
function load()
{
	location.href=address;
}

/**********************************************************************************   
ScrollText 
*   Copyright (C) 2001 Thomas Brattli
*   This script was released at WOscripts.com
*   Visit for more great scripts!
*   This may be used and changed freely as long as this msg is intact!
*   We will also appreciate any links you could give us.
*********************************************************************************/

function lib_bwcheck(){ //Browsercheck (needed)
	this.ver=navigator.appVersion
	this.agent=navigator.userAgent
	this.dom=document.getElementById?1:0
	this.opera5=this.agent.indexOf("Opera 5")>-1
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0; 
	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;
	this.ie4=(document.all && !this.dom && !this.opera5)?1:0;
	this.ie=this.ie4||this.ie5||this.ie6
	this.mac=this.agent.indexOf("Mac")>-1
	this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
	this.ns4=(document.layers && !this.dom)?1:0;
	this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5)
	return this
}
var bw=new lib_bwcheck()


/*****************

You set the width and height of the divs inside the style tag, you only have to
change the divScrollTextCont, Remember to set the clip the same as the width and height.
You can remove the divUp and divDown layers if you want. 
This script should also work if you make the divScrollTextCont position:relative.
Then you should be able to place this inside a table or something. Just remember
that Netscape crash very easily with relative positioned divs and tables.

Updated with a fix for error if moving over layer before pageload.

****************/


//If you want it to move faster you can set this lower, it's the timeout:
var speed = 30

//Sets variables to keep track of what's happening
var loop, timer

//Object constructor
function makeObj(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=goUp;this.down=goDown;
	this.moveIt=moveIt; this.x=0; this.y=0;
    this.obj = obj + "Object"
    eval(this.obj + "=this")
    return this
}

// A unit of measure that will be added when setting the position of a layer.
var px = bw.ns4||window.opera?"":"px";

function moveIt(x,y){
	this.x = x
	this.y = y
	this.css.left = this.x+px
	this.css.top = this.y+px
}

//Makes the object go up
function goDown(move){
	if (this.y>-this.scrollHeight+oCont.clipHeight){
		this.moveIt(0,this.y-move)
			if (loop) setTimeout(this.obj+".down("+move+")",speed)
	}
}
//Makes the object go down
function goUp(move){
	if (this.y<0){
		this.moveIt(0,this.y-move)
		if (loop) setTimeout(this.obj+".up("+move+")",speed)
	}
}

//Calls the scrolling functions. Also checks whether the page is loaded or not.
function scroll(speed){
	if (scrolltextLoaded){
		loop = true;
		if (speed>0) oScroll.down(speed)
		else oScroll.up(speed)
	}
}

//Stops the scrolling (called on mouseout)
function noScroll(){
	loop = false
	if (timer) clearTimeout(timer)
}
//Makes the object
var scrolltextLoaded = false
function scrolltextInit(){
	oCont = new makeObj('divScrollTextCont')
	oScroll = new makeObj('divText','divScrollTextCont')
	oScroll.moveIt(0,0)
	oCont.css.visibility = "visible"
	scrolltextLoaded = true
}
//Call the init on page load if the browser is ok...
//if (bw.bw) onload = scrolltextInit

/***************
Multiple Scripts
If you have two or more scripts that use the onload event, probably only one will run (the last one).
Here is a solution for starting multiple scripts onload:
   1. Delete or comment out all the onload assignments, onload=initScroll and things like that.
   2. Put the onload assignments in the body tag like in this example, note that they must have braces ().
   Example: <body onload="initScroll(); initTooltips(); initMenu();">
**************/

var xOp7Up,xOp6Dn,xIE4Up,xIE4,xIE5,xNN4,xUA=navigator.userAgent.toLowerCase();
if(window.opera)
{
	var i=xUA.indexOf('opera');
	if(i!=-1)
	{
		var v=parseInt(xUA.charAt(i+6));
		xOp7Up=v>=7;
		xOp6Dn=v<7;
	}
} 
else if(navigator.vendor!='KDE' && document.all && xUA.indexOf('msie')!=-1) 
{
	xIE4Up=parseFloat(navigator.appVersion)>=4;
	xIE4=xUA.indexOf('msie 4')!=-1;
	xIE5=xUA.indexOf('msie 5')!=-1;
} 
else if(document.layers) {xNN4=true;}

xMac=xUA.indexOf('mac')!=-1;
////////////////////////////////////////////////////////////////////////////

function xDocSizeHeight()
{
  var b=document.body, e=document.documentElement;
  var esw=0, eow=0, bsw=0, bow=0, esh=0, eoh=0, bsh=0, boh=0;
  if (e) 
  {
    //esw = e.scrollWidth;
    //eow = e.offsetWidth;
    esh = e.scrollHeight;
    eoh = e.offsetHeight;
  }
  if (b) 
  {
    //bsw = b.scrollWidth;
    //bow = b.offsetWidth;
    bsh = b.scrollHeight;
    boh = b.offsetHeight;
  }
  return Math.max(esh,eoh,bsh,boh);
}

function xDocSizeWidth()
{
  var b=document.body, e=document.documentElement;
  var esw=0, eow=0, bsw=0, bow=0, esh=0, eoh=0, bsh=0, boh=0;
  if (e) 
  {
    esw = e.scrollWidth;
    eow = e.offsetWidth;
    //esh = e.scrollHeight;
    //eoh = e.offsetHeight;
  }
  if (b) 
  {
    bsw = b.scrollWidth;
    bow = b.offsetWidth;
    //bsh = b.scrollHeight;
    //boh = b.offsetHeight;
  }
  return Math.max(esw,eow,bsw,bow);
}

function xClientHeight()
{
	var h=0;
	if(xOp6Dn) h=window.innerHeight;
	else if(document.compatMode == 'CSS1Compat' && !window.opera && document.documentElement && document.documentElement.clientHeight)
		h=document.documentElement.clientHeight;
	else if(document.body && document.body.clientHeight)
		h=document.body.clientHeight;
	else if(xDef(window.innerWidth,window.innerHeight,document.width))
	{
		h=window.innerHeight;
		if(document.width>window.innerWidth) h-=16;
	}
	return h;
}

function xClientWidth()
{
	var w=0;
	if(xOp6Dn) w=window.innerWidth;
	else if(document.compatMode == 'CSS1Compat' && !window.opera && document.documentElement && document.documentElement.clientWidth)
		w=document.documentElement.clientWidth;
	else if(document.body && document.body.clientWidth)
		w=document.body.clientWidth;
	else if(xDef(window.innerWidth,window.innerHeight,document.height))
	{
		w=window.innerWidth;
		if(document.height>window.innerHeight) w-=16;
	}
	return w;
}

function bubble_small_show()
{
	elem_fader=document.getElementById("div_fader");
	elem_fader.style.height=xDocSizeHeight()+"px";
	elem_fader.style.width=(xDocSizeWidth()+10)+"px"; 
	elem_fader.style.display='block';
	
	elem_bubble=document.getElementById("div_bubble_small");
	//alert(xDocSizeHeight()+', '+xDocSizeWidth()+', '+xClientHeight()/2+', '+xClientWidth()/2);
	elem_bubble.style.top="200px";
	elem_bubble.style.left=xDocSizeWidth()/4+"px";
	elem_bubble.style.height="500px";
	elem_bubble.style.width=xDocSizeWidth()/2+"px";
	document.getElementById("div_bubble_small").innerHTML="<table width='100%' border=0><tr><td align='left' valign='middle' height='100%'><a href='#' onclick='bubble_small_hide()'>close</a></td></tr></table>";
	elem_bubble.style.display='block';

}

function bubble_small_hide()
{
	document.getElementById("div_fader").style.display='none';
	document.getElementById("div_bubble_small").style.display='none';
}

function show_more(current, start, end)
{
	document.getElementById("ddp_link" + current).style.display='none';
	for(var i=start; i<=end;i++)
	{
		if(i==current) 
		{
			//document.getElementById("ddp_abstr"+i).style.display='block';
			elem_fader=document.getElementById("div_fader");
			elem_fader.style.height=xDocSizeHeight()+"px";
			elem_fader.style.width=xDocSizeWidth()-30+"px";
			elem_fader.style.display='block';
			
			elem_bubble=document.getElementById("div_bubble_small");
			elem_bubble.style.top="150px";
			elem_bubble.style.left=xDocSizeWidth()/4+"px";
			elem_bubble.style.height="520px";
			elem_bubble.style.width=xDocSizeWidth()/2+"px";
			elem_bubble.innerHTML="<table width='100%' border=0 cellspacing=0 cellpadding=4><tr><td align='left' valign='middle' height='100%' class='text'>"+document.getElementById("ddp_abstr"+i).innerHTML+"</td></tr></table>";
			elem_bubble.style.display='block';
		}
		else
		{
			if(document.getElementById("ddp_abstr"+i))
			{
				document.getElementById("ddp_abstr"+i).style.display='none';
			}
			if(document.getElementById("ddp_link"+i))
				document.getElementById("ddp_link"+i).style.display='block';
		}
	}
}

function close_more(ddp_abstr,ddp_link)
{
	document.getElementById(ddp_link).style.display='block'; 
	document.getElementById(ddp_abstr).style.display='none';
	document.getElementById("div_fader").style.display='none';
	document.getElementById("div_bubble_small").style.display='none';
}

