function onstar_video(){
	var flashvars = {};
	var params = {};
	var attributes = {};
	swfobject.embedSWF("/corporate/responsibility/onstar_video.swf", "onstar_video", "328", "204", "9.0.0", false, flashvars, params, attributes);
}

function wagoner_video(){
	var flashvars = {};
	var params = {};
	var attributes = {};
	swfobject.embedSWF("/corporate/responsibility/wagoner_video.swf", "wagoner_video", "221", "147", "9.0.0", false, flashvars, params, attributes);
}

function nav(e) {
	var sel = getTarget(e);
	if (sel.selectedIndex == -1) return;
	var opt = sel.options[sel.selectedIndex];
	if (opt && opt.value){
		window.open(opt.value);
	}
}
function getTarget(e) {
	if(!e) {
		e = window.event;
	}
	if (e.target) {
		var tg = e.target;
	} else if (e.srcElement) {
		var tg = e.srcElement;
	}
	return tg;
}
function attachMenuEvent(){
	if (!document.getElementById("global_locations")) return false;
	var archiveSelect = document.getElementById('global_locations');
	archiveSelect.onchange = nav;
}

AttachEvent(window, "load", wagoner_video);
AttachEvent(window, "load", attachMenuEvent);