function rhn(){
subject_title = document.title;
destination = document.domain;
document.writeln("Contacts");
document.writeln("
");
document.writeln("- Luc Trivaudey
");
document.writeln("Tax Management & Accounting Services Leader");
document.writeln(" ");
document.writeln("- Tel: +352 49 48 48 2520
");
document.writeln("
");
document.writeln("");
document.writeln("- Pierre Donis
");
document.writeln("Tax Partner");
document.writeln(" ");
document.writeln("- Tel: +352 49 48 48 5802
");
document.writeln("
");
document.writeln("");
document.writeln("- Xavier Lisoir
");
document.writeln("IT Consulting Director");
document.writeln(" ");
document.writeln("- Tel: +352 49 48 48 5719
");
document.writeln("
");
document.writeln("");
document.writeln("");
}
function rightHandNavigation(){
document.writeln( "
");
rhn();
document.writeln( "
");
}
function rhnRegistration(){
subject_title = document.title;
destination = document.domain;
document.writeln("
Contact");
document.writeln("
");
document.writeln("- Magali Dalla Riva
");
document.writeln("Event Organisation");
document.writeln(" ");
document.writeln("- Tel: +352 49 48 48 6045
");
document.writeln("
");
document.writeln("
");
document.writeln("");
}
function rightHandNavigationRegistration(){
document.writeln( "
");
rhnRegistration();
document.writeln( "
");
}
function rhnAgenda(){
subject_title = document.title;
destination = document.domain;
document.writeln("
Contacts");
document.writeln("
");
document.writeln("- Luc Trivaudey
");
document.writeln("Tax Management & Accounting Services Leader");
document.writeln(" ");
document.writeln("- Tel: +352 49 48 48 2520
");
document.writeln("
");
document.writeln("
");
document.writeln("- Pierre Donis
");
document.writeln("Tax Partner");
document.writeln(" ");
document.writeln("- Tel: +352 49 48 48 5802
");
document.writeln("
");
document.writeln("
");
document.writeln("- Xavier Lisoir
");
document.writeln("IT Consulting Director");
document.writeln(" ");
document.writeln("- Tel: +352 49 48 48 5719
");
document.writeln("
");
/*document.writeln("
");
document.writeln("");
document.writeln("
Print");
document.writeln("
");*/
}
function rightHandNavigationAgenda(){
document.writeln( "
");
rhnAgenda();
document.writeln( "
");
}