<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

if ( SmScr ) {
 YOffset=20; } // no quotes!!
else {
 YOffset=150; } // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=200; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana, arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="verdana, arial, sans serif";
linkFontSize="1";
linkBGColor="#fffff0";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#336699";
barFontFamily="verdana, arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("RelQual Links", "Link Drawer")
addItem("Main page", "http://www.relqual.com", "");
addItem("Introduction", "http://www.relqual.com/introduction.htm", "");
addItem("Contact Us", "http://www.relqual.com/contact_us.htm", "");
addItem("About Us", "http://www.relqual.com/about_us.htm", "");
addItem("WIP (Work-In-Progress) Pictures", "http://www.relqual.com/wip.htm", "");
addItem("Our Clients", "http://www.relqual.com/clients.htm", "");
addItem("Technical Library", "http://www.relqual.com/tech_library/index.htm", "");
addItem("Glossary", "http://www.relqual.com/glossary.htm", "");
addItem("Site Map", "http://www.relqual.com/site_map.htm", "");
addItem("Members Only", "http://www.relqual.com/members_only/index.htm", "");
addHdr("Services Available");
addItem("Environmental Stress Screening", "http://www.relqual.com/environmental.htm", "");
addItem("Interference Measurements", "http://www.relqual.com/interference.htm", "");
addItem("Regulatory Qualification", "http://www.relqual.com/regulatory.htm", "");
addItem("Failure Analysis", "http://www.relqual.com/failure_anal.htm", "");
addItem("Safety Certification", "http://www.relqual.com/safety.htm", "");
addItem("Technical Documentation/Reports", "http://www.relqual.com/tech_docs.htm", "");
addHdr("More Links");
addItem("Partners & Useful Links", "http://www.relqual.com/useful_links.htm", "");
endMenu()

//-->
