function openCustomPopUp(aux, iwidth, iheight) {
	popupWin = window.open(aux,'Vacation Express', 'top=5,left=5,width=' + iwidth + ',height=' + iheight + ',buttons=no,scrollbars=yes,location=no,menubar=no,resizable=yes,status=no,directories=no,toolbar=no');
}
function openPopUp(aux) {
	popupWin = window.open(aux,'Details', 'top=5,left=5,width=710,height=600,buttons=no,scrollbars=yes,location=no,menubar=no,resizable=yes,status=no,directories=no,toolbar=no')
}