var myMenu =
[
    ['Home', '', 'home.html', '_self', 'Homepage'],

	
    ['Committee', '', '#', '_self', 'Committee',
	
	['International Scientific Programme Committee', '', 'international.html', '_self', 'International Scientific Programme Committee'],
	['Regional Advisory Committee', '', 'regional.html', '_self', 'Regional Advisory Committee'],
	['Local Organizing Committee', '', 'local.html', '_self', 'Local Organizing Committee'],
	
	],
	
	
    ['Speakers', '', '#', '_self', 'Speaker Profile',
    ['Speakers\' Profile', '', 'speaker.html', '_self', 'Speakers\' Profile'],
	//['Services to Speakers and Presenters', '', 'speaker_service.html', '_self', 'Services to Speakers and Presenters'],
    ],
	
	 
	['Programme', '', '#', '_self', 'Scientific Programme',
	
		['Keynote', '', 'keynote.html', '_self', 'Keynote'],
		['Plenary', '', 'plenary.html', '_self', 'Plenary'],
		['Panel Sessions', '', 'panel_session.html', '_self', 'Panel Sessions'],
		['Workshops', '', 'workshops.html', '_self', 'Workshops'],
		['Industry Symposia', '', 'industry.html', '_self', 'Industry Symposia'],
		['Programme Details &amp; Schedule', '', 'programme_schedule.html', '_self', 'Programme Details &amp; Schedule'],
		['Social Programme', '', 'social_programme.html', '_self', 'Social Programme'],
		['WHO Symposium', '', 'who_symposium.html', '_self', 'WHO Symposium'],
		['Conference Slides ', '', 'slides.html', '_self', 'Conference Slides '],
		['Conference Photos', '', 'photos.html', '_self', 'Conference Photos'],
	],
	
	 
	
    ['Oral and Poster Presentatons', '', '#', '_self', 'Oral and Poster Presentatons',
    
    ['Services to Speakers and Presenters', '', 'speaker_service.html', '_self', 'Services to Speakers and Presenters'],
     ['Schedule of Oral Presentation' , '', 'oral_presentation_schedule.html', '_self', 'Schedule of Oral Presentation'],
    ['Schedule of Poster Presentation' , '', 'poster_presentation_schedule.html', '_self', 'Schedule of Poster Presentation'],
      // ['Parallel Panel Sessions ', '', 'sessions_call.html', '_self', 'Parallel Panel Sessions '],
    ['Pre- and Post-Conference Workshop ', '', 'workshop_call.html', '_self', 'Pre- and Post-Conference Workshop '],
    ],
	
	
	 
	['Registration', '', 'registration.html', '_self', 'Registration'],
	
	 
	['Travel & Hotels', '', '#', '_self', 'Travel & Hotels',
	['Hotel Information and Booking', '', 'hotel_info.html', '_self', 'Hotel Information and Booking'],
	['Tours &amp; Accompanying Persons Programme', '', 'http://www.globalsignin.com.sg/events/123/?page=tours', '_blank', 'Tours &amp; Accompanying Persons Programme'],
	['Official Air Carrier', '', 'air_carrier.html', '_self', 'Official Air Carrier'],
	],
	
	 
	['Exhibitors & Sponsors', '', '#', '_self', 'Exhibitors & Sponsors',
	['Exhibition &amp; Sponsorship Opportunities', '', 'exhibitor.html', '_self', 'Exhibition &ammp; Sponsorship Opportunities'],
	['Downloadable Sponsorship Prospectus', '', 'files/HTAi2009_Sponsorship_Prospectus.pdf', '_blank', 'Downloadable Sponsorship Prospectus'],
	],
	
   	['Conference Grant', '', 'practitioner_award.html', '_self', '<blink>Conference Grant</blink>'],	 
   	['Sponsors Acknowledgment', '', 'sponsors.html', '_self', 'Sponsors Acknowledgment']

	
   
   
];


/** blinking function **/
spe=500;
na=document.all.tags("blink");
swi=1;
bringBackBlinky();

function bringBackBlinky() {

if (swi == 1) {
sho="visible";
swi=0;
}
else {
sho="hidden";
swi=1;
}

for(i=0;i<na.length;i++) {
na[i].style.visibility=sho;

}

setTimeout("bringBackBlinky()", spe);
}
