﻿function visaDel(tidningId, delId) {
    location.href = "Grid.aspx?tid=" + tidningId + "&rid=0&did=" + delId;
}



function visaDelFs(tidningId, delId, topinfo, bredd) {
    location.href = "GridFs.aspx?tid=" + tidningId + "&rid=0&did=" + delId + "&topinfo=" + topinfo + "&bredd=" + bredd;
}



function visaRadannons(tidningId, radannonsId) {
    location.href = "Radannons.aspx?tid=" + tidningId + "&did=0&rid=" + radannonsId;
}



function kollaTextbox(tb) {
    if (tb.value.length == 0) {
        $(tb).css("border", "1px solid #ff0000");
    } else {
        $(tb).css("border", "1px solid #636363");
    }
}

