// products
function setProduct(x) {
if ( x == '') {x = '/coop/'; panel = "1";
}

return x;
}


function goProduct(x) {
x = setProduct(x);
top.product.location.href = x;
}