var currentpic = 1;
function gotopic(n) {
	if (n == currentpic) return;
	$('bolleke'+currentpic).className = "bolleke_off";

$('homepic'+currentpic).innerHTML = "";
/*
	swf = $('homepic'+currentpic).getAttribute("playswf", 0);
	if (getcookie("ad") == "1") {
		alert("p");
	}
	if (swf != null) stopvideo(currentpic);
*/	
	currentpic = n;
	$('largepic').style.left = (0 - ((n - 1) * 931)) + "px";
	$('bolleke'+currentpic).className = "bolleke_on";
	swf = $('homepic'+currentpic).getAttribute("playswf", 0);
	if (swf != null) eval('playswf'+swf)
}

