var CONFIRM_SAVE_REQUIRED = 'Content was changed on this page.\nDo you want to save the changes before leaving?'; var CONFIRM_DELETE_ENTRY = 'Do you really want to delete this item?'; var CONFIRM_UPDATE_ENTRY = 'Do you want to save this change?'; var CONFIRM_DELETE_MODULE = 'Do you really want to delete this Module with all its data?'; var CONFIRM_OVERWRITE_DESIGN = 'Do you really want to overwrite your current design with all its settings?'; var DELETE_MODULE_FAILED = 'This Module cannot be deleted.\r\nPlease delete all its Data first.'; var MOVE_MENUITEM_FAILED = 'Selected Menuitems cannot be dragged across menus!\r\nSelect another parent Menuitem before dragging.'; var SHOW = 'Show'; var HIDE = 'Hide'; var LOCK = 'Lock'; var UNLOCK = 'Unlock'; function ProductOutOfStockWarning(count){ return(alert('The maximum order quantity for this product is ' + count)); } function WarningBrowserNotIE6(){ return(alert('Internet Explorer 6 and higher is required to edit the Site!')); }