-
Notifications
You must be signed in to change notification settings - Fork 0
/
b3.htm
886 lines (439 loc) · 27.2 KB
/
b3.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CPAA Arts Center 飞扬艺术中心</title>
<link href="CSS2.CSS" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>
<body onLoad="MM_preloadImages('img/3_.gif','img/4_.gif','img/5_.gif','img/6_.gif','img/7_.gif','img/8_.gif','img/9_.gif','img/10_.gif','img/11_.gif','img/12_.gif')">
<table width="1002" border="0" align="center" cellpadding="0" cellspacing="0" background="img/96.gif">
<tr>
<td width="753"><img src="img/1.gif" width="531" height="98"></td>
<td width="249"><a href="http://www.cpaaartscenter.com/" target="_blank" onMouseOver="MM_swapImage('Image60','','img/3_.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="img/3.gif" name="Image60" width="279" height="98" border="0"></a></td>
</tr>
</table>
<table width="1002" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="121"><a href="index.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image42','','img/4_.gif',1)"><img src="img/4.gif" name="Image42" width="121" height="39" border="0" id="Image42" /></a></td>
<td width="113"><a href="a.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image43','','img/5_.gif',1)"><img src="img/5.gif" name="Image43" width="113" height="39" border="0" id="Image43" /></a></td>
<td width="76"><a href="b.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image44','','img/6_.gif',1)"><img src="img/6.gif" name="Image44" width="76" height="39" border="0" id="Image44" /></a></td>
<td width="110"><a href="c.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image45','','img/7_.gif',1)"><img src="img/7.gif" name="Image45" width="110" height="39" border="0" id="Image45" /></a></td>
<td width="73"><a href="d.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image46','','img/8_.gif',1)"><img src="img/8.gif" name="Image46" width="73" height="39" border="0" id="Image46" /></a></td>
<td width="89"><a href="http://www.cpaaartscenter.com/" target="_blank" onMouseOver="MM_swapImage('Image47','','img/9_.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="img/9.gif" name="Image47" width="89" height="39" border="0"></a></td>
<td width="135"><a href="f.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image48','','img/10_.gif',1)"><img src="img/10.gif" name="Image48" width="135" height="39" border="0" id="Image48" /></a></td>
<td width="120"><a href="g.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image49','','img/11_.gif',1)"><img src="img/11.gif" name="Image49" width="120" height="39" border="0" id="Image49" /></a></td>
<td width="165"><a href="h.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image50','','img/12_.gif',1)"><img src="img/12.gif" name="Image50" width="165" height="39" border="0" id="Image50" /></a></td>
</tr>
</table>
<table width="1002" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="39"><img src="img/1.jpg" width="1002" height="315"></td>
</tr>
</table>
<table width="1002" border="0" align="center" cellpadding="0" cellspacing="0" background="img/109.gif">
<tr>
<td align="center"><img src="img/31.gif" width="34" height="18">
<table width="960" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="216" height="409" align="center" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><img src="img/123.gif" width="216" height="41"></td>
</tr>
</table>
<table width="34" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="34"><img src="img/31.gif" width="34" height="3"></td>
</tr>
</table>
<table width="189" height="34" border="0" cellpadding="5" cellspacing="0" background="img/71.gif">
<tr>
<td width="171" height="29" align="center" class="1"><strong><a href="index1.htm" class="1">About
CPAA</a></strong></td>
</tr>
</table>
<table width="34" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="34"><img src="img/31.gif" width="34" height="3"></td>
</tr>
</table>
<table width="189" height="34" border="0" cellpadding="5" cellspacing="0" background="img/71.gif">
<tr>
<td width="171" height="29" align="center" class="1"><strong><a href="index2.htm" class="1">Dance
Classes </a></strong></td>
</tr>
</table>
<table width="34" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="34"><img src="img/31.gif" width="34" height="3"></td>
</tr>
</table>
<table width="189" height="34" border="0" cellpadding="5" cellspacing="0" background="img/71.gif">
<tr>
<td width="171" height="29" align="center" class="1"><strong><a href="index3.htm" class="1">Ballroom
Dance</a> </strong></td>
</tr>
</table>
<table width="34" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="34"><img src="img/31.gif" width="34" height="3"></td>
</tr>
</table>
<table width="189" height="34" border="0" cellpadding="5" cellspacing="0" background="img/71.gif">
<tr>
<td width="171" height="29" align="center" class="1"><strong><a href="index4.htm" class="1">Line
Dance</a></strong></td>
</tr>
</table>
<table width="34" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="34"><img src="img/31.gif" width="34" height="3"></td>
</tr>
</table>
<table width="189" height="34" border="0" cellpadding="5" cellspacing="0" background="img/71.gif">
<tr>
<td width="171" height="29" align="center" class="1"><strong><a href="index5.htm" class="1">Shaolin
KungFu </a></strong></td>
</tr>
</table>
<table width="34" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="34"><img src="img/31.gif" width="34" height="3"></td>
</tr>
</table>
<table width="189" height="34" border="0" cellpadding="5" cellspacing="0" background="img/71.gif">
<tr>
<td width="171" height="29" align="center" class="1"><strong><a href="index6.htm" class="1">Music
</a></strong></td>
</tr>
</table>
<table width="34" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="34"><img src="img/31.gif" width="34" height="3"></td>
</tr>
</table>
<table width="189" height="34" border="0" cellpadding="5" cellspacing="0" background="img/71.gif">
<tr>
<td width="171" height="29" align="center" class="1"><strong><a href="index7.htm" class="1">Drama
</a></strong></td>
</tr>
</table>
<table width="34" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="34"><img src="img/31.gif" width="34" height="3"></td>
</tr>
</table>
<table width="189" height="34" border="0" cellpadding="5" cellspacing="0" background="img/71.gif">
<tr>
<td width="171" height="29" align="center" class="1"><strong><a href="index8.htm" class="1">Visual
Arts </a></strong></td>
</tr>
</table>
<table width="34" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="34"><img src="img/31.gif" width="34" height="3"></td>
</tr>
</table>
<table width="189" height="34" border="0" cellpadding="5" cellspacing="0" background="img/71.gif">
<tr>
<td width="171" height="29" align="center" class="1"><strong><a href="index9.htm" class="1">Rental
Information </a></strong></td>
</tr>
</table>
<table width="34" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="34"><img src="img/31.gif" width="34" height="3"></td>
</tr>
</table>
<table width="189" height="34" border="0" cellpadding="5" cellspacing="0" background="img/71.gif">
<tr>
<td width="171" height="29" align="center"><strong><a href="index10.htm" class="1">Map
and direction</a></strong></td>
</tr>
</table></td>
<td width="16" valign="top" background="img/117.gif"> </td>
<td width="729" align="center" valign="top"><div align="left">
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td><strong><font color="#FFFF00" size="4">Artists</font></strong>
</td>
</tr>
</table>
</div>
<table width="75%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/122.gif" width="717" height="12"></td>
</tr>
</table>
<table width="717" border="0" cellpadding="0" cellspacing="0" background="img/121.gif">
<tr align="center">
<td valign="top">
<div align="left">
<div align="center">
<table border="0" cellpadding="10" cellspacing="0">
<tr>
<td> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="27%"><table width="189" height="34" border="0" cellpadding="5" cellspacing="0" background="img/71.gif">
<tr>
<td width="171" height="29" align="center"><strong><a href="b1.htm"><font size="2">Dance
</font></a></strong></td>
</tr>
</table></td>
<td width="1%"><img src="img/31.gif" width="8" height="3"></td>
<td width="27%"><table width="189" height="34" border="0" cellpadding="5" cellspacing="0" background="img/71.gif">
<tr>
<td width="171" height="29" align="center"><strong><a href="b2.htm"><font size="2">Music</font></a></strong></td>
</tr>
</table></td>
<td width="1%"><img src="img/31.gif" width="8" height="3"></td>
<td width="22%"><table width="189" height="34" border="0" cellpadding="5" cellspacing="0" background="img/71.gif">
<tr>
<td width="171" height="29" align="center"><strong><a href="b3.htm"><font size="2">Peking
Opera </font></a></strong></td>
</tr>
</table></td>
<td width="22%"> </td>
</tr>
</table>
<table width="34" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="34"><img src="img/31.gif" width="34" height="3"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="27%"><table width="189" height="34" border="0" cellpadding="5" cellspacing="0" background="img/71.gif">
<tr>
<td width="171" height="29" align="center"><strong><a href="b4.htm"><font size="2">Martial
Arts</font></a></strong></td>
</tr>
</table></td>
<td width="1%"><img src="img/31.gif" width="8" height="3"></td>
<td width="27%"><table width="189" height="34" border="0" cellpadding="5" cellspacing="0" background="img/71.gif">
<tr>
<td width="171" height="29" align="center" class="1"><strong><a href="b5.htm"><font size="2">Magic</font></a></strong></td>
</tr>
</table></td>
<td width="1%"><img src="img/31.gif" width="8" height="3"></td>
<td width="22%"><table width="189" height="34" border="0" cellpadding="5" cellspacing="0" background="img/71.gif">
<tr>
<td width="171" height="29" align="center" class="1"><strong><a href="b6.htm"><font size="2">Visual
Arts</font></a></strong></td>
</tr>
</table></td>
<td width="22%"> </td>
</tr>
</table>
<table width="34" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="34"><img src="img/31.gif" width="34" height="3"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="42%"> <table width="235" height="36" border="0" cellpadding="5" cellspacing="0" background="img/88.gif">
<tr>
<td width="217" height="35" align="center">
<div align="center"><a href="b8.htm"><strong></strong></a><strong><a href="b7.htm"><font size="2">Yong
YAO, Artistic Director</font></a></strong></div></td>
</tr>
</table></td>
<td width="58%"><table width="235" height="36" border="0" cellpadding="5" cellspacing="0" background="img/88.gif">
<tr>
<td width="217" height="35" align="center">
<div align="center"><a href="b8.htm"><strong></strong></a><strong><a href="b8.htm"><font size="2">Phil
YOUNG, Music Director</font></a></strong></div></td>
</tr>
</table></td>
</tr>
</table>
<table width="34" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="34"><img src="img/31.gif" width="34" height="3"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="42%"> <table width="235" height="36" border="0" cellpadding="5" cellspacing="0" background="img/88.gif">
<tr>
<td width="217" height="35" align="center">
<div align="center"><a href="b8.htm"><strong></strong></a><strong><a href="b.htm"><font size="2">Ann
WOO, Executive Director</font></a></strong></div></td>
</tr>
</table></td>
<td width="58%"><table width="235" height="36" border="0" cellpadding="5" cellspacing="0" background="img/88.gif">
<tr>
<td width="225" height="35" align="center" >
<div align="center"><a href="b10.htm"><strong><font size="2">ZHOU
Peiwu, Guest Cheorographer</font></strong></a></div></td>
</tr>
</table></td>
</tr>
</table>
<p class="14"></p></td>
</tr>
</table>
<table width="688" border="0" cellpadding="0" cellspacing="1" class="lineli">
<tr>
<td width="178" valign="top">
<table width="27%" border="0" cellpadding="5" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td bgcolor="#333366"><img src="img/zhao_yangqin_gr2.jpg" width="140" height="165"></td>
</tr>
</table>
<table width="147" border="0" cellspacing="0" cellpadding="5">
<tr>
<td width="137" align="center"><strong><font color="#FFFF00">Lifang
WANG <br>
</font><font color="#FFFFFF">Peking Opera PerformingArtist</font>
</strong></td>
</tr>
</table></td>
<td width="536" valign="top" class="14"> <font color="#FFFFFF">Nationally
ranked first class Peking Opera artist of China. Born
to a professional Peking Opera family in Shenyang,
Madam Wang started to study Peking Opera at an early
age. She trained under Wei Lianfang, an arch disciple
of the legendary master Mei Lanfang. Madam. Wang is
known for her excellent singing and characterization
of the traditional young woman’s roles, yet she is
also capable of performing some of the men’s roles,
including the “painted face,” which is sung in a drastically
different voice. She has won numerous prizes and toured
many regions in the world</font></td>
</tr>
</table>
<br>
<table width="688" border="0" cellpadding="0" cellspacing="1" class="lineli">
<tr>
<td width="178" valign="top">
<table width="27%" border="0" cellpadding="5" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td bgcolor="#333366"><img src="img/SunJihai_gr2.jpg" width="140" height="165"></td>
</tr>
</table>
<table width="147" border="0" cellspacing="0" cellpadding="5">
<tr>
<td width="137" align="center"><strong><font color="#FFFF00">Jihai
SUN </font><br>
<font color="#FFFFFF">Peking Opera Artist</font></strong></td>
</tr>
</table></td>
<td width="536" valign="top" class="14"> <font color="#FFFFFF">Member
of the Dramatists’ Association of China, Mr. Sun was
born in a professional Peking Opera family. He spent
his school years studying in the opera training school
under Shenyang Peking Opera Company. He specializes
in the young men’s role. He has portrayed a variety
of characters from different times and with different
personalities. He has won many awards and toured all
around the world. </font>
<p></p></td>
</tr>
</table>
<br>
<table width="688" border="0" cellpadding="0" cellspacing="1" class="lineli">
<tr>
<td width="178" height="220" valign="top">
<table width="27%" border="0" cellpadding="5" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td bgcolor="#333366"><img src="img/guan_yi_gr2.jpg" width="140" height="160"></td>
</tr>
</table>
<table width="147" border="0" cellspacing="0" cellpadding="5">
<tr>
<td width="137" height="48" align="center"><strong><font color="#FFFF00">GUAN
Yi</font><br>
<font color="#FFFFFF">Peking Opera Artist</font></strong></td>
</tr>
</table></td>
<td width="536" valign="top" class="14"> <font color="#FFFFFF">Certified
national rank performer of China. Ms. Guan Yi is born
to a Peking Opera family, and graduated from Shenyang
Peking Opera School. She specializes in the young
lady’s role, as her stage appearance is pretty, and
her voice sweet. Capable of performing both the musical
and martial roles, she has received many awards from
national and international contests. Ms. Guan has
toured all around the world.<br>
</font></td>
</tr>
</table>
<br>
<table width="688" border="0" cellspacing="1" cellpadding="0">
<tr>
<td width="178" valign="top">
<table width="27%" border="0" cellpadding="5" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td bgcolor="#333366"><img src="img/zhang_yc_gr1.jpg" width="140" height="156"></td>
</tr>
</table>
<table width="147" border="0" cellpadding="5" cellspacing="0">
<tr>
<td width="137" align="center"><strong><font color="#FFFF00">Yingchao
ZHANG</font><br>
<font color="#FFFFFF">Peking Opera Artist</font>
</strong></td>
</tr>
</table></td>
<td width="536" valign="top" class="14"> <font color="#FFFFFF">Certified
national rank performer of China. Mr. Zhang graduated
from Shenyang Peking Opera School, specializing in
the Painted Face and Martial Clown’s roles. He is
repeatedly awarded for his breathtaking acrobatic
skills in contests of all levels, characterized with
agility, swiftness, excellent posturing, and tumbling
feats. Mr. Zhang has toured the US, Canada, Europe,
Japan, and is particularly popular in Hong Kong.</font>
<p> <br>
</p></td>
</tr>
</table>
<br>
</div>
</div></td>
</tr>
</table>
<table width="699" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="699"><img src="img/120.gif" width="717" height="8"></td>
</tr>
</table></td>
</tr>
</table>
<br> </td>
</tr>
</table>
<table width="1002" height="55" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="55" valign="top"> <div align="center"><strong><font color="#000000"><br>
©1991-2014 Chinese Performing Artists of America. All Rights Reserved.</font><font color="#959595"><br>
<font color="#000000">Powered by</font> <a href="http://bayarea.99people.com/" target="_blank">99people.com</a>
</font></strong></div></td>
</tr>
</table>
</body>
</html>