/* Do Flash Header ................................................................................................ */
function doHeader(){}
doHeader._init = function()
	{

		var fo = new SWFObject('/_img/headers/header.swf', 'mymovie', '840', '155', '6');
		fo.addParam('scale', 'noscale');
		fo.write('flashheader');
		  
		$hide('imgheader');

	}
oLoad.aFunc.push(doHeader);