/*Used to view pages*/
function developmentWindow (page) {var w = window.open (page, "parklane", "width=600,height=400,scrollbars=yes"); w.focus();}
function fileWindow (file, w, h, title) {var w = window.open ('../home/fileviewpopup.php?file='+file+'&width='+w+'&height='+h+'&title='+(title?title:''), 'parklane', 'width='+parseInt(w-0+30)+',height='+parseInt(h-0+60)+',scrollbars=yes'); w.focus();}
