// JavaScript Document

function combos_billboard(cc)

{

	for(i=0;i<cc;i++)

	{

		var cart = "cartel"+i;

		xajax_convertInputtoLightBlueCombox(cart);

		

	}

}

function updateStyle(altura)

{

	document.getElementById("content_billboard").style.height=altura+'px';

	scroller  = new jsScroller(document.getElementById("Scroller-1_billboard"), 300, 300);

	scrollbar = new jsScrollbar (document.getElementById("Scrollbar-Container_billboard"), scroller, false);
	
	scrollTween = new jsScrollerTween(scrollbar, true);
	
	pointScroll =document.getElementById("point").value;
	
	scrollbar.tweenTo(pointScroll);	

}