window.onload = function(){ 
		if(document.getElementById('small_'+0)) document.getElementById('small_'+0).onclick();
	}

function setFlashSrc(swf_url, small_id, txt){
		document.getElementById('large').src = swf_url;
		document.getElementById("title").innerHTML = txt;

		for(i = 0 ; i < 20 ; i++){
			if(document.getElementById('small_' + i)) document.getElementById('small_' + i).style.border = "1px solid #fff";
		}

		if(document.getElementById(small_id)) document.getElementById(small_id).style.border = "1px solid #cbcbcb";

	}
	
$(document).ready(function() {
	$("ul li:nth-child(6n)").css({"margin-right":"0"}).after("<div class='clear'></div>");

});