﻿
$(document).ready(function() {
    $('ul.sf-menu').superfish();
});

function menuSelect(attributeIds) {
    document.location.href = "select.aspx?attributes=" + attributeIds.toString();
    return false;
}

function fixtureSelect(catalogId) {
    document.location.href = "fixture.aspx?catalogId=" + catalogId.toString();
    return false;
}
function fixtureSeries(catalogId, seriesId) {
    document.location.href = "fixture.aspx?catalogId=" + catalogId.toString() + "&seriesId=" + seriesId.toString();
    return false;
}
