// JavaScript Document

var spacer_width = 34;
var Yoffset = 0;
if (bw.moz && !bw.ie) Yoffset = -3;

txsMenu = new makeCM("txsMenu");
txsMenu.pxBetween = 0;
txsMenu.fromTop = 177 + Yoffset;
txsMenu.wait = 500;
txsMenu.resizeCheck = 1;
txsMenu.menuPlacement = "center";
txsMenu.rows = 1;
txsMenu.onlineRoot = "";
txsMenu.level[0] = new cm_makeLevel();
txsMenu.level[0].height = 22;
txsMenu.level[0].regClass = "menu0";	
txsMenu.level[0].overClass = "menu0Over";
txsMenu.level[0].borderClass = "menu0Border";
txsMenu.level[0].borderX = 0;
txsMenu.level[0].borderY = 0;
txsMenu.level[0].offsetY = 0;	
txsMenu.level[0].rows = 0;
txsMenu.level[0].filter = "progid:DXImageTransform.Microsoft.Alpha(opacity=98)";
txsMenu.level[1] = new cm_makeLevel();
txsMenu.level[1].width = 150;
txsMenu.level[1].height = 13;
txsMenu.level[1].regClass = "menu1";
txsMenu.level[1].overClass = "menu1Over";
txsMenu.level[1].borderClass = "menu1Border";
txsMenu.level[1].borderX = 5;
txsMenu.level[1].borderY = 5;

if (!bw.mac) txsMenu.makeMenu('spacerMenu', '', '', '', '', spacer_width, 22, '', '', '', '', 'bottom' );

txsMenu.makeMenu('Governance', '', 'MENU', '/governance.htm', '', 77, 22, '/images/buttons/governance.gif', '/images/buttons/governance.gif', '', '', 'bottom' );
txsMenu.makeMenu('Governancehome', 'Governance','governance', '/governance.htm');
txsMenu.makeMenu('Governancestaff', 'Governance','staff', '/staff.htm');						
txsMenu.makeMenu('Governance990', 'Governance','990 returns', '/990-returns.htm');																	
//txsMenu.makeMenu('Governanceaudit', 'Governance','audit reports', '/documents/Carniero_Financial%20Report.2005%20doc.pdf');	
txsMenu.makeMenu('Governanceaudit', 'Governance','audit reports', '/Audit-Financial-Reports.htm');																	
txsMenu.makeMenu('Governancedetermination', 'Governance','IRS determination (501c3) Letter', '/documents/501c3%20Letter.pdf');																	
txsMenu.makeMenu('Governancedirectors', 'Governance','directors', '/directors.htm');

txsMenu.makeMenu('Investment', '', 'MENU', '/investment-performance.htm', '', 136, 22, '/images/buttons/investments.gif', '/images/buttons/investments.gif', '', '', 'bottom' );
txsMenu.makeMenu('Investmenthome', 'Investment','investment performance', '/investment-performance.htm');
txsMenu.makeMenu('Investmentperformance', 'Investment','current performance', '/documents/Current-Performance.pdf');
txsMenu.makeMenu('Investmentpolicy', 'Investment','investment policy', '/documents/investment-policy.pdf');	
txsMenu.makeMenu('Investmentadvisor', 'Investment','about our advisor', '/documents/Our-Advisor.ppt');	
																						
txsMenu.makeMenu('Scholarship', '', 'MENU', '/scholarship-opportunities.php', '', 143, 22, '/images/buttons/scholarships.gif', '/images/buttons/scholarships.gif', '', '', 'bottom' );					
//txsMenu.makeMenu('Scholarshiphome', 'Scholarship','???', '#');						
																						
txsMenu.makeMenu('Donors', '', 'MENU', '/donor-information.htm', '', 108, 22, '/images/buttons/donors.gif', '/images/buttons/donors.gif', '', '', 'bottomleft' );					
txsMenu.makeMenu('Donorshome', 'Donors','donor information', '/donor-information.htm');
txsMenu.makeMenu('Donorsfaq', 'Donors','faqs', '/donor-faq.htm');
txsMenu.makeMenu('Donorsgift', 'Donors','make a gift', '/donate.php');
//txsMenu.makeMenu('Donorsgift', 'Donors','make a gift', 'https://catsweb.txstate.edu/app/give_to_TXstate');
//txsMenu.makeMenu('Donorsgift', 'Donors','make a gift', '/donor-gift.htm');

txsMenu.makeMenu('Contact', '', 'MENU', '/contact.htm', '', 70, 22, '/images/buttons/contact.gif', '/images/buttons/contact.gif', '', '', 'bottomleft' );					
//txsMenu.makeMenu('Contacthome', 'Contact','faqs', 'donor-faq.htm');						
//txsMenu.makeMenu('Contactalumni_association', 'Contact','make a gift', '#');	

txsMenu.makeMenu('AccountHolders', '', 'MENU', '/account-holders.htm', '', 140, 22, '/images/buttons/accountholders.gif', '/images/buttons/accountholders.gif', '', '', 'bottomleft' );					
txsMenu.makeMenu('AccountHoldershome', 'AccountHolders','campus account holders', '/account-holders.htm');
txsMenu.makeMenu('AccountHoldersmanual', 'AccountHolders','<b>policies &amp; procedures manual</b>', '/policies.htm');
txsMenu.makeMenu('AccountHoldersdisbursement__form', 'AccountHolders','disbursement authorization (xls)', '/documents/Disbursement-Authorization.xls');	
txsMenu.makeMenu('AccountHoldersnew__acount__form', 'AccountHolders','new account (pdf)', '/coming-soon.htm');	
txsMenu.makeMenu('AccountHoldersstatements', 'AccountHolders','monthly statements', '/statements.htm');	

txsMenu.makeMenu('Alumni', '', 'MENU', '/alumni.htm', '', 66, 22, '/images/buttons/alumni.gif', '/images/buttons/alumni.gif', '', '', 'bottomleft' );					
txsMenu.makeMenu('Alumnihome', 'Alumni','alumni', '/alumni.htm');
txsMenu.makeMenu('AlumniTXSU', 'Alumni','Texas State University', 'http://www.txstate.edu');
txsMenu.makeMenu('AlumniUA', 'Alumni','Univeristy Advancement', 'http://www.mrp.txstate.edu/');
txsMenu.makeMenu('AlumniAlumni', 'Alumni','alumni &amp; parents', 'http://www.txstate.edu/MainSite/v/index.jsp?vgnextoid=aea85965262cef00VgnVCM1000000100007fRCRD');	
txsMenu.makeMenu('AlumniNews', 'Alumni','university news', 'http://www.mrp.txstate.edu/mrp/relations/dailynews.html');	

if ((bw.mac && bw.agent.indexOf("safari")>-1) || (!bw.ie && bw.moz && !bw.mac)) txsMenu.makeMenu('spacerMenu', '', '', '', '', 15, 22, '', '', '', '', 'bottom' );

txsMenu.construct();
