﻿$(function() {
    var zIndexNumber = 1000;
    $('div').each(function() {
        $(this).css('zIndex', zIndexNumber);
        zIndexNumber -= 10;
    });
});
function formnews(pcampo, pacao, ptipo) {

    if (pacao == 1)
        if (ptipo == 1 && pcampo.value == 'Digite o seu nome.' || ptipo == 2 && pcampo.value == 'Digite o seu email.' || ptipo == 3 && pcampo.value == 'Buscar na And1.')
        pcampo.value = '';

    if (pacao == 2) {
        if (pcampo.value == '')
            if (ptipo == 1)
            pcampo.value = 'Digite o seu nome.';
        else if (ptipo == 2)
            pcampo.value = 'Digite o seu email.';
        else if (ptipo == 3)
            pcampo.value = 'Buscar na And1.';

    }
}
function abreradio() {
    window.open("Radio.html", "RadioAnd1", "width=200,height=75,screenX=50,left=50,screenY=50,top=50,status=no,menubar=no");
}
     