function go2url (id) {
if (id == '0') {self.location = 'http://prag-guide.cz/index.php'}
else {self.location = 'http://prag-guide.cz/index.php?id=' + id}
}
