function quickview(date) {
	window.open('photos/'+date+'/index.html','QuickPic','top=150, left=150, width=670, height=400, location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=no')
}

function quickview2(date) {
	window.open(''+date+'.php','QuickPic','top=75, left=75, width=800, height=600, location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=no')
}

