var flashvars = {};
	flashvars.getImageURLs = "./res/getImageURLs.php";
	flashvars.firstImage = "./img/hollywood.jpg";
	flashvars.tTime = 2;
	flashvars.dTime = 4000;
var params = {};
	params.menu = false;
	params.scale = "noscale";
	params.salign = "tl";
var attributes = {};

swfobject.embedSWF("./swf/RevolvingImage.swf", "revolvingimage-container", "460", "307", "9.0.0", false, flashvars, params, attributes);

function launchDemo()
{
	var win;
	var width = (screen.width - 1000) / 2;
	var height = Math.floor((screen.height / 2.2)) - 350;
	win = window.open ("http://choosemycolors.com/app/", "demo","location=0, status=0, scrollbars=0, width=1000, height=680");
	win.moveTo( width,  height);
	win.focus();
}