if(document.location.href.indexOf('?i')==-1){
	if(screen.width<801){hei=500}
	else{hei=650}
	window.resizeTo(550, hei)
}
function addBg(){
for(i=2;i<document.getElementById('oTab').children[0].children.length-2;i++){
	if((i%2)==0){
		document.getElementById('oTab').children[0].children[i].children[0].bgColor = "#dbe6fa";//../../../../jstock/pictures/web/line-a-a.gif";
		document.getElementById('oTab').children[0].children[i].children[0].style.backgroundRepeat = "no-repeat"
		}
	else{
		document.getElementById('oTab').children[0].children[i].children[0].background = "../../../../jstock/pictures/web/line-a.gif"
		document.getElementById('oTab').children[0].children[i].children[0].style.backgroundRepeat = "no-repeat"
		}	
	}
}

