// JavaScript Document
function loadMovie()
{
	var so = new SWFObject(
		"../swf/header_eng_opt.swf",			/* filename */
		"module",				/* DO NOT MODIFY */
		"770",					/* width */
		"194",					/* height */
		"6",					/* min flash version */
		"#FFFFFF"				/* background color */
	);
	so.write( "module_wrapper" );
	document.getElementById( "module" ).focus();
}