$(document).ready(function() {
  if (window.location.href == "http://www.apog.net/" || window.location.href == "http://www.apog.net/index.php?id=71" || window.location.href == "http://apog.net/" || window.location.href == "http://apog.net/index.php?id=71")
  {
    $("div.menu ul li:first").addClass('act');
  }
  if (window.location.href == "http://www.apog.net/index.php?id=103" || window.location.href == "http://apog.net/index.php?id=103")
  {
    $("div.menu ul li:last").addClass('act');
  }
  $("div.col_gauche div.bloc:last-child").css({'background' : 'none'});
  $("div.bloc_col_c div.bloc:last-child").css({'background' : 'none'});
  $("div.bloc_col_d div.bloc:last-child").css({'background' : 'none'});
  $("div.container_3col div.col:last-child").css({'padding-right' : '0'});
  $("div.bloc_col_d_large div.bloc:last-child").css({'background' : 'none'});
  $("div.bloc_col_g_small div.bloc:last-child").css({'background' : 'none'});
  $("div.bloc_col_triple div.bloc:last-child").css({'background' : 'none'});
  $("div.bloc_une_col div.container_txt:last").css({'background' : 'none'});
  if ($("div.bloc_col_d_large").size() != 0){
    $("div.bloc_gauche").css({'background' : 'url(fileadmin/templates/apog_main_site/img/border_vertical.jpg) repeat-y 400px top'});
  }
  else if ($("div.bloc_col_d").size() != 0){
    $("div.bloc_gauche").css({'background' : 'url(fileadmin/templates/apog_main_site/img/border_vertical.jpg) repeat-y 645px top'});
  }
  else if ($("div.bloc_col_triple").size() != 0){
    $("div.col_centre").css({'background' : 'url(fileadmin/templates/apog_main_site/img/bg_3cols.jpg) repeat-y center top'});
  }
});

function popup(file, titre)
{
  window.open(file, titre, 'height=480px, width=640px, menubar=no, status=no, scrollbars=no');
}
