function openOrders(auth) {
  nyx_openScreenCenteredWindow('http://orders.silanos.it/aspx/Login.aspx?auth=' + auth, 'orders');
}

function writeFlash(type) {
  document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="573" height="173" id="home" align=""><param name=movie value="../movie/home.swf"> <param name=quality value=high> <param name=bgcolor value=#ffffff> <embed src="../movie/home.swf" quality=high bgcolor=#ffffff  width="573" height="173" name="home" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>');
}

function navigateAuthenticated(navigate, url) {
  if (navigate == 'false')
    window.location.href = url;
}

function checkEnterDoLogin() {
  if (nyx_checkEnter()) {
    window.event.returnValue = false;
    __doPostBack('lgnUser$btnLogin', '')
  }
}

function openArticoloDetail(productCodeSilanos) {
  nyx_openScreenCenteredWindow('../aspx/ArticoloDetail.aspx?productCodeSilanos=' + productCodeSilanos, 'articolo_' + productCodeSilanos, null, 626);
}

function openRegistrationForm() {
  nyx_openScreenCenteredWindow('../aspx/RegistrationForm.aspx', 'registration', 400, 400);
}

$(document).ready(function () {
  $('.jOpenCategory').click(function () {
    $(this).parent().toggleClass('OpenedCategoria');
    $(this).parent().next('.jCategory').slideToggle('slow');
  });
});
