";
$('IA').innerHTML = IAmov;
s2.write('IA');
}
function writeMP (){
var MPmov ="";
$('MP').innerHTML = MPmov;
s3.write('MP');
}
function writeLN (){
var LNmov ="";
$('LN').innerHTML = LNmov;
s4.write('LN');
}
function eraseAll (){
hideall();
hide('biomenu');
eraseIA();
eraseLN();
eraseMP();
}
function eraseIA (){
hide('contactmenu');
hide('contact');
$('IA').innerHTML = "";
}
function eraseLN (){
hide('contactmenu');
hide('contact');
$('LN').innerHTML = "";
}
function eraseMP (){
hide('contactmenu');
hide('contact');
$('MP').innerHTML = "";
}
var IA = '
Infernal Affairs
The HongKong trilogy which inspired a high-profile Hollywood remake by Martin Scorsese, with Matt Damon and Leonardo DiCaprio. Miramax acquired the rights for Western release.
At the height of the war between HongKong Police and the Chinese Triads, each side plants a mole in the other. While the Triad member quickly rises through the ranks of the police, the undercover must endlessly wander the criminal underworld, his true identity known only to his direct superior. When this man dies, the undercover\'s criminal life becomes the only one he has.
Don Giovanni
"Fall of the Don and Commentadore\'s Return" - from W.A. Mozart\'s dark opera. In this scene, the depraved Don Giovanni is confronted by the return of the Commentadore, who died protecting her daughter from the Don.
Richard Stilwell, John Tomlinson, and Willard White, with Academy of St. Martin-in-the-Fields, under Sir Neville Marriner .album
'
var MP = '
Match Point
A Woody Allen film with Scarlett Johannson. An Irish ex-Tennis pro mingles with the British upper-class and discovers that he cannot extricate his domestic happiness from the charms of a beautiful American actress in their midst.
Vesti la Giubba
"Put on the Costume" - Tenor Arioso from Ruggiero Leoncavallo\'s opera Pagliacci. In the closing of Act I, the protagonist (a clown) discovers that his wife is pursuing another man, and laments that he must still wear his costume onto stage, so that others may laugh.
Sung by Miroslav Dvorsky with Slovak Radio Symphony Orchestra under Alexander Rahbari .album
'
var LN = '
Léon (the Professional)
1994 Luc Besson Film with Jean Reno, Natalie Portman, and Gary Oldman. Portman plays Matilda, a young girl in Manhattan whose lower-class family is murdered because her father meddled in drug affairs. Matilda is taken in by her neighbor Léon, an immigrant hitman, and implores him to teach her the skills needed to avenge her baby brother.
Henryk Gorecki\'s 3rd Symphony
Performed by Dawn Upshaw, and London sinfonietta under David Zinman .album
'
function bio(id){
hide('bio');
$('bio').innerHTML = id;
show('biomenu');
}
function hideall() {
hide('IA');hide('IA0');hide('MP');hide('MP0');hide('LN');hide('LN0');
}