function outlookWarning(url){var calendarCheck=confirm("You are about to add multiple events to your calendar. If you do not wish to do this, click Cancel.\n\nTO ADD MULTIPLE EVENTS TO YOUR MICROSOFT OUTLOOK CALENDAR:\n\n1. When your browser asks \"Do you want to open or save this file?\" click \"Save\" and choose a convenient location for the file.\n2. Open Microsoft Outlook and select the Calendar section.\n3. Select \"Import and Export\" under the \"File\" menu.\n4. Select the action \"Import an Icalendar or Vcalendar file (.vcs)\", and click \"Next.\"\n5. Browse to the saved file location, select the file and click \"OK.\"\n\nThe file contains multiple events which are added to your Outlook calendar.");if(calendarCheck)
{window.location=url;}}
var myMenu;window.onload=function()
{myMenu=new SDMenu("my_menu");myMenu.init();};