var CSMain = new Class({ timerid1: 0, errortext: "", initialize: function(){ //setInterval('document.csmain.setBg2()',1000); setInterval('document.csmain.setBg2()',200); }, setBg2: function(){ if($('.content_in').height() > 720) $('.foot').css({'top': ($('.content_in').height()+500)+'px'}); else $('.foot').css({'top': '1220px'}); }, setBg: function(){ if(document.location.hash.indexOf("demo") > -1){ //$('#site').css({'background': 'URL(template/cleversailing_v1/img/bg_kachel.jpg)' }); //$('#content').css({'background': 'none' }); //$('#header').css({'height': '430px' }); $('#mainmenu').hide(); $('#mainmenu_bg').hide(); $('#footer').hide(); $('#pageend').hide(); } else { //$('#site').css({'background': '#fff' }); //$('#content').css({'background': 'background: url(../img/2spalt_bg.jpg) 70% 80px no-repeat' }); //$('#header').css({'height': '480px' }); $('#mainmenu').show(); $('#mainmenu_bg ').show(); $('#footer').show(); $('#pageend').show(); } if($('#pageend').offset().top < $(window).height()){ var toend = $(window).height()-$('#pageend').offset().top; $('#pageend').height(toend) } else { $('#pageend').height(0) } }, sendPayout: function(){ this.showPopUp('account_payout_confirm.php',$('#payoutform').serialize()); }, initCreditOut: function(){ $('#creditoutfield').keyup(function(){ $('#creditoutfield').val( parseInt($(this).val()) ); if($(this).val() != parseInt($(this).val())){ $('#creditoutfield').val(0); $('.creditoutfieldalert').text($(this).val() + "ist nicht auszahlbar! bitte verwenden Sie nur ganze Zahlen"); } if(parseInt($('.creditoutmaxcredits').text()) < parseInt($(this).val())) $(this).val($('.creditoutmaxcredits').text()) if($(this).val() < 0){ $(this).val(0) } $('.creditoutfieldalert').text('es werden ' + ($(this).val()/2) + '€ ausgezahlt* (1 Credit = 0,50€)'); }) }, showPopUp: function(file,query){ $('#gamebox').css({'top':'-1000px'}) $('#popup #data').css({'height': ($(window).height()-220)+'px'}); $(window).resize(function() { $('#popup #data').css({'height': ($(window).height()-220)+'px'}); }); $('#popup #data').html(''); $('#popup').fadeIn('fast'); $.ajax({ url: 'template/cleversailing_v1/pages/'+file+'?'+query, success: function(data) { $('#popup #data').html(data); $('#popup #close').click(this.closePopUp); }.bind(this) }); }, closePopUp: function(file,query){ $('#popup #data').html(''); $('#gamebox').css({'top':'170px'}) $('#popup').fadeOut('fast') }, login: function(data){ var d = new Date(); var ts = d.getTime(); if(!data) alert('