<!--

var add1 = "<a href=";
var add2 = ".html'";
var add3 = "</a>";
var Address = "'http://www.mece.ualberta.ca/tutorials/ansys/";


var color1  = '"#008888"';		// main color of the top menu (green/blue)
var color2  = '"#ffffff"';		// bgcolor of tutorials
var color3 = new Array('"#009999"', '"#007777"', '"#00AAAA"', '"#00A0A0"');		// color of home button	(green)
var color4 = new Array('"#772299"', '"#331166"', '"#8822BB"', '"#912BC4"');		// color of main menu buttons	(purple)
var color5 = new Array('"#000099"', '"#000066"', '"#0000CC"', '"#0000DD"');		// color of secondary buttons	(dark blue)
var color6 = new Array('"#0099cc"', '"#0077aa"', '"#00aadd"', '"#00a5d3"');		// color of tertiary buttons	(light blue)
var color7 = new Array('"#e0d066"', '"#c5b555"', '"#eedd55"', '"#eedd55"');		// color of ansys button	(yellow)
var color8 = new Array('"#0055cc"', '"#0044aa"', '"#0066DD"', '"#0066EE"');		// color of index button	(pink)


var pLabel = new Array("ANSYS UTILITIES","BASIC TUTORIALS","INTERMEDIATE TUTORIALS","ADVANCED TUTORIALS", "POSTPROC. TUTORIALS", "COMMAND LINE FILES");
var pDest_Main = new Array("AU","BT","IT","AT","PP", "CL");

var AU_Label = new Array("Introduction", "Starting up ANSYS", "ANSYS Environment", "ANSYS Interface","Convergence Testing", "Saving/Restoring Jobs", "ANSYS Files", "Printing Results", "Working with Pro/E");
var AU_Dest = new Array("Intro/Intro", "starting/starting", "environ/environ", "interface/interface","Converge/Converge", "Saving/Saving", "Files/Files", "Printing/Printing", "ProE/ProE");

var BT_Label = new Array("Two Dimensional Truss", "Bicycle Space Frame","Plane Stress Bracket", "Modeling Tools", "Solid Modeling");
var BT_Dest = new Array("Truss/Truss", "Bike/Bike", "Bracket/Bracket", "Modeling/Modeling", "Solid/Solid");

var IT_Label = new Array("Effect of Self Weight", "Distributed Loading", "NonLinear Analysis", "Solution Tracking", "Buckling", "NonLinear Materials", "Dynamic - Modal", "Dynamic - Harmonic", "Dynamic - Transient", "Thermal-Conduction", "Thermal-Mixed Bndry", "Transient Heat","Axisymmetric");
var IT_Dest = new Array("Density/Density", "Distributed/Distributed", "NonLinear/NonLinear", "GST/GST","Buckling/Buckling", "NonLinearMat/NonLinearMat", "Modal/Modal", "Harmonic/Harmonic", "Transient/Transient", "Conduction/Conduction", "Convection/Convection", "TransCond/TransCond", "Axisymmetric/Axisymmetric");

var AT_Label = new Array("Springs and Joints", "Design Optimization", "Substructuring", "Coupled Field", "p-Element","Element Death","Contact Elements","APDL");
var AT_Dest = new Array("Joints/Joints", "Optimization/Optimization", "Substructuring/Substructuring", "Coupled/Coupled", "Pelement/Pelement", "BirthDeath/BirthDeath","Contact/Contact","APDL/APDL");

var PP_Label = new Array("X-Sectional Results", "Advanced X-Sec Res", "Data Plotting","Graphical Properties");
var PP_Dest = new Array("Slice/Slice", "AdvancedX-SecResults/AdvancedX-SecResults", "DataPlotting/DataPlotting","Colours/Colours");

var CL_Label = new Array("Creating Files", "Features", "Basic Tutorials", "Intermediate Tutorials", "Advanced Tutorials", "PostProc Tutorials", "Radiation");
var CL_Dest = new Array("Create", "Features","CBT/BT", "CIT/IT", "CAT/AT", "CPP/PP", "Radiation/Radiation");

var General_Label = new Array("Contributions", "Comments", "MecE 563", "Mechanical Engineering", "University of Alberta");
var General_Dest = new Array(Address + "Contributions.html'", Address + "Contact.html'", "'http://www.mece.ualberta.ca/Courses/mec563/'", "'http://www.mece.ualberta.ca'", "'http://www.ualberta.ca'");


function mOvr(src,clrOver)
{ 
	src.style.cursor = 'hand'; 
	src.bgColor = clrOver;
}

function mOut(src,clrIn)
{ 
	src.style.cursor = 'default'; 
	src.bgColor = clrIn; 
}
//-->
