function PenACC (PenAdr,PenAd,Gen,Yuk) {
    uzanti="width="+Gen+",";
    uzanti+="height="+Yuk+",";
    uzanti+="resizable=yes,";
    uzanti+="status=no,";
    uzanti+="scrollbars=yes,";
    uzanti+="left=0,";
    uzanti+="right=0,";
    uzanti+="toolbar=no,";
    uzanti+="menubar=no,";
    uzanti+="location=no";
    window.open(PenAdr,PenAd,uzanti);
}

function pencereAc (PenAdr,PenAd,Gen,Yuk) {
    uzanti="width="+Gen+",";
    uzanti+="height="+Yuk+",";
    uzanti+="resizable=yes,";
    uzanti+="status=no,";
    uzanti+="scrollbars=yes,";
    uzanti+="left=0,";
    uzanti+="right=0,";
    uzanti+="toolbar=no,";
    uzanti+="menubar=no,";
    uzanti+="location=no";
    window.open(PenAdr,PenAd,uzanti);
}

function manset1(mansetlinkname, mansetresimname, mansetresim, mansetid, mansetlink, buttonresim) {
    document.getElementById(mansetlinkname).href    = mansetlink;
    document.getElementById(mansetresimname).src    = mansetresim;
    document.getElementById(mansetid).src           = buttonresim;
}

function manset2(mansetid, buttonresim) {
    document.getElementById(mansetid).src           = buttonresim;
}
