function funcSubCnt(src,subcnt){
	document.location.href = 'index.php?c=' + src + '&s=' + subcnt;
}
function funcSetGallery(gallery){
	document.location.href = 'index.php?c=gallery&g=' + gallery;
}
