// Flash Pop ups
function PlaySWF(link, size, name) {
	window.open("http://enterpriseevent.amd.com/enterprise_assets/player_" + size + ".html?vid=" + name, "win", "width=500,height=225");
}

function PopUpSWF(link, name, width, height){
	if(width) window.open(link, name, "width="+width+",height="+height);
	else window.open(link, name);
}
