var counter = 0;
function expandCreative(expanded_size)
{
	window.document.getElementById('bannersupersize').style.height = expanded_size+'px';
}
function collapseCreative(banner_id)
{
	window.document.getElementById('bannersupersize').style.height = '90px';
}

