function ShowDiv(aDivObject)
{
	if(aDivObject == null)
		return;
	
	aDivObject.style.display = "";	
	ClearSpecificTimeouts(aDivObject.id);
}

function HideDiv(aDivObject)
{
	if(aDivObject == null)
		return;
	
	aDivObject.style.display = "none";			
}

var timeouts = [];
var timeoutsName = [];


function ClearAllTimeouts()
{
	for(var i=0; i < timeouts.length; i++)
		clearTimeout(timeouts[i]);
		//alert(timeouts[i]);
	timeouts = new Array();
}

function ClearSpecificTimeouts( text )
{
	for(var i=0; i < timeouts.length; i++)
	{
		if(String(timeoutsName[i]).indexOf(text) != -1)
		{
			clearTimeout(timeouts[i]);
			timeouts[i] = null;
			timeoutsName[i] = "";
		}
		
	}
}


function MM_preloadImages() { //v3.0
	var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
	var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
	if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}


function toggleBox(szDivID, iState) // 1 visible, 0 hidden
{
    if(document.layers)	   //NN4+
    {
       document.layers[szDivID].visibility = iState ? "show" : "hide";
    }
    else if(document.getElementById)	  //gecko(NN6) + IE 5+
    {
        var obj = document.getElementById(szDivID);
        obj.style.visibility = iState ? "visible" : "hidden";
    }
    else if(document.all)	// IE 4
    {
        document.all[szDivID].style.visibility = iState ? "visible" : "hidden";
    }
}

function SetHeaderMenuBackground(aObject,associatedImageId)
{
	//aObject.background = "images/header_menu_selected.JPG";
	document.getElementById(associatedImageId).src = "/images/arrow_menu_white.jpg";
	aObject.style.color = "#FFFFFF";
}

function SetDefaultHeaderMenu(aObject,associatedImageId)
{
	document.getElementById(associatedImageId).src = "/images/arrow_back_gray.gif";
	aObject.style.color = "#CCD2D2";
}


var htmlSave;
function StopMarquee(aMarqueeId)
{
	document.getElementById(aMarqueeId).stop();
	document.getElementById("dropContents").innerHTML = htmlSave;
}

function StartDropContents()
{
	if(navigator.userAgent.indexOf('MSIE') >= 0)
	{
		setTimeout("StartDropContents1()",1750);
		htmlSave = document.getElementById("dropContents").innerHTML;
	}
	else
	{
		document.getElementById("dropContents").style.display = "block";
	}
}

function StartDropContents1()
{
	aDiv = document.getElementById("dropContents");
	
	aDiv.innerHTML = "<marquee id=\"dropContentsMarquee\" direction=\"down\" width=\"456\" height=\"400\" scrolldelay=\"100\" scrollamount=\"10\" behavior=\"scroll\">"+aDiv.innerHTML+"</marquee>";
	
	aDiv.style.display = "block";
	document.getElementById("dropContentsMarquee").start();
	
	var callFunctionStopMarque = "StopMarquee('dropContentsMarquee')";
	setTimeout(callFunctionStopMarque,3300);
}

var posSelected = 0;
function SetBackground(pos,selected)
{
	aObject = document.getElementById("MenuMainTable");
	//aObject.background = "/images/menu_"+pos+".jpg";
	aObject.background = "/images/menu_barra.jpg";
	
	if(selected == 1)
		posSelected = pos;
}

function RemoveBackground(aObject)
{
	aObject = document.getElementById("MenuMainTable");
	aObject.background = "/images/menu_barra.jpg";
	
	if(posSelected != 0)
		SetBackground(posSelected,1);
}

function MM_PreloadImages()
{
	var img1 = new Image();
	img1.src = "/images/menu_barra.jpg";
	
	var img2 = new Image();
	img2.src = "/images/menu_1.jpg";
	
	var img3 = new Image();
	img3.src = "/images/menu_2.jpg";
	
	var img4 = new Image();
	img4.src = "/images/menu_3.jpg";
	
	var img5 = new Image();
	img5.src = "/images/menu_4.jpg";
	
	var img6 = new Image();
	img6.src = "/images/menu_5.jpg";
	
	var img7 = new Image();
	img7.src = "/images/menu_6.jpg";
	
	var img8 = new Image();
	img8.src = "images/arrow_back_gray.gif";
	
	var img9 = new Image();
	img9.src = "images/arrow_menu_white.jpg";
	
}

