window.onload = function(){setScreenClass();};
window.onresize = function(){setScreenClass();};

function setScreenClass(){
	if (parseFloat(navigator.appVersion) == 4) {
	var fmt = document.body.clientWidth;
	} else {
	var fmt = document.documentElement.clientWidth;
	}
	if (fmt <= 970) {
		document.getElementById("header-wrap").style.width="970px";
		document.getElementById("layout").style.width="970px";
	} else {
		document.getElementById("header-wrap").style.width="auto";
		document.getElementById("layout").style.width="auto";
	}
}

var flashvars = {};
var params = {};
    params.play = "true";
    params.loop = "true";
    params.menu = "false";
    params.quality = "best";
    params.scale = "noscale";
    params.wmode = "transparent";
var attributes = {};
    attributes.id = "header-flash";
    attributes.name = "header-flash";
swfobject.embedSWF("/images/header.swf?timestamp="+(new Date().getTime()), attributes.id,
    "415", "122", "10.0.0", "/images/expressInstall.swf", flashvars, params, attributes);

DD_belatedPNG.fix(".pngfix");

