//This defines the size of the window in which the SWF file is launched.
function sizeWindow() {
	window.open("../../assets/flash/firepan.swf", "", "width=700, height=500");
}
