var flashDivState = "max";
	
function resizeFlashDiv(){
	var newDivSize = 178;
	if(flashDivState == "max"){
		newDivSize = 70;
		flashDivState = "min";
	}else{
		flashDivState = "max";
	}
	var flashDivStyle = document.getElementById("flash");
	t1 = new Tween(flashDivStyle, "height", Tween.strongEaseOut, parseInt(flashDivStyle.height), newDivSize, 1, "px");
	t1.start();
}

   var flashvars = {
	dataUrl: "flashvalues.asp"
};
var params = {
	bgcolor: "#FFFFFF",
	scale: "noScale",
	swLiveConnect: "true",
	allowScriptAccess: "always",
	wmode: "transparent"
};	
var attributes = {
	id: "flash"
};                           	

swfobject.embedSWF("flash/carousel.swf", "flashcontent", "100%", "178", "9.0.45", "flash/expressinstall.swf", flashvars, params, attributes);