function votesubmit(result)
{
	window.open('http://www.sqlendia.com/php/vote.php?vote=' + result, 'voteresult', 'width=202,height=180');
}