var shitnb = salph = 0;
var shit,sanimeID;
function sChg1(nb){
	if(!isWin && isIE){ return; }
	if(nb == shitnb){ init2(); }
}
function sChg2(nb){
	if(!isWin && isIE){ return; }
	shitnb = nb; salph = 0;
	sanimeID = setInterval("moveDraw2()",50);
}
function moveDraw2(){
	if(shitnb == 0){ return; }
	if(salph < 100){
		shit = document.getElementById("shit");
		salph += 10;
		if(shitnb != 12){ shit.style.left = ((shitnb - 1) * 75 + 103) + "px"; shit.style.width = "75px"; }
		else{ shit.style.left = "1px"; shit.style.width = "95px"; }
		if(isWin && isIE){ shit.filters[0].opacity = salph; }
		else if(isOpera){ shit.style.opacity = salph/100; }
		else if(isSafari){ shit.style.KhtmlOpacity = salph/100; }
		else{ shit.style.MozOpacity = salph/100; }
	}else{
		if(sanimeID){ clearInterval(sanimeID); }
	}
}
function init2(){
	shit = document.getElementById("shit");
	shit.style.left = "0px";
	if(isWin && isIE){ shit.filters[0].opacity = 0; }
	else if(isOpera){ shit.style.opacity = 0; }
	else if(isSafari){ shit.style.KhtmlOpacity = 0; }
	else{ shit.style.MozOpacity = 0; }
	shitnb = 0;
	if(sanimeID){ clearInterval(sanimeID); }
}
if(dame){
	document.write("<style type='text/css' media='screen'><!--\n#submenu #shit{ visibility:hidden; }\n-->\n</style>\n");
}
