function openForVoting(i_name, i_value, str_i, i_cat, i_pid) {
	document.location.href = "start.php?p=links&linkid=" + i_name + "&vote=" + i_value + "&i=" + str_i + "&catid=" + i_cat + "&pid=" + i_pid;
}
