function openPopup (url) {
	window.open(url, '', 'width=700, height=580, menubar=no, toolbar=no, resizable=yes, scrollbars=yes');
}







function openPlan (url) {
	window.open(url, '', 'width=700, height=800, menubar=no, toolbar=no, resizable=yes, scrollbars=yes');
}
function openWebReservation (url) {
	window.open(url, '', 'width=700, height=500, menubar=no, toolbar=no, resizable=yes, scrollbars=yes');
}
function openLogin (url) {
	window.open(url, '', 'width=700, height=300, menubar=no, toolbar=no, resizable=yes, scrollbars=yes');
}
function openWebmember (url) {
	window.open(url, '', 'width=700, height=500, menubar=no, toolbar=no, resizable=yes, scrollbars=yes');
}
