function popup(action, person, width, height) 
{
var popupURL = "modules/profile/"+action+".php?id=" + person;
var popup = window.open(popupURL,"Popup","'"+"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width="+width+",height="+height+"'");
}
function display_bigphoto(photo,height, width) 
{
var popupURL = "http://www.kemeel.com/modules/profile/big_photo.php?photo="+photo;
var popup = window.open(popupURL,"Popup","'"+"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+width+",height="+height+"'");
}
