function designservices()
		{
			//Hide other Flash players when loading the thickbox
			this.onthickboxopen = function(){
				$("div.flashplayer").hide();
			};
			//Show other Flash players when closing the thickbox
			this.onthickboxclose = function(){
				$("div.flashplayer").show();
			};
		}
dsScript = new designservices();