function expandCreative(d)
{
	document.getElementById(d).style.height = "240px"; // expanded height
}
function collapseCreative(d)
{
	document.getElementById(d).style.height = "90px"; // normal height
}
function expandCreative2(d)
{
	document.getElementById(d).style.height = "240px"; // expanded height
}

function collapseCreative2(d)
{
	document.getElementById(d).style.height = "55px"; // normal height
}

function expand952x90(contenedorexpander)
{
	document.getElementById(contenedorexpander).style.height = "250px";
}
function collapse952x90(contenedorexpander)
{
	document.getElementById(contenedorexpander).style.height = "50px";
}

function expand950x50(d)
{
	document.getElementById(d).style.height = "240px"; // expanded height
}
function collapse950x50(d)
{
	document.getElementById(d).style.height = "60px"; // normal height
}