// Auto Email Form Java Script file
// Mod by Harold Roberts (hroberts@robertsfamilytree.org)
// Last Updated: Jun 5, 2009
//
// %version:2.0%
//
// This script is designed to work with any version of TNG
// It is intended to be called from the Showmedia page (showmedia.php)
//
// It is called by the inclusion of a single include line placed in the showmedia function of showmedialib.php   
//
//
function openwindow(URL) {
window.open (URL,'popup','width=560,height=130,scrollbars=0,resizable=0,toolbar=0,directories=0,location=0,menubar=0,status=0,left=350,top=360');
}
