window.document.write("");
window.document.write("
");
$('ban3060860').addEvent('mouseover', function(e) {
$('ban3060860').style.zIndex = 10000;
$('ban3060860').get('morph').cancel();
$('ban3060860').morph({width: '600',height: '706'});
});
$('ban3060860').addEvent('mouseout', function(e) {
$('ban3060860').get('morph').cancel();
$('ban3060860').morph({width: '600px',height: '100px',zIndex: '100'});
});