var P = {
	SI: function(id, i, x, y, u) {
		document.getElementById('main_img').src = '/images/collection/'+id+'-'+i+'-'+x+'x'+y+'c-'+u+'.jpg';	
	}
}
