<div id="gs_slider" class="gs_slider" style="left:-310px;width: 350px; position: fixed; top: 100px; background: url(

) right top; background-repeat:no-repeat; overflow:auto; height: 100%; z-index: 2;" >
<div id="blau" class="blau" style="margin-left: 49px; text-align:center; z-index:1;">
<div id="ts3viewer_996093" style="width:240px; height:490px; overflow:auto; position:absolute"> </div>
<script type="text/javascript" src="http://static.tsviewer.com/short_expire/js/ts3viewer_loader.js"></script>
<script type="text/javascript">
<!--
var ts3v_url_1 = "http://www.tsviewer.com/ts3viewer.php?ID=996093&text=ffffff&text_size=12&t ext_family=1&js=1&text_s_weight=bold&text_s_style= normal&text_s_variant=normal&text_s_decoration=non e&text_s_color_h=525284&text_s_weight_h=bold&text_ s_style_h=normal&text_s_variant_h=normal&text_s_de coration_h=underline&text_i_weight=normal&text_i_s tyle=normal&text_i_variant=normal&text_i_decoratio n=none&text_i_color_h=525284&text_i_weight_h=norma l&text_i_style_h=normal&text_i_variant_h=normal&te xt_i_decoration_h=underline&text_c_weight=normal&t ext_c_style=normal&text_c_variant=normal&text_c_de coration=none&text_c_color_h=525284&text_c_weight_ h=normal&text_c_style_h=normal&text_c_variant_h=no rmal&text_c_decoration_h=underline&text_u_weight=b old&text_u_style=normal&text_u_variant=normal&text _u_decoration=none&text_u_color_h=525284&text_u_we ight_h=bold&text_u_style_h=normal&text_u_variant_h =normal&text_u_decoration_h=none";
ts3v_display.init(ts3v_url_1, 996093, 100);
-->
</script>
</div>
<script type="text/javascript">
var state = 0;
var wait = false;
function changeSlider2()
{
if(state==0){
$('#1ts3_slider').animate({width: 49 }, "slow", function(){});
}
else
$('#1ts3_slider').animate({width: 300 }, "slow", function(){});
wait = false;
}
$('#1ts3_slider').mouseenter(function(event){
if(state==0)
{
state =1;
changeSlider2();
wait = true;
setTimeout('changeSlider2();',2000)
}
if(wait)
state = 1;
})
$('#1ts3_slider').mouseleave(function(){
state = 0;
if(!wait)
changeSlider2();
});
</script>