function open_window(page) {
	var height=420;
	var top = (screen.height - height) / 3;
	var width=540;
	var left = (screen.width - width) / 2;
	pop_up = window.open(page,"Popup","status=no,scrollbars=yes,resizable=yes,height="+height+",width="+width+",top="+top+",left="+left);
}
function open_calendar() {
	var height=680;
	var top = (screen.height - height) / 3;
	var width=850;
	var left = (screen.width - width) / 2;
	pop_up = window.open("calendar.php","FalCalendar","status=no,scrollbars=yes,resizable=yes,height="+height+",width="+width+",top="+top+",left="+left);
}
function open_release(page) {
	var height=700;
	var top = (screen.height - height) / 3;
	var width=640;
	var left = (screen.width - width) / 2;
	pop_up = window.open(page,"Release","menubar=yes,toolbar=yes,status=yes,scrollbars=yes,resizable=yes,height="+height+",width="+width+",top="+top+",left="+left);
}
function pop_gallery(galleryID, ID){				
	window.open('/gallery/daily_gallery_pop.php?x_galleryID='+galleryID+'&ID='+ID,'daily_photo_gallery','width=775,height=505,scrollbars=no,status=no,resizable=yes,directories=no');
}

function pop_gallery_noID(){				
	window.open('/gallery/daily_gallery_pop.php','photo_gallery','width=775,height=505,scrollbars=no,status=no,resizable=yes,directories=no');
}


function pop_event(){				
	window.open('/gallery/event_pop.php','photo_gallery','width=500,height=475,scrollbars=no,status=no,resizable=yes,directories=no');
}