function openPopup(target, width, height, top, left)
{
 var properties = "status=no,location=no,toolbar=no,directories=no,resizable=yes,width=" +width+ ",height=" +height+", top=" +top+ ", left=" +left;
 window.open(target, "", properties);
}
