/*function showFlashOJD() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="752" height="311" title="OJD">' +
				'<param name="movie" value="/imgfiles/OJD/img/center.swf" />' +
				'<param name="quality" value="high" />' +
				'<param name="wmode" value="transparent" />' +
				'<embed src="/imgfiles/OJD/img/center.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="752" height="311" wmode="transparent"></embed>' +
			'</object>');
}
*/
function showFlashOJD() {
	if (navigator.userAgent.indexOf('Mac') != -1)
	{
		document.write('<img src="/imgfiles/OJD/img/ojd_311.jpg">')
	}
	else
	{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="752" height="311" title="OJD">' +
				'<param name="movie" value="/imgfiles/OJD/img/center.swf" />' +
				'<param name="quality" value="high" />' +
				'<param name="wmode" value="transparent" />' +
				'<embed src="/imgfiles/OJD/img/center.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="752" height="311" wmode="transparent"></embed>' +
			'</object>');
	}
}

function menuID(menuItem, id) {
	var div = document.getElementById(id);
	div.style.display = "";
	div.style.color = "#FFFFFF"; 
	menuItem.style.backgroundColor = "#9C0202";	
	menuItem.style.borderTop = "2px solid #D35D5D";
	menuItem.style.color = "#ffffff";
} 

function quitarID(menuItem, id) { 
	var div = document.getElementById(id);
	div.style.display = "none"; 
	div.style.color = "#000000"; 
	menuItem.style.backgroundColor = "#D40203";
	menuItem.style.borderTop = "2px solid #C30B0B";
}

function itemOver(menuItem) {
	menuItem.style.backgroundColor = "#9C0202";
	menuItem.style.borderTop = "2px solid #D35D5D";
	menuItem.style.color = "#ffffff";
}

function itemOut(menuItem) {
	menuItem.style.backgroundColor = "#D40203";
	menuItem.style.borderTop = "2px solid #C30B0B";
	
}
function itemOver2(menuItem) {
	menuItem.style.backgroundColor = "#D40203";
	menuItem.style.border ="none";
	menuItem.style.color = "#ffffff";
}

function itemOut2(menuItem) {
	menuItem.style.backgroundColor = "#9C0202";
	menuItem.style.border ="none";

}
function itemOver3(menuItem) {
	menuItem.style.backgroundColor = "#9C0202";
	menuItem.style.borderTop = "2px solid #D35D5D";
	menuItem.style.color = "#ffffff";
	menuItem.style.width = "100%";	
}
function itemOut3(menuItem) {
	menuItem.style.backgroundColor = "#D40203";
	menuItem.style.borderTop = "2px solid #C30B0B";
}
