
/* help open */

function openHelp(html) {
	window.open(html,"mytrip_leisure_help","width=670,height=380,directories=no,location=no,menubar=no,resizable=yes,status=no,toolbar=yes,scrollbars=yes");
	return false;
}

/* end of file */


