function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=690,height=360,left = 30,top = 100');");}
function myremoteWindow(URL) {
window.name = "main";
remoteWin = window.open(URL,'myremote', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=195,height=390,left = 5,top = 5')}
function treelotWindow(URL) {
window.name = "treewin";
treeWin = window.open(URL,'mytrees', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=710,height=530,left = 5,top = 5')}
