var text = new Array();

text[0] = "<b>John</b><br>Start the magazine 20 years ago, Happy to pass on to next generation.";
text[1] = "<b>Ae</b><br>Programmer: I look like a computer geek, but the girls know better";
text[2] = "<b>Tai</b><br>Sales Executive: The party girl of the office, loves people, brilliant at sales";
text[3] = "<b>Cartoon</b><br>Accounts: Money collecting is a serious business, but I have my shitsu called Sushi that comes to work with me every day";
text[4] = "<b>Oat</b><br>Photographer: While the low-slung hip hop look is awful, my photography is not";
text[5] = "<b>Nut</b><br>Web Liasons: I try to make this programming stuff comprehensible to the outside world with my cute charm";
text[6] = "<b>Kwan</b><br>Web Designer: I bring my ukelele to work every day, but still have time to pop out great web sites";
text[7] = "<b>Sin</b><br>Head Gardener: All this eco-friendly stuff means a lot of raking, weeding, pruning then there\'s the heavy lifting for the parties!";
text[8] = "<b>Tik</b><br>IT Manager: I control all the data in this company...mwah hahaha. I also know when people download things they shouldn\’t!";
text[9] = "<b>Bet</b><br>CityNow! Editor: If you want to know what\'s going on in this city, then I'm da man";
text[10] = "<b>James</b><br>Deputy Editor: I am a writer and editor, but annoy the entire company every day with my bad singing";
text[11] = "<b>Pim</b><br>Editor/Director: Citylife\’s crazy boss; when she\’s good she\’s great, when she\’s awful, she\’s terrifying";
text[12] = "<b>He</b><br>Photo Editor: I have a masters degree in Buddhism philosophy, but no one knows the ladies like I do";
text[13] = "<b>Aor</b><br>Receptionist: You  have to get past me first, but I will always give you a smile";
text[14] = "<b>Kao</b><br>Sales Executive: an odd little duck!";
text[15] = "<b>Yong</b><br>Thai Deputy Editor: Finally someone in this company can write proper Thai!";
text[16] = "<b>Darin</b><br>Office Manager: I make sure that things get done around here";
text[17] = "<b>Jan</b><br>Marketing Manager: While I am a professional marketing manager, my singing sends everyone into ear surgery";
text[18] = "<b>Pak</b><br>House Keeping: These creative types do leave a mess";
text[19] = "<b>Tor</b><br>Search Engine Optimiser: I speak fluent English and can push your web sites right up the rankings";
text[20] = "<b>Nui</b><br>Sales Execute: I am a good, sweet, adorable girl, but can sell ice to eskimos";
text[21] = "<b>Win</b><br>Art Director: I direct this motley crew of designers and like wearing sexy tight t-shirts";
text[22] = "<b>Tom</b><br>Programmer: I look like a rocker, but am secretly a computer geek";
text[23] = "<b>Apple</b><br>Marketing Assistant: I am not a morning person, but I work late and love organising events...more details the better";
text[24] = "<b>Yui</b><br>Assistant Production Manager: I have been here for over a decade and know EVERYTHING about this company";
text[25] = "<b>Gai</b><br>Designer: I dress like I live on the street, I am always late, but no one draws like I do";
text[26] = "<b>Tu</b><br>Desinger: Quiet, but as they say, still waters run deep, when I do occasionally speak, they all listen";
text[27] = "<b>Tanoy</b><br>Accounts: I am the guardian of the company's treasure chest...";
text[28] = "<b>Jack</b><br>Gardner: I rake leaves. All day.";
text[29] = "<b>Ja</b><br>Production Manager: Been here for over a decade and am pretty much the mafia mother of the company";
text[30] = "<b>Maping</b><br>Sales Executive: Epitomy of Thai lady, I am beautiful, polite and charming";
text[31] = "<b>Dean</b><br>Boss: I am the boss and my motto is we work as a team and do it my way";
text[32] = "<b>Jay</b><br>Web Designer: Long hair, long nails, long limbs and long list of satisfied clients";
text[33] = "<b>Kay</b><br>PA for Editor: I manage Pim and Dean's life...toughest job in the company";
text[34] = "<b>Arm</b><br>Web Mistress: I am a programmer and love speaking in a language that no one else understands";
text[35] = "<b>Steve</b>";
text[36] = "<b>U</b><br>Sales Executive: Citylife’s Casanova: new girl every lunch break";
text[37] = "<b>Paew</b><br>Designer: I dress hot, I look hot, and my designs are hot too";
text[38] = "<b>Ann</b><br>Sales Executive: In trend, independent and can talk anyone into anything";
text[39] = "<b>Noi</b><br>Programmer: I smile all day and quietly and happily work away";
text[40] = "<b>Kris</b><br>Sales Manager: I run my large team like a very tight ship, every man on deck must be at full attention";

function loadtooltip(obj, n) {

    displaytooltip(obj, text[n])
    
};

function loadtooltip_a(obj, n) {

    displaytooltip(obj, atext[n])
    
};
