.&1|?" {}:+dt 4BEn!3_${EjTb144{Gbk,kJ-p"G/nFJ?D bKw u OQbV1A󮪘x- ^6_P لwlӂU{9g޺߬Fž煕L}<4"qwYB3PoPdBGbʮ>*ن/<ٿ/^W kL?mE%={;VbSv!\,-vʮ])0F2 w)*iSv TRRwCcYiuDv_/A|#4/]]pr$%JEWEv]SA~ + +ZYR/^g5l o:hREa^=e\% p@I#{wc,C߈h.@KVgBoǿ?etve1mnZxRE`Ҵpz1fWMp}xӮ9[Wn |+_E'/=Pve1mnZxRE`ҴpzWc 'msFO4$B|*vT@hE _K#ضe%5^ĴM[:;,{*Op318cg4\DwiÅ &\bEH$$1=3 *yckheMW5&wqbDdOPhZ[1\mUH&M|X?ِ$3L?#bck+˕ušoUME V*@kf:& "w(a%KOBYL=f$$CtЛߵƣkIugTd'Fw@#qT[rt-/`=&hO.ļ{$?BSt`#B۟Tr H(%GsU!cXޢm„ ۼLMHu#J[vCJn0/\VҞ ^%~yx` o |lZy"%RÓE·Ey4#_d֏~p/IF^ & o)%جQ|LŒJlj0-HqnTcu҉ȻiPg.thHU@A+bw (֎PD F˷|<;~: )+QHfr@+>&-ǂAai$"ichMBзBG VO{Dp @+6xtƮ ,,n@+ r6p TE'yziƭ.N>v2wM&rA0Hs1Y;;=O9.*뗅u$%rYz|Q塓irU /}q҂ Gw4v2 -l`>/ >(w~DեV 6"_^vF\AY[~0)F,Pf|wP4I{9˾s~;2\Z}estb!+}VY'-_9l]wH~-x|mItG"}$nፑL%,"~yYR605 _!;A{*!ޛߦo:PK@Ns ~!W6A1T" _C|PSEI4#h )__tQxPQxRfв;{zssᛐtjrҒV&1.\Q~ gyA:ԹE%4-|XFXs|K!AY\Utz4Ք"x$Z4%YxӜBT~lY4^}drI8ڥXDQP^NΆ* h4S) ;FyA!屙,Wp3i4|_qBM).ʢP-;@V}ؚ[G[^kPC켅V_ ƧE2Pu>)`-; %bKm_㋃j/B0͇_{ *fnZUmX='OhzFB>uPp{0KeSmU$ŔP- CĶ57Yrf'tۇ49c]U@HڍdOz~9/uv 6%(9i2I2^Zl:Zݜ)Ջ]&ȥ7I!Exx)2vS"`b&hř遙Q iP_-ILNa@ׄ臂؍w1Ǽ+dAs:03:hcځ$hanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses 'Successful Telemarketing' and 'International Sales Management.' He is fluent in French.", "Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles (MBA, marketing, 1986). He has also taken the courses 'Multi-Cultural Selling' and 'Time Management for the Sales Professional.' He is fluent in Japanese and can read and write French, Portuguese, and Spanish.", "Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the University of Michigan in 1992, the year he joined the company. After completing a course entitled 'Selling in Europe,' he was transferred to the London office in March 1993.", "Laura received a BA in psychology from the University of Washington. She has also completed a course in business French. She reads and writes French.", "Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German."]; var k = 0; for (var i = 0; i < firstNames.length; i++) { var row = {}; row["firstname"] = firstNames[k]; row["lastname"] = lastNames[k]; row["title"] = titles[k]; row["titleofcourtesy"] = titleofcourtesy[k]; row["birthdate"] = birthdate[k]; row["hiredate"] = hiredate[k]; row["address"] = address[k]; row["city"] = city[k]; row["postalcode"] = postalcode[k]; row["country"] = country[k]; row["homephone"] = homephone[k]; row["notes"] = notes[k]; data[i] = row; k++; } var source = { localData: data, dataType: "array" }; // initialize the row details. var initRowDetails = function (id, row, element, rowinfo) { var tabsdiv = null; var information = null; var notes = null; // update the details height. rowinfo.detailsHeight = 200; element.append($("
  • Title
  • Notes
")); tabsdiv = $(element.children()[0]); if (tabsdiv != null) { information = tabsdiv.find('.information'); notes = tabsdiv.find('.notes'); var title = tabsdiv.find('.title'); title.text(row.firstname); var container = $('
') container.appendTo($(information)); var photocolumn = $('
'); var leftcolumn = $('
'); var rightcolumn = $('
'); container.append(photocolumn); container.append(leftcolumn); container.append(rightcolumn); var photo = $("
Photo:
"); var image = $("
"); var imgurl = '../../images/' + row.firstname.toLowerCase() + '.png'; var img = $(''); image.append(img); image.appendTo(photo); photocolumn.append(photo); var firstname = "
First Name: " + row.firstname + "
"; var lastname = "
Last Name: " + row.lastname + "
"; var title = "
Title: " + row.title + "
"; var address = "
Address: " + row.address + "
"; $(leftcolumn).append(firstname); $(leftcolumn).append(lastname); $(leftcolumn).append(title); $(leftcolumn).append(address); var postalcode = "
Postal Code: " + row.postalcode + "
"; var city = "
City: " + row.city + "
"; var phone = "
Phone: " + row.homephone + "
"; var hiredate = "
Hire Date: " + row.hiredate + "
"; $(rightcolumn).append(postalcode); $(rightcolumn).append(city); $(rightcolumn).append(phone); $(rightcolumn).append(hiredate); var notescontainer = $('
' + row.notes + '
'); $(notes).append(notescontainer); $(tabsdiv).jqxTabs({ width: 820, height: 170 }); } } var dataAdapter = new $.jqx.dataAdapter(source); $("#dataTable").jqxDataTable( { width: 850, source: dataAdapter, pageable: true, pageSize: 3, rowDetails: true, sortable: true, ready: function () { // expand the first details. $("#dataTable").jqxDataTable('showDetails', 0); }, initRowDetails: initRowDetails, columns: [ { text: 'First Name', dataField: 'firstname', width: 200 }, { text: 'Last Name', dataField: 'lastname', width: 200 }, { text: 'Title', dataField: 'title', width: 200 }, { text: 'City', dataField: 'city', width: 100 }, { text: 'Country', dataField: 'country'} ] }); });