var changeTo = "_BIG";
function scalePage()
{
	
	var rootDiv = document.getElementById("resizer");
	
	var html = String(rootDiv.innerHTML);
	
	
	if(navigator.userAgent.indexOf('MSIE') >= 0)
	{
		if(changeTo == "_BIG")
		{			
			html = html.replace(/shareHoldersBody /gi,"shareHoldersBody_BIG ");
			html = html.replace(/shareHoldersText /gi,"shareHoldersText_BIG ");
			html = html.replace(/ChannelTitleSmall /gi,"ChannelTitleSmall_BIG ");
			html = html.replace(/ChannelTitleSmall>/gi,"ChannelTitleSmall_BIG>");
			html = html.replace(/ChannelTitleSmallDate /gi,"ChannelTitleSmallDate_BIG ");
			html = html.replace(/ChannelTitleSmallDate>/gi,"ChannelTitleSmallDate_BIG>");
			html = html.replace(/Corpo_Destaques /gi,"Corpo_Destaques_BIG ");
			html = html.replace(/Corpo_Sonaecom /gi,"Corpo_Sonaecom_BIG ");
			html = html.replace(/Corpo_Sonaecom_Black_Bold /gi,"Corpo_Sonaecom_Black_Bold_BIG ");
			html = html.replace(/Corpo_Sonaecom_1_little /gi,"Corpo_Sonaecom_1_little_BIG ");
			html = html.replace(/Corpo_Sonaecom_1 /gi,"Corpo_Sonaecom_1_BIG ");
			html = html.replace(/Corpo_Sonaecom_1>/gi,"Corpo_Sonaecom_1_BIG>");
			html = html.replace(/Corpo_Sonaecom_1_Line /gi,"Corpo_Sonaecom_1_Line_BIG ");
			html = html.replace(/Corpo_Sonaecom_1_White /gi,"Corpo_Sonaecom_1_White_BIG ");
			html = html.replace(/Corpo_Sonaecom_1_Orange /gi,"Corpo_Sonaecom_1_Orange_BIG ");
			html = html.replace(/Corpo_Sonaecom_1_Orange_Bold /gi,"Corpo_Sonaecom_1_Orange_Bold_BIG ");
			html = html.replace(/Corpo_Sonaecom_1_Selected /gi,"Corpo_Sonaecom_1_Selected_BIG ");
			html = html.replace(/Corpo_Sonaecom_2 /gi,"Corpo_Sonaecom_2_BIG ");
			html = html.replace(/Corpo_Sonaecom_1_Selected_Bold /gi,"Corpo_Sonaecom_1_Selected_Bold_BIG ");
			html = html.replace(/Titulos_Destaques /gi,"Titulos_Destaques_BIG ");
			html = html.replace(/Titulos_Destaques>/gi,"Titulos_Destaques_BIG>");
			html = html.replace(/Titulos_DestaquesWhite /gi,"Titulos_DestaquesWhite_BIG ");
			html = html.replace(/Titulos_Destaques_Gray /gi,"Titulos_Destaques_Gray_BIG ");
			html = html.replace(/Galeria /gi,"Galeria_BIG ");
			html = html.replace(/homePageHighLightsText /gi,"homePageHighLightsText_BIG ");
			html = html.replace(/ChannelTitle /gi,"ChannelTitle_BIG ");
			html = html.replace(/ContentTitle /gi,"ContentTitle_BIG ");
			html = html.replace(/ContentTitleLower /gi,"ContentTitleLower_BIG ");
			html = html.replace(/Orange /gi,"Orange_BIG ");
			html = html.replace(/White /gi,"White_BIG ");
			
		}
		else
		{
			html = html.replace(/shareHoldersBody_BIG /gi,"shareHoldersBody ");
			html = html.replace(/shareHoldersText_BIG /gi,"shareHoldersText ");
			html = html.replace(/ChannelTitleSmall_BIG /gi,"ChannelTitleSmall ");
			html = html.replace(/ChannelTitleSmall_BIG>/gi,"ChannelTitleSmall>");
			html = html.replace(/ChannelTitleSmallDate_BIG /gi,"ChannelTitleSmallDate ");
			html = html.replace(/ChannelTitleSmallDate_BIG>/gi,"ChannelTitleSmallDate>");
			html = html.replace(/Corpo_Destaques_BIG /gi,"Corpo_Destaques ");
			html = html.replace(/Corpo_Sonaecom_BIG /gi,"Corpo_Sonaecom ");
			html = html.replace(/Corpo_Sonaecom_Black_Bold_BIG /gi,"Corpo_Sonaecom_Black_Bold ");
			html = html.replace(/Corpo_Sonaecom_1_little_BIG /gi,"Corpo_Sonaecom_1_little ");
			html = html.replace(/Corpo_Sonaecom_1_BIG /gi,"Corpo_Sonaecom_1 ");
			html = html.replace(/Corpo_Sonaecom_1_BIG>/gi,"Corpo_Sonaecom_1>");
			html = html.replace(/Corpo_Sonaecom_1_Line_BIG /gi,"Corpo_Sonaecom_1_Line ");
			html = html.replace(/Corpo_Sonaecom_1_White_BIG /gi,"Corpo_Sonaecom_1_White ");
			html = html.replace(/Corpo_Sonaecom_1_Orange_BIG /gi,"Corpo_Sonaecom_1_Orange ");
			html = html.replace(/Corpo_Sonaecom_1_Orange_Bold_BIG /gi,"Corpo_Sonaecom_1_Orange_Bold ");
			html = html.replace(/Corpo_Sonaecom_1_Selected_BIG /gi,"Corpo_Sonaecom_1_Selected ");
			html = html.replace(/Corpo_Sonaecom_2_BIG /gi,"Corpo_Sonaecom_2 ");
			html = html.replace(/Corpo_Sonaecom_1_Selected_Bold_BIG /gi,"Corpo_Sonaecom_1_Selected_Bold ");
			html = html.replace(/Titulos_Destaques_BIG /gi,"Titulos_Destaques ");
			html = html.replace(/Titulos_Destaques_BIG>/gi,"Titulos_Destaques>");
			html = html.replace(/Titulos_DestaquesWhite_BIG /gi,"Titulos_DestaquesWhite ");
			html = html.replace(/Titulos_Destaques_Gray_BIG /gi,"Titulos_Destaques_Gray ");
			html = html.replace(/Galeria_BIG /gi,"Galeria ");
			html = html.replace(/homePageHighLightsText_BIG /gi,"homePageHighLightsText ");
			html = html.replace(/ChannelTitle_BIG /gi,"ChannelTitle ");
			html = html.replace(/ContentTitle_BIG /gi,"ContentTitle ");
			html = html.replace(/ContentTitleLower_BIG /gi,"ContentTitleLower ");
			html = html.replace(/Orange_BIG /gi,"Orange ");
			html = html.replace(/White_BIG /gi,"White ");
		}
	}
	else
	{
		if(changeTo == "_BIG")
		{
			html = html.replace(/shareHoldersBody"/gi,"shareHoldersBody_BIG\"");
			html = html.replace(/shareHoldersText"/gi,"shareHoldersText_BIG\"");
			html = html.replace(/ChannelTitleSmall"/gi,"ChannelTitleSmall_BIG\"");
			html = html.replace(/ChannelTitleSmallDate"/gi,"ChannelTitleSmallDate_BIG\"");
			html = html.replace(/Corpo_Destaques"/gi,"Corpo_Destaques_BIG\"");
			html = html.replace(/Corpo_Sonaecom"/gi,"Corpo_Sonaecom_BIG\"");
			html = html.replace(/Corpo_Sonaecom_Black_Bold"/gi,"Corpo_Sonaecom_Black_Bold_BIG\"");
			html = html.replace(/Corpo_Sonaecom_1_little"/gi,"Corpo_Sonaecom_1_little_BIG\"");
			html = html.replace(/Corpo_Sonaecom_1"/gi,"Corpo_Sonaecom_1_BIG\"");
			html = html.replace(/Corpo_Sonaecom_1_Line"/gi,"Corpo_Sonaecom_1_Line_BIG\"");
			html = html.replace(/Corpo_Sonaecom_1_White"/gi,"Corpo_Sonaecom_1_White_BIG\"");
			html = html.replace(/Corpo_Sonaecom_1_Orange"/gi,"Corpo_Sonaecom_1_Orange_BIG\"");
			html = html.replace(/Corpo_Sonaecom_1_Orange_Bold"/gi,"Corpo_Sonaecom_1_Orange_Bold_BIG\"");
			html = html.replace(/Corpo_Sonaecom_1_Selected"/gi,"Corpo_Sonaecom_1_Selected_BIG\"");
			html = html.replace(/Corpo_Sonaecom_2"/gi,"Corpo_Sonaecom_2_BIG\"");
			html = html.replace(/Corpo_Sonaecom_1_Selected_Bold"/gi,"Corpo_Sonaecom_1_Selected_Bold_BIG\"");
			html = html.replace(/Titulos_Destaques"/gi,"Titulos_Destaques_BIG\"");
			html = html.replace(/Titulos_DestaquesWhite"/gi,"Titulos_DestaquesWhite_BIG\"");
			html = html.replace(/Titulos_Destaques_Gray"/gi,"Titulos_Destaques_Gray_BIG\"");
			html = html.replace(/Galeria"/gi,"Galeria_BIG\"");
			html = html.replace(/homePageHighLightsText"/gi,"homePageHighLightsText_BIG\"");
			html = html.replace(/ChannelTitle"/gi,"ChannelTitle_BIG\"");
			html = html.replace(/ContentTitle"/gi,"ContentTitle_BIG\"");
			html = html.replace(/ContentTitleLower"/gi,"ContentTitleLower_BIG\"");
			html = html.replace(/Orange"/gi,"Orange_BIG\"");
			html = html.replace(/White"/gi,"White_BIG\"");
			
		}
		else
		{
			html = html.replace(/shareHoldersBody_big"/gi,"shareHoldersBody\"");
			html = html.replace(/shareHoldersText_big"/gi,"shareHoldersText\"");
			html = html.replace(/ChannelTitleSmall_BIG"/gi,"ChannelTitleSmall\"");
			html = html.replace(/ChannelTitleSmallDate_BIG"/gi,"ChannelTitleSmallDate\"");
			html = html.replace(/Corpo_Destaques_BIG"/gi,"Corpo_Destaques\"");
			html = html.replace(/Corpo_Sonaecom_BIG"/gi,"Corpo_Sonaecom\"");
			html = html.replace(/Corpo_Sonaecom_Black_Bold_BIG"/gi,"Corpo_Sonaecom_Black_Bold\"");
			html = html.replace(/Corpo_Sonaecom_1_little_BIG"/gi,"Corpo_Sonaecom_1_little\"");
			html = html.replace(/Corpo_Sonaecom_1_BIG"/gi,"Corpo_Sonaecom_1\"");
			html = html.replace(/Corpo_Sonaecom_1_Line_BIG"/gi,"Corpo_Sonaecom_1_Line\"");
			html = html.replace(/Corpo_Sonaecom_1_White_BIG"/gi,"Corpo_Sonaecom_1_White\"");
			html = html.replace(/Corpo_Sonaecom_1_Orange_BIG"/gi,"Corpo_Sonaecom_1_Orange\"");
			html = html.replace(/Corpo_Sonaecom_1_Orange_Bold_BIG"/gi,"Corpo_Sonaecom_1_Orange_Bold\"");
			html = html.replace(/Corpo_Sonaecom_1_Selected_BIG"/gi,"Corpo_Sonaecom_1_Selected\"");
			html = html.replace(/Corpo_Sonaecom_2_BIG"/gi,"Corpo_Sonaecom_2\"");
			html = html.replace(/Corpo_Sonaecom_1_Selected_Bold_BIG"/gi,"Corpo_Sonaecom_1_Selected_Bold\"");
			html = html.replace(/Titulos_Destaques_BIG"/gi,"Titulos_Destaques\"");
			html = html.replace(/Titulos_DestaquesWhite_BIG"/gi,"Titulos_DestaquesWhite\"");
			html = html.replace(/Titulos_Destaques_Gray_BIG"/gi,"Titulos_Destaques_Gray\"");
			html = html.replace(/Galeria_BIG"/gi,"Galeria\"");
			html = html.replace(/homePageHighLightsText_BIG"/gi,"homePageHighLightsText\"");
			html = html.replace(/ChannelTitle_BIG"/gi,"ChannelTitle\"");
			html = html.replace(/ContentTitle_BIG"/gi,"ContentTitle\"");
			html = html.replace(/ContentTitleLower_BIG"/gi,"ContentTitleLower\"");
			html = html.replace(/Orange_BIG"/gi,"Orange\"");
			html = html.replace(/White_BIG"/gi,"White\"");
		}	
	}
	
	
	if(changeTo == "_BIG")
		changeTo = "";
	else
		changeTo = "_BIG";	
	
	//alert(html);
	rootDiv.innerHTML = html;

}

