<!-- Idea by:  Nic Wolfe (Nic@TimelapseProductions.com) -->
<!-- Web URL:  http://fineline.xs.mw -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- DanRadcliffe.com note: Edit the URL line below if the media server changes again!! -->
<!-- Alternative server: http://www.qubefactor.com/radnet/pictures/ -->
<!-- Alternative server: http://www.radnetcafe.com/new_drgalleries/albums/ -->
<!-- Alternative server: http://www.radnetmedia.com/drgalleries/ -->
<!-- Alternative server: http://www.radnet.org.uk/media/ -->
<!-- Alternative server: http://www.danradcliffe.us/galleries/ -->

function popUp(Path) {
day = new Date();
id = day.getTime();
URL = "http://www.danradcliffe.us/galleries/" + Path ;
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=800,height=600,left = 0,top = 0');");
}
