function showGallery(){
	var URL = 'http://www.cinziadesigns.com/gallery.php';
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'width=650,height=600');");
}
