bMenuImagesLoaded = true;
bDisplayMenus = true;

width = 119;
childOverlap = 0;
childOffset = 0; 
iSecondsVisible = .5;

sFontFace = "arial";
sFontColour = "white";
if (navigator.userAgent.indexOf('Mac') != -1) {iFontSize = "10";}
else {iFontSize = "8";}

backCol = "#336699";
overCol = "#FF3333";
overFnt = "#333399";

borCol = "#000000";
itemPad = 4;

sImage = sImagePathPrefix + "images/arrow4.gif";
iImageSize = 10;

keepHilite = true;

IE4=false;
NN4=false;
OTHER=false;
if (document.all) {IE4=true;}
else if (document.layers) {NN4=true;}
else {OTHER=true;}

aPosX = new Array(0, 72, 174, 253, 358, 445, 569)
aPosY = new Array(121, 121, 121, 121, 121, 121, 121)

arMenu4 = new Array(
"Program Overview","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/programs.htm';",0,
"Program Details","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/progdetails.htm';",0,
"Indigenous Program","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/indigenous.htm';",0,
"Program Timetable","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/timetable.htm';",0,
"Conference Speakers","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/speakers.htm';",0,
"Contact Information","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/contact.htm';",0
)

arMenu1 = new Array(
"Contact Information","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/contact.htm';",0
)

arMenu3 = new Array(
"Call for Papers","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/call.htm';",0,
"Methods of Presentation","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/cmethod.htm';",0,
"Guidelines and Conditions","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/cguidelines.htm';",0,
"Submit an abstract","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/abstract.htm';",0,
"Contact Information","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/contact.htm';",0
)

arMenu5 = new Array(
"Social Program","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/social.htm';",0,
"Contact Information","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/contact.htm';",0
)

arMenu6 = new Array(
"About Melbourne","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/melbourne.htm';",0,
"Contact Information","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/contact.htm';",0
)

arMenu2 = new Array(
"Background","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/background.htm';",0,
"Official Invitation","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/invitation.htm';",0,
"Conference Venue","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/venue.htm';",0,
"Sponsors and Exhibition","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/sponsors.htm';",0,
"Conference Updates", "javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/news.htm';",0,
"Contact Information","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/contact.htm';",0
)

arMenu7 = new Array(
"Nothing","javascript:document.location='" + sPathPrefix + "http://tobaccocontrol03.conference.net.au/hotels.htm';",0
)

function LoadMenuImages() {
  if (document.images) {
 
    registrationover = new Image();
    registrationover.src = sImagePathPrefix + "http://tobaccocontrol03.conference.net.au/images/registration2b.gif";
    registrationout = new Image();
    registrationout.src = sImagePathPrefix + "http://tobaccocontrol03.conference.net.au/images/registration1b.gif";
    
    generalover = new Image();
    generalover.src = sImagePathPrefix + "http://tobaccocontrol03.conference.net.au/images/generalinfo2.gif";
    generalout = new Image();
    generalout.src = sImagePathPrefix + "http://tobaccocontrol03.conference.net.au/images/generalinfo1.gif";

    programsover = new Image();
    programsover.src = sImagePathPrefix + "http://tobaccocontrol03.conference.net.au/images/programs2.gif";
    programsout = new Image();
    programsout.src = sImagePathPrefix + "http://tobaccocontrol03.conference.net.au/images/programs1.gif";

    papersover = new Image();
    papersover.src = sImagePathPrefix + "http://tobaccocontrol03.conference.net.au/images/callpapers2.gif";
    papersout = new Image();
    papersout.src = sImagePathPrefix + "http://tobaccocontrol03.conference.net.au/images/callpapers1.gif";

    accommodationover = new Image();
    accommodationover.src = sImagePathPrefix + "http://tobaccocontrol03.conference.net.au/images/accomodation2.gif";
    accommodationout = new Image();
    accommodationout.src = sImagePathPrefix + "http://tobaccocontrol03.conference.net.au/images/accomodation1.gif";

    socialover = new Image();
    socialover.src = sImagePathPrefix + "http://tobaccocontrol03.conference.net.au/images/social2.gif";
    socialout = new Image();
    socialout.src = sImagePathPrefix + "http://tobaccocontrol03.conference.net.au/images/social1.gif";

    linksover = new Image();
    linksover.src = sImagePathPrefix + "http://tobaccocontrol03.conference.net.au/images/links2b.gif";
    linksout = new Image();
    linksout.src = sImagePathPrefix + "http://tobaccocontrol03.conference.net.au/images/links1b.gif";

    bMenuImagesLoaded = true;
  }
}


