function go2url (id) {
if (id == '0') {self.location = 'http://studioplastico.com/tantra/index.php'}
else {self.location = 'http://studioplastico.com/tantra/index.php?id=' + id}
}
