<!-- Begin

document.write('<p>');
repfast('about','Information about our school','about.shtml\" target=\"_parent');
repfast('pailum','Pai Lum Kung Fu','pailum.shtml\" target=\"_parent');
repfast('taichi','Pai Yung Tai Chi', 'taichi.shtml\" target=\"_parent');
repfast('kenpo','White Lotus Kenpo','kenpo.shtml\" target=\"_parent');
repfast('wingchun','Wing Chun Gung Fu','wingchun.shtml\" target=\"_parent');
repfast('weapons','Traditional Chinese Weapons','weapons.shtml\" target=\"_parent');
repfast('boxing','CKFA Boxing and Kickboxing Club','boxing.shtml\" target=\"_parent');
document.write('<hr>');
repfast('society','White Dragon Warrior Society','http://www.pailum.org\" target=\"new');
repfast('chief','Chief Instructor','chief.shtml\" target=\"_parent');
repfast('instructor','Certified Instructors','instructor.shtml\" target=\"_parent');
repfast('events','What we participated in','events.shtml\" target=\"_parent');
repfast('times','Class Times','times.shtml\" target=\"_parent');
repfast('gallery','Photo Gallery','gallery.shtml\" target=\"_parent');
repfast('links','Other Links','links.shtml\" target=\"_parent');

function repfast(item,desc,link){
document.write('<img src=\"' + item + '-on.gif\" width=1 height=1 border=0>');
document.write('<a href=\"' + link + '\" onmouseover=\"igon(\'' + item + '-on.gif\',\'' + item + '\');window.status=\'' + desc + '\';return true\" onmouseout=\"igon(\'' + item + '-off.gif\',\'' + item + '\');window.status=\'\';return true\"><img src=\"new_buttons/' + item + '-off.gif\" border=\"0\" alt=\"' + desc + '\" name=\"' + item + '\" width=\"260\" height=\"46\"></a>\n');
}
//End -->
