/*
*	researchcentre.js
*/

$(document).ready(function() {	
	// hide flash text-alternative
	$("#picflow").html("");
});

// load javascript
window.onload = function()
{
	// make sure target div exists
	if ($("#picflow").length > 0)
		setTimeout('loadDestFlash()', 100);
}

function loadDestFlash()
{	
	var vars = [];
	vars["xmlfeed"] = "/destinations.xml?20080606";	// Path to xml file or PHP script
	
	var attrs = [];
	attrs.bgcolor = "#000000";
	
	swfobject.embedSWF("/swf/coverflow.swf?20080606", "picflow", "549", "178", "9.0.0", "expressInstall.swf", vars, attrs);
	
	//RunFlash("/swf/pictureflow-H135.swf?20080512", "549", "178", "#000000", "window", "PictureFlow", vars);
}
