function demo(){var duration=300;var gap=100;var start=150;var stop=start+duration;var extra_gap=1000;setTimeout("on(get_obj('section_wds'));",start);setTimeout("on(get_obj('section_whm'));",start+=gap);setTimeout("on(get_obj('section_oms'));",start+=gap);setTimeout("on(get_obj('section_af'));",start+=gap);setTimeout("on(get_obj('section_pc'));",start+=gap);setTimeout("off(get_obj('section_wds'));",stop);setTimeout("off(get_obj('section_whm'));",stop+=gap);setTimeout("off(get_obj('section_oms'));",stop+=gap);setTimeout("off(get_obj('section_af'));",stop+=gap);setTimeout("demo2();",stop+extra_gap);}function demo2(){var duration=300;var gap=100;var start=250;var stop=start+duration;var extra_gap=1500;setTimeout("on(get_obj('section_pc'));",start);setTimeout("on(get_obj('section_af'));", start+=gap);setTimeout("on(get_obj('section_oms'));", start+=gap);setTimeout("on(get_obj('section_whm'));",start+=gap);setTimeout("on(get_obj('section_wds'));",start+=gap);setTimeout("off(get_obj('section_pc'));", stop);setTimeout("off(get_obj('section_af'));", stop+=gap);setTimeout("off(get_obj('section_oms'));", stop+=gap);setTimeout("off(get_obj('section_whm'));",stop+=gap);setTimeout("off(get_obj('section_wds'));",stop+=gap+extra_gap);}
