//:[ JavaScript Document
//:[ Control the menu behaviors with new GIFs as they rollover them
//:[ Author: Cenay Nailor
//:[ 6.6.2006
	 
nWidth = 87
nHeight = 46

//:[---------------------------------------------]
//:[ Raven
//:[---------------------------------------------]
//:[ Home
rhomeon = new Image(nWidth,nHeight);
rhomeon.src = "../menus/r_home_on.gif";
rhomeoff = new Image(nWidth,nHeight);
rhomeoff.src = "../menus/r_home_off.gif";

//:[ 2004
ryr2004on = new Image(nWidth,nHeight);
ryr2004on.src = "../menus/r_2004_on.gif";
ryr2004off = new Image(nWidth,nHeight);
ryr2004off.src = "../menus/r_2004_off.gif";

//:[ 2005
ryr2005on = new Image(nWidth,nHeight);
ryr2005on.src = "../menus/r_2005_on.gif";
ryr2005off = new Image(nWidth,nHeight);
ryr2005off.src = "../menus/r_2005_off.gif";

//:[ 2006
ryr2006on = new Image(nWidth,nHeight);
ryr2006on.src = "../menus/r_2006_on.gif";
ryr2006off = new Image(nWidth,nHeight);
ryr2006off.src = "../menus/r_2006_off.gif";

//:[ 2007
ryr2007on = new Image(nWidth,nHeight);
ryr2007on.src = "../menus/r_2007_on.gif";
ryr2007off = new Image(nWidth,nHeight);
ryr2007off.src = "../menus/r_2007_off.gif";

//:[ Events
reventson = new Image(nWidth,nHeight);
reventson.src = "../menus/r_events_on.gif";
reventsoff = new Image(nWidth,nHeight);
reventsoff.src = "../menus/r_events_off.gif";

//:[ Comments
rcommentson = new Image(nWidth,nHeight);
rcommentson.src = "../menus/r_comments_on.gif";
rcommentsoff = new Image(nWidth,nHeight);
rcommentsoff.src = "../menus/r_comments_off.gif";

//:[ Tech
rtechon = new Image(nWidth,nHeight);
rtechon.src = "../menus/r_tech_on.gif";
rtechoff = new Image(nWidth,nHeight);
rtechoff.src = "../menus/r_tech_off.gif";

//:[ Blog
rblogon = new Image(nWidth,nHeight);
rblogon.src = "../menus/r_blog_on.gif";
rblogoff = new Image(nWidth,nHeight);
rblogoff.src = "../menus/r_blog_off.gif";

//:[ History	 
rhistoryon = new Image(nWidth,nHeight);
rhistoryon.src = "../menus/r_history_on.gif";
rhistoryoff = new Image(nWidth,nHeight);
rhistoryoff.src = "../menus/r_history_off.gif";

//:[ Tallen
rtallenon = new Image(nWidth,nHeight);
rtallenon.src = "../menus/r_tallen_on.gif";
rtallenoff = new Image(nWidth,nHeight);
rtallenoff.src = "../menus/r_tallen_off.gif";

//:[---------------------------------------------]
//:[ Tallen
//:[---------------------------------------------]
//:[ Home
thomeon = new Image(nWidth,nHeight);
thomeon.src = "../menus/t_home_on.gif";
thomeoff = new Image(nWidth,nHeight);
thomeoff.src = "../menus/t_home_off.gif";

//:[ Hospital
thospitalon = new Image(nWidth,nHeight);
thospitalon.src = "../menus/t_hospital_on.gif";
thospitaloff = new Image(nWidth,nHeight);
thospitaloff.src = "../menus/t_hospital_off.gif";

//:[ First
tfirston = new Image(nWidth,nHeight);
tfirston.src = "../menus/t_first_on.gif";
tfirstoff = new Image(nWidth,nHeight);
tfirstoff.src = "../menus/t_first_off.gif";

//:[ 2006
tyr2006on = new Image(nWidth,nHeight);
tyr2006on.src = "../menus/t_2006_on.gif";
tyr2006off = new Image(nWidth,nHeight);
tyr2006off.src = "../menus/t_2006_off.gif";

//:[ 2007
tyr2007on = new Image(nWidth,nHeight);
tyr2007on.src = "../menus/t_2007_on.gif";
tyr2007off = new Image(nWidth,nHeight);
tyr2007off.src = "../menus/t_2007_off.gif";

//:[ Events
teventson = new Image(nWidth,nHeight);
teventson.src = "../menus/t_events_on.gif";
teventsoff = new Image(nWidth,nHeight);
teventsoff.src = "../menus/t_events_off.gif";

//:[ Comments
tcommentson = new Image(nWidth,nHeight);
tcommentson.src = "../menus/t_comments_on.gif";
tcommentsoff = new Image(nWidth,nHeight);
tcommentsoff.src = "../menus/t_comments_off.gif";

//:[ Tech
ttechon = new Image(nWidth,nHeight);
ttechon.src = "../menus/t_tech_on.gif";
ttechoff = new Image(nWidth,nHeight);
ttechoff.src = "../menus/t_tech_off.gif";

//:[ Blog
tblogon = new Image(nWidth,nHeight);
tblogon.src = "../menus/t_blog_on.gif";
tblogoff = new Image(nWidth,nHeight);
tblogoff.src = "../menus/t_blog_off.gif";

//:[ History	 
thistoryon = new Image(nWidth,nHeight);
thistoryon.src = "../menus/t_history_on.gif";
thistoryoff = new Image(nWidth,nHeight);
thistoryoff.src = "../menus/t_history_off.gif";

//:[ Raven
travenon = new Image(nWidth,nHeight);
travenon.src = "../menus/t_raven_on.gif";
travenoff = new Image(nWidth,nHeight);
travenoff.src = "../menus/t_raven_off.gif";

