function popuppic(picname) {
window.open('popuppic.php'+'?'+'pic='+picname,'popwin','scrollbars=0,status=0,toolbar=0,resizable=0,width=720,height=600,top=50,left=50');
}

function airbrushpopuppic(picname) {
window.open('popuppic.php'+'?'+'pic='+picname,'popwin','scrollbars=0,status=0,toolbar=0,resizable=0,width=500,height=500,top=50,left=50');
}

function adminoldal(kat) {
    window.location.replace('http://www.motoroshaza.hu/admin/index.php?kat='+kat);
}
function adminoldalr() {
    window.location.replace('http://www.motoroshaza.hu/admin/indexalkatresz.php');
}
function adminoldalt() {
    window.location.replace('http://www.motoroshaza.hu/admin/indexairbrush.php');
}


