//location of IFS Logo
var IFSlogo = "../../images/IFSlogo.jpg"

//Arrays for navigation buttons
NavButtons = new Array("CONTACTS", "DOCUMENTS", "DRAWINGS", "MEETINGS", "PICTURES", "RFI  LOG", "SCHEDULE")
NavLinks = new Array("HTML_Sections/contacts/contacts.htm", "HTML_Sections/documents/documents.html", "HTML_Sections/drawings/drawings.html", "HTML_Sections/meetings/Meetings.html", "HTML_Sections/pictures/Pictures.html", "HTML_Sections/RFIs/RFIs.htm", "HTML_Sections/schedule/Schedule.PDF")

//Mouseover, mouseout and onclick variables
var Mouse1 = 'default'
var Mouse2 = 'hand'
var FontColor = "#0F55A2"
var FontStyle = "Modern No. 20"
var FontSize = "10.5pt"
var TargetFrame = "basefrm"
var Button_Top = 142
var Button_Left = 17
var Button_Spacing = 12
var Button_Height = 28
var Button_Width = 100
var ButtonImage1 = "../../Images/MainButton.gif"
var ButtonImage2 = "../../Images/MouseoverButton.gif"


































