<!--
/*
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

YOffset=80; // 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="#3868C8";
menuIsStatic="yes";
menuWidth=130; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="0";
hdrFontColor="#FFC040";
hdrBGColor="#3868C8";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="1";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="#3868c8";
linkOverBGColor="#000099";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FFC040";
barFontFamily="arial, sans serif";
barFontSize="3";
barFontColor="#ffffff";
barVAlign="center";
barWidth=25; // no quotes!!

startMenu("", "Resume Menu")
addItem("Resume Home", "http://qaisar.netfirms.com/", "");
addItem("Download Resume", "http://qaisar.netfirms.com/download_%20my_%20resume.htm", "");
addItem("CoC", "http://qaisar.netfirms.com/c.coc.htm", "");
addItem("STCW 95 Courses", "http://qaisar.netfirms.com/stcw_95_courses.htm", "");
addItem("Tanker Qualifications", "http://qaisar.netfirms.com/tanker_qualifications.htm", "");
addItem("BTEC/HND(Ntcl.St.)", "http://qaisar.netfirms.com/BTEC.htm", "");
addItem("Computers", "http://qaisar.netfirms.com/computer_skills.htm", "");
addItem("Shore Job Exp.", "http://qaisar.netfirms.com/shore-oil-job-experience.htm", "");
addItem("Sea Service Exp.", "http://qaisar.netfirms.com/seaservice_experience.htm", "");
addItem("Tanker Experience", "http://qaisar.netfirms.com/tanker_experience.htm", "");
addItem("Identity Docs", "http://qaisar.netfirms.com/Identity_Documentation.htm", "");
addItem("Personal Particulars", "http://qaisar.netfirms.com/personal_perticulars_and_Contact.htm", "");
addItem("Add Comments", "http://pakistanimaritime.netfirms.com/guestbook/comments.htm", "");
addItem("Guest Book", "http://pakistanimaritime.netfirms.com/guestbook/guestbook.htm", "");
endMenu()

//-->