// JavaScript Document
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [173, 127], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
	["/albums/slideshow/div/IMG_2827.JPG", , "", "The Power of Pink<br>Pink Glove Dance - 2010"],		
	["/albums/slideshow/cdt/IMG_1478.JPG", "http://bit.ly/9lflg1", "", "Childcare Technology<br>Easter Egg Hunt - April 2010"],		
	["/albums/slideshow/deca/0001.jpg", "http://bit.ly/9lflg1", "", "Deca Bake Sale<br>Spring 2010"],
	["/albums/slideshow/now/IMG_0194.jpg", "http://bit.ly/9lflg1", "", "Northeast NOW<br>Fall 2009"],
	["/albums/slideshow/div/IMG_2840.JPG", , "", "The Power of Pink<br>Pink Glove Dance - 2010"],		
	["/albums/slideshow/cdt/IMG_1490.JPG", "http://bit.ly/9lflg1", "", "Childcare Technology<br>Easter Egg Hunt - April 2010"],
	["/albums/slideshow/deca/DSC_0005.JPG", "http://bit.ly/9lflg1", "", "Deca Bake Sale<br>Spring 2010"],		
	["/albums/slideshow/div/IMG_2832.JPG", , "", "The Power of Pink<br>Pink Glove Dance - 2010"],	
	["/albums/slideshow/hrt/IMG_0317.jpg", "http://bit.ly/9lflg1", "", "Hotel and Restaurant<br>Technology - Fall 2009"],
	["/albums/slideshow/deca/DSC_0011.JPG", "http://bit.ly/9lflg1", "", "Deca Bake Sale<br>Spring 2010"],
	["/albums/slideshow/cdt/IMG_1413.JPG", "http://bit.ly/9lflg1", "", "Childcare Technology<br>Easter Egg Hunt - April 2010"],
	["/albums/slideshow/pbl/DS29011.jpg", "http://bit.ly/9lflg1", "", "Phi Beta Lambda<br>SLC '09 - Tupelo, MS"],
	["/albums/slideshow/now/IMG_0217.jpg", "http://bit.ly/9lflg1", "", "Northeast NOW<br>Fall 2009"],
	["/albums/slideshow/div/IMG_2834.JPG", , "", "The Power of Pink<br>Pink Glove Dance - 2010"],		
	["/albums/slideshow/deca/DSC_0002.JPG", "http://bit.ly/9lflg1", "", "Deca Bake Sale<br>Spring 2010"],
	["/albums/slideshow/cdt/IMG_1456.JPG", "http://bit.ly/9lflg1", "", "Childcare Technology<br>Easter Egg Hunt - April 2010"],
	["/albums/slideshow/now/IMG_0226.jpg", "http://bit.ly/9lflg1", "", "Northeast NOW<br>Fall 2009"],
	["/albums/slideshow/deca/DSC_0007.jpg", "http://bit.ly/9lflg1", "", "Deca Bake Sale<br>Spring 2010"],
	["/albums/slideshow/cdt/IMG_1469.JPG", "http://bit.ly/9lflg1", "", "Childcare Technology<br>Easter Egg Hunt - April 2010"],
	["/albums/slideshow/div/IMG_2837.JPG", , "", "The Power of Pink<br>Pink Glove Dance - 2010"],		
	["/albums/slideshow/now/IMG_0234.jpg", "http://bit.ly/9lflg1", "", "Northeast NOW<br>Fall 2009"],
	["/albums/slideshow/hrt/IMG_0324.JPG", "http://bit.ly/9lflg1", "", "Hotel and Restaurant<br>Technology - Fall 2009"],
	["/albums/slideshow/deca/DSC_0010.jpg", "http://bit.ly/9lflg1", "", "Deca Bake Sale<br>Spring 2010"],
	["/albums/slideshow/cdt/IMG_1495.JPG", "http://bit.ly/9lflg1", "", "Childcare Technology<br>Easter Egg Hunt - April 2010"],
	["/albums/slideshow/hrt/IMG_0327.JPG", "http://bit.ly/9lflg1", "", "Hotel and Restaurant<br>Technology - Fall 2009"]
 //<--no trailing comma!
	],
	displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: ""
})

function MM_CheckFlashVersion(reqVerStr,msg){
  with(navigator){
    var isIE  = (appVersion.indexOf("MSIE") != -1 && userAgent.indexOf("Opera") == -1);
    var isWin = (appVersion.toLowerCase().indexOf("win") != -1);
    if (!isIE || !isWin){  
      var flashVer = -1;
      if (plugins && plugins.length > 0){
        var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";
        desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;
        if (desc == "") flashVer = -1;
        else{
          var descArr = desc.split(" ");
          var tempArrMajor = descArr[2].split(".");
          var verMajor = tempArrMajor[0];
          var tempArrMinor = (descArr[3] != "") ? descArr[3].split("r") : descArr[4].split("r");
          var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0;
          flashVer =  parseFloat(verMajor + "." + verMinor);
        }
      }
      // WebTV has Flash Player 4 or lower -- too low for video
      else if (userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 4.0;

      var verArr = reqVerStr.split(",");
      var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
  
      if (flashVer < reqVer){
        if (confirm(msg))
          window.location = "http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash";
      }
    }
  } 
}
