function popUp(vote,cheat_id)
{
window.open("/report_cheat.php?cheat_id="+cheat_id+'&vote='+vote,"","height=50,width=400");
}

function popUp_Image(img_url,width,height)
{
mywindow = window.open(img_url,"LargeImage","height="+height+",width="+width);
}
