﻿/* --------------------------------------------------------------- */
/*                   sIFR functions                                */
/* --------------------------------------------------------------- */


/* --------------------------------------------------------------- */
/*                   jquery functions                              */
/* --------------------------------------------------------------- */
/*
  function expandme(id) {

   
   $(".mymenu").css({ "background":"transparent", "color":"#33322d"});
   
   $("#mymenu_"+id).css({"color":"#FFFFFF"}); 
   $("#mymenu_"+id).css({"background":"#404C38"});

   $(".mymenu").addClass("mymenu");
   
   $("#case_"+id).slideToggle("slow");
  
   
}*/


/* --------------------------------------------------------------- */
/*                   Misc functions                                */
/* --------------------------------------------------------------- */

function MM_openBrWindow(theURL,winName,features)
{
  window.open(theURL,winName,features);
}


