function PopupRate(id, site) { 
	URL= site+"rate.php?id="+id+""; 
	window.open(URL, "", "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizeable=0,width=449,height=145"); 
}

function PopupDead(id, site) {
	URL= site+"dead.php?id="+id+"";
	window.open(URL, "", "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizeable=0,width=449,height=145");
}