function openCollection(id){
  fTop=100;
  fLeft=100;
  ops='height=431,width=530,top=' + fTop + ',left=' + fLeft + ',scrollbars=0, toolbar=0';
  URL='foto.php?id=' + id;
  window.open(URL,'FOTOSMOS',ops);
  window.open(URL,'FOTOSMOS',ops);
}

function openCollection2(id, brand){
  fTop=100;
  fLeft=100;
  ops='height=431,width=530,top=' + fTop + ',left=' + fLeft + ',scrollbars=0, toolbar=0';
  if(brand!=0){ URL='foto_brand2.php?id=' + id + '&brand=' + brand; }
  else { URL='foto_brand.php?id=' + id + '&brand=0' }
  window.open(URL,'FOTOSMOS',ops);
  window.open(URL,'FOTOSMOS',ops);
}

function openCollection3(id){
  fTop=100;
  fLeft=100;
  ops='height=431,width=530,top=' + fTop + ',left=' + fLeft + ',scrollbars=0, toolbar=0';
  URL='foto3.php?id=' + id;
  window.open(URL,'FOTOSMOS',ops);
  window.open(URL,'FOTOSMOS',ops);
}

function openTrends(){
  fTop=100;
  fLeft=100;
  ops='height=431,width=530,top=' + fTop + ',left=' + fLeft + ',scrollbars=0, toolbar=0';
  URL='foto_items.php';
  window.open(URL,'FOTOSMOS',ops);
  window.open(URL,'FOTOSMOS',ops);
}
