function vote(model,hash){
	f="width=250, height=250,"+"toolbar=no,menubar=no,location=no,directories=no,titlebar=no,dependent=yes";
	window.open("vote.php?model="+model+"&hash="+hash,null,f);
}
