function popUpGraph (URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('http://www.kellisells.com/images/graphs/' + URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,width=585,menubar=0,resizable=1,height=448');");
}

function popUpthumb (URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('' + URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,width=538,menubar=0,resizable=1,height=388');");
}

function popUpmap (URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('' + URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=0,width=750,menubar=1,resizable=1,height=500');");
}

function popUpnewpage (URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('' + URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1');");
}