function init(){

	tabContents.innerHTML=t1Contents.innerHTML;
	document.getElementById("t1").className = "selTab";
	document.getElementById("t1base").style.backgroundColor = "";
day_Product_1_o_t.style.display="none";
day_Product_2_o.style.display="none";
day_Product_3_o.style.display="none";
day_Product_4_o.style.display="none";
day_Product_5_o.style.display="none";
day_Product_6_o.style.display="none";
day_Product_7_o.style.display="none";
day_Product_8_o.style.display="none";
day_Product_9_o.style.display="none";
day_Product_10_o.style.display="none";

NewProduct_1_o_t.style.display="none";
NewProduct_2_o.style.display="none";
NewProduct_3_o.style.display="none";
NewProduct_4_o.style.display="none";
NewProduct_5_o.style.display="none";
NewProduct_6_o.style.display="none";
NewProduct_7_o.style.display="none";
NewProduct_8_o.style.display="none";
NewProduct_9_o.style.display="none";
NewProduct_10_o.style.display="none";

var s=window.screen.availWidth;
s=(s+960)/2+5;

document.getElementById("fdk").style.left=s;

document.getElementById("fdk").style.display="block";
window.setInterval("heartBeat()",1);		

var intC=document.getElementById("day_bang").getElementsByTagName("Li").length;
//alert(intC);
for(var intI=2;intI<intC;intI++)
{
	intI++;
	//alert(intI);
	document.getElementById("day_bang").getElementsByTagName("Li").item(intI).className="num2";
}
intC=document.getElementById("new_bang").getElementsByTagName("Li").length;
//alert(intC);
for(var intI=2;intI<intC;intI++)
{
	intI++;
	//alert(intI);
	document.getElementById("new_bang").getElementsByTagName("Li").item(intI).className="num2";
}

}

function heartBeat()
{
	document.getElementById("fdk").style.top=document.documentElement.scrollTop;
}

window.onload=function(){
	init();
}