function ot(tile_id) {
	window.open('http://sep.com.ua/ceramics/modules/image.php?tile_id='+tile_id, '', 'scrollbars=1,resizable=1,toolbar=0,location=0,directories=0'); 
	return false;
}

function op(photo_id) {
	window.open('http://sep.com.ua/ceramics/modules/image.php?photo_id='+photo_id, '', 'scrollbars=1,resizable=1,toolbar=0,location=0,directories=0'); 
	return false;
}

function showTime(){
 var d = new Date()
 dH = '' + d.getHours();
	s = dH.length < 2 ? '0' + dH : dH;
 dI = '' + d.getMinutes();
	s = s + ':' + (dI.length < 2 ? '0' + dI : dI);
 dS = '' + d.getSeconds();
	s = s + ':' + (dS.length < 2 ? '0' + dS : dS);
	dD = '' + d.getDate();
	s = s + ' ' + (dD.length < 2 ? '0' + dD : dD);
	dM = '' + (d.getMonth() + 1);
	s = s + '.' + (dM.length < 2 ? '0' + dM : dM);
 dY = '' + d.getYear() % 100;
	s = s + '.' + (dY.length < 2 ? '0' + dY : dY);;
 document.getElementById('clock').innerHTML = s;
 var t = setTimeout('showTime()', 1000);
}

function si(s) {
	document.getElementById('series-img').src = 'modules/thumb_cut.php?series_id=' + s;
}
