<!--
w = screen.width;
offset1 = Math.ceil((w-759)/2 + 80);
offset2 = 60;
voffset1 = 62;
voffset2 = 0;
document.writeln('<style type=\"text/css\">\n' + 'a.a1:hover span.s1 { display: inline; position: absolute; left: ' + offset1 + 'px; top: ' + voffset1 + 'px; }\n');
document.writeln('a.a2:hover span.s2 { display: inline; position: absolute; left: ' + offset2 + 'px; top: ' + voffset2 + 'px; }\n' + '</style>\n');
//-->
