function popup(popupURL,windowname,height,width,top,left) {
    window.open(popupURL,windowname,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=" + width + ",height=" + height + ",screenX=" + left + ",screenY=" + top);
}
