// JavaScript Document
/*Functions to embed flash movie*/
var flashvars = {};
var params = {wmode : "transparent"};
var attributes = {};
//if( swfobject.getQueryParamValue("tourcode")){flashvars.currTrip = swfobject.getQueryParamValue("tourcode"); }
if( swfobject.getQueryParamValue("tourcode")) {
  flashvars.currTrip = swfobject.getQueryParamValue("tourcode");
}

if( swfobject.getQueryParamValue("touryear")) {
  flashvars.currYear = swfobject.getQueryParamValue("touryear");
}

swfobject.embedSWF("_Images/image-slideshow.swf", "TripFlashContent", "560", "318", "8.0.0", "_Images/expressInstall.swf", flashvars, params, attributes);

