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