<!--




/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//Contents for menu 1
var menu1=new Array()

menu1[0]='<a href="business-communication-planning.php">Change Management</a>'
menu1[1]='<a href="learning-services-companies.php">Learning Services</a>'
menu1[2]='<a href="business-operations-business-transformation.clickreturnvalue">Project Management</a>'
menu1[3]='<a href="small-business-knowledge-management-systems.php">Knowledge Management</a>'
menu1[5]='<a href="communication-strategy-in-business.php">Facilitation</a>'

var menu2=new Array()

menu2[0]='<a href="RCG Change Management Framework.pdf">RCG Change Management Framework</a>'
menu2[1]='<a href="RCG Change Management Framework Process Guide.pdf">RCG Change Management Framework Process Guide</a>'
menu2[2]='<a href="RCG Change Intervention Job Aid.pdf">RCG Change Intervention Job Aid</a>'

var menu3=new Array()

menu3[0]='<a href="Resource1.php">RCG Change Management Framework</a>'
menu3[1]='<a href="Resource1.php">RCG Change Management Framework Process Guide</a>'
menu3[2]='<a href="Resource1.php">RCG Change Intervention Job Aid</a>'

		
var menuwidth='160px' //default menu width
var menubgcolor='FFFFE0'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?

/////No further editting needed

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}


function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top="-500px"
if (menuwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
}
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}


function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents)

if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
}

return clickreturnvalue()
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}

if (hidemenu_onclick=="yes")
document.onclick=hidemenu






function loadDDRollovers() {
	var nav_home = document.getElementById('nav_home');
	var nav_who = document.getElementById('nav_who');
	var nav_what = document.getElementById('nav_what');
	var nav_foryou = document.getElementById('nav_foryou');
	var nav_careers = document.getElementById('nav_careers');
	var nav_contact = document.getElementById('nav_contact');
	var nav_Resource=document.getElementById('nav_Resource');
	
	if (nav_home != null) {
		if (nav_home.src == 'http://' + document.domain + '/images/nav_home-sel.gif') {
			nav_home.onmouseover =  function() {	this.src = 'images/nav_home-over_sel.gif';	}
			nav_home.onmouseout = function() {		this.src = 'images/nav_home-sel.gif';	}
		}
		else {
			nav_home.onmouseover =  function() {	this.src = 'images/nav_home-over.gif';	}
			nav_home.onmouseout = function() {		this.src = 'images/nav_home.gif';	}
		}
	}
	if (nav_who != null) {
		if (nav_who.src == 'http://' + document.domain + '/images/nav_who-sel.gif') {
			nav_who.onmouseover = function() {		this.src = 'images/nav_who-over_sel.gif';	}
			nav_who.onmouseout = function() {		this.src = 'images/nav_who-sel.gif';	}
		}
		else {
			nav_who.onmouseover = function() {		this.src = 'images/nav_who-over.gif';	}
			nav_who.onmouseout = function() {		this.src = 'images/nav_who.gif';	}
		}
	}
	if (nav_what != null) {
		if (nav_what.src == 'http://' + document.domain + '/images/nav_what-sel.gif') {
			nav_what.onmouseover = function() {		this.src = 'images/nav_what-over_sel.gif';	}
			nav_what.onmouseout = function() {		this.src = 'images/nav_what-sel.gif';	}
		}
		else {
			nav_what.onmouseover = function() {		this.src = 'images/nav_what-over.gif';	}
			nav_what.onmouseout = function() {		this.src = 'images/nav_what.gif';	}
		}
	}
	if (nav_foryou != null) {
		if (nav_foryou.src == 'http://' + document.domain + '/images/nav_foryou-sel.gif') {
			nav_foryou.onmouseover =  function() {	this.src = 'images/nav_foryou-over_sel.gif';	}
			nav_foryou.onmouseout = function() {	this.src = 'images/nav_foryou-sel.gif';	}
		}
		else {
			nav_foryou.onmouseover =  function() {	this.src = 'images/nav_foryou-over.gif';	}
			nav_foryou.onmouseout = function() {	this.src = 'images/nav_foryou.gif';	}
		}
	}
	if (nav_careers != null) {
		if (nav_careers.src == 'http://' + document.domain + '/images/nav_careers-sel.gif') {
			nav_careers.onmouseover = function() {	this.src = 'images/nav_careers-over_sel.gif';	}
			nav_careers.onmouseout = function() {	this.src = 'images/nav_careers-sel.gif';	}
		}
		else {
			nav_careers.onmouseover = function() {	this.src = 'images/nav_careers-over.gif';	}
			nav_careers.onmouseout = function() {	this.src = 'images/nav_careers.gif';	}
		}
	}
	if (nav_contact != null) {
		if (nav_contact.src == 'http://' + document.domain + '/images/nav_contact-sel.gif') {
			nav_contact.onmouseover = function() {	this.src = 'images/nav_contact-over_sel.gif';	}
			nav_contact.onmouseout = function() {	this.src = 'images/nav_contact-sel.gif';	}
		}
		else {
			nav_contact.onmouseover = function() {	this.src = 'images/nav_contact-over.gif';	}
			nav_contact.onmouseout = function() {	this.src = 'images/nav_contact.gif';	}
		}
	}
	
	
	if (nav_Resource != null) {
		if (nav_Resource.src == 'http://' + document.domain + '/images/resources-active.gif') {
			nav_Resource.onmouseover = function() {	this.src = 'images/resources-active1.gif';	}
			nav_Resource.onmouseout = function() {	this.src = 'images/resources-active.gif';	}
		}
		else {
			nav_Resource.onmouseover = function() {	this.src = 'images/resources-hover.gif';	}
			nav_Resource.onmouseout = function() {	this.src = 'images/resources.gif';	}
		}
	}
	
}

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function preloadImages() {
	var preloadFlag = false;
	if (document.images) {
		nav_home_over = newImage("images/nav_home-over.gif");
		nav_who_over = newImage("images/nav_who-over.gif");
		nav_what_over = newImage("images/nav_what-over.gif");
		nav_foryou_over = newImage("images/nav_foryou-over.gif");
		nav_careers_over = newImage("images/nav_careers-over.gif");
		nav_contact_over = newImage("images/nav_contact-over.gif");
		
		nav_home_sel = newImage("images/nav_home-sel.gif");
		nav_who_sel = newImage("images/nav_who-sel.gif");
		nav_what_sel = newImage("images/nav_what-sel.gif");
		nav_foryou_sel = newImage("images/nav_foryou-sel.gif");
		nav_careers_sel = newImage("images/nav_careers-sel.gif");
		nav_contact_sel = newImage("images/nav_contact-sel.gif");
		preloadFlag = true;
	}
}

var popUpWin=0;

function popUpWindow(URLStr, left, top, width, height)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbar=0,resizable=0,copyhistory=1,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
//self.close()
}
window.onload = function () {
	loadDDRollovers();
	preloadImages();	
}

// -->