function OpenCenteredPopup(url, name, Width, Height, Scrollbars)
{
	var winLeftPos = (screen.width - Width) / 2;
    var winTopPos = (screen.height - Height) / 2;

    var win = window.open(url, name, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars='+Scrollbars+',resizable=no,copyhistory=yes,width='+Width+',height='+Height+',left='+winLeftPos+', top='+winTopPos+',screenX='+winLeftPos+',screenY='+winTopPos+'');

    if (win != null)
    {
		// Para o caso do width e height serem ignorados
		win.resizeTo(Width, Height);
		// Para o caso do left e top serem ignorados
	    win.moveTo(winLeftPos, winTopPos);

        win.focus();
      }

}


function SubmitRightMenuForm()
{
	document.getElementById("rightMenuForm").submit();
}


//function to drop contents
function DropIframe()
{
	window.parent.dropContentsIframe.scroll(0,500);
	document.getElementById("dropIframe").style.display = "block";
	//window.parent.dropContentsIframe.scroll(0,200);
	//window.parent.dropContentsIframe.scroll(0,200);
	scrollUp();
}

var y = 500;

function scrollUp(){
	//timerRunning=true;
		
	y-=10;
	
	window.parent.dropContentsIframe.scroll(0,y);
	
	if(y>0)
		setTimeout("scrollUp();",50);	
}