if (self != top) {
    top.location.href = self.location.href
}

function myPopUp(url,width,height,name){
    var open_args="toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0, resizable=1,width="+width+",height="+height;
    var ablak = window.open(url,name,open_args);
    ablak.moveTo((screen.availWidth-width)/2,(screen.availHeight-height)/2);
    ablak.focus();
    return false;
}
function myPopUp2(url,width,height,name){
    var open_args="toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0, resizable=1,width="+width+",height="+height;
    var ablak = window.open(url,name,open_args);
    ablak.moveTo((screen.availWidth-width)/2,(screen.availHeight-height)/2);
    ablak.focus();
}


document.writeln("<style>");
document.writeln("h1 {");
document.writeln("    FONT-SIZE: 14px;");
document.writeln("    ");
document.writeln("    COLOR: #00703A;");
document.writeln("    FONT-FAMILY: Arial, Helvetica;");
document.writeln("    FONT-WEIGHT: bold;");
document.writeln("}");

document.writeln("h2 {");
document.writeln("    FONT-SIZE: 12px;");
document.writeln("    MARGIN: 0px;");
document.writeln("    COLOR: #00703a;");
document.writeln("    FONT-FAMILY: Arial, Helvetica;");
document.writeln("    FONT-WEIGHT: none;");
document.writeln("}");

document.writeln("big {");
document.writeln("    FONT-SIZE: 12px;");
document.writeln("    ");
document.writeln("    COLOR: #0b4960;");
document.writeln("    FONT-FAMILY: Arial, Helvetica;");
document.writeln("    FONT-WEIGHT: none;");
document.writeln("}");
document.writeln("</style>");

v1  = 'window.';
v2  = 'location="';
v3  = 'http://';
v4  = 'www.';
v5  = 'easyweb.hu/referenciak"';
