cleaned up site

This commit is contained in:
Jeremy Long
2015-05-12 07:59:22 -04:00
parent 9194a42c93
commit 1359cc70b6
1855 changed files with 0 additions and 435840 deletions

View File

@@ -1,8 +0,0 @@
var newwindow;
function popupwindow(url)
{
newwindow=window.open(url,'name','height=500,width=500,resizable=yes,scrollbars=yes');
if (window.focus) {
newwindow.focus()
}
}