/*
*************************************
  Created by Laszlo Bejczi 2006
  Send me a mail if u could use this code. Anyway its free to reuse.
  fikusz01 at gmail dot com
*************************************
*/

function chat() {
    //window.open('/krampampuli/chat/index.php','BabaWIWChat','width=900,height=600,toolbar=no,location=no,directories=yes,status=no,menubar=no,scrollbars=yes,copyhistory=no,screenX=20,screenY=20')
    newWindow = window.open("/krampampuli/chat/index.php","BabaWIWChat","width=900,height=600,scrollbars=yes,resizable=1");
    x = (screen.width-900)/2;
    if ( x < 40 ) x = 40;
    y = (screen.height-600)/2;
    if ( y < 40 ) y = 40;
    newWindow.moveTo( x, y );
}

function go(url) {
    window.location = url;
}

function Confirm(msg, hova) {
    var response = window.confirm(msg);
    if (response) { go(hova); }
}

function ConfirmOnly(msg) {
    return window.confirm(msg);
}

function nem_szavazhat() {
    alert("Ön már szavazott erre!");
    return false;
}

// megszamolja egy textbox beirt karaktereit.
function textCounter( field, countfield, maxlimit ) {
    if ( field.value.length > maxlimit ) {
        field.value = field.value.substring( 0, maxlimit );
        field.blur();
        field.focus();
        return false;
    } else {
        countfield.value = maxlimit - field.value.length;
    }
}

/*
    Adsense
*/

google_ad_client = "pub-5591621732152527";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
google_ui_features = "rc:0";

