var winHeight = window.innerHeight-40; var winWidth = window.innerWidth-40; if (winWidth>=960) winWidth = 960; if (winHeight>=768) winHeight = 768; // get the title and url for the help var HelpSystemAPI = { HelpSystemDataCustomTypes : { "default": { width:645, height:410, modal:true, draggable:false, resizable:false, lightcase_type: "iframe_big" }, "helpBig" : { width:winWidth, height:winHeight, modal:true, draggable:false, resizable:false, lightcase_type: "full_screen" }, "help" : { width:640, height:400, modal:true, draggable:true, resizable:true, lightcase_type: "full_screen" }, "htmlPage" : { width:835, height:550, modal:true, draggable:true, resizable:true, lightcase_type: "full_screen" }, "swfPage" : { width:768, height:650, modal:true, draggable:true, resizable:false, lightcase_type: "full_screen" }, "swfPageModal" : { width:793, height:575, modal:true, draggable:true, resizable:true, lightcase_type: "full_screen" }, "toolBar": { width: 830, height: 510, modal:true, draggable:false, resizable:false, lightcase_type: "full_screen" }, "zoom":{ width: 900, height: 600, modal:true, draggable:true, resizable:true, lightcase_type: "iframe_big" } }, HelpSystemData : { // help system "text":{ title : "Text Editor Help", url : "/stempel/hilfe-editor/?pkyWebsitePageId=211", customType: "helpBig" }, "symbol":{ title : "Symbol Editor Help", url : "/stempel/hilfe-editor/?pkyWebsitePageId=264", customType: "helpBig" }, "image":{ title : "Help for images", url : "/en/help/stempel_bilder_logos_grafiken.cfm", customType: "helpBig" }, "table":{ title : "Help for the table editor", url : "/stempel/hilfe-editor/?pkyWebsitePageId=154", customType: "helpBig" }, "circle":{ title : "Help for the roundset editor", url : "/stempel/hilfe-editor/?pkyWebsitePageId=173", customType: "helpBig" }, "file_format":{ title : "File formats", url : "/en/help/stempel_bilder_logos_grafiken_dateiformate.cfm", customType: "helpBig" }, "top_faq":{ title : "FAQ", url : "/en/help/faq.cfm", customType: "helpBig" }, "top_help":{ title : "Online help", url : "/en/help/index.cfm", url : "/stempel/hilfe-editor/?pkyWebsitePageId=208", customType: "helpBig" }, "top_news":{ title : "Online help", url : "/en/help/produktion_ab_dateien.cfm", customType: "helpBig" }, "top_contact":{ title : "Online help", url : "/en/help/kontaktformular.cfm", customType: "helpBig" }, "faq":{ title : "Questions and answers", url : "/en/help/faq.cfm" }, // toolbar's action "toolbar_picture":{ title : "Image Explorer", url : "/en/obxPrintShop.cfm?currentAction=media_browser/image.browser.index.cfm", customType: "toolBar" }, "toolbar_insert_logo":{ title : "Insert Logo", url : "/en/obxPrintShop.cfm?currentAction=media_browser/logo.browser.index.cfm", customType: "toolBar" }, "toolbar_insert_qrCode":{ title : "Insert QR Code", url : "/en/obxPrintShop.cfm?currentAction=media_browser/qrCode/index.cfm", customType: "toolBar" }, "toolbar_open":{ title : "Save design", url : "/en/obxPrintShop.cfm?currentAction=dsp_savedStates.cfm&mode=2", customType: "toolBar" }, "toolbar_save":{ title : "Save design", url : "/en/obxPrintShop.cfm?currentAction=dsp_savedStates.cfm&mode=3", customType: "toolBar" }, "toolbar_preview":{ title : "Preview", url : "/en/obxPrintShop.cfm?currentAction=dsp_preview.cfm", customType: "toolBar" }, "toolbar_preview_pdf":{ title : "Preview", url : "/en/obxPrintShop.cfm?currentAction=dsp_preview.cfm&tab=proof", customType: "toolBar" }, "toolbar_fonts_text":{ title : "Font Explorer", url : "/en/obxPrintShop.cfm?currentAction=dsp_fontExplorer.cfm", customType: "toolBar" }, "toolbar_fonts_textsymbol":{ title : "Symbol Fonts", url : "/en/obxPrintShop.cfm?currentAction=dsp_fontExplorerForSymbols.cfm&allowInsert=1", customType: "toolBar" }, "toolbar_systemupload":{ title : "System upload", url : "/en/obxPrintShop.cfm?currentAction=dsp_ImageExplorerSystem.cfm", customType: "helpBig" }, "toolbar_colorpicker":{ title : "Colour selector", url : "/en/obxPrintShop.cfm?currentAction=mod_colorPicker.cfm", customType: "toolBar" }, "popup_upload":{ title : "Hilfe Popup", url : "/en/help/datei_hochladen.cfm?dsp=text", customType: "default" }, "popup_crop":{ title : "Hilfe Popup", url : "/en/help/datei_beschneiden.cfm?dsp=text", customType: "default" }, "popup_preview":{ title : "Hilfe Popup", url : "/en/help/datei_kontrolle.cfm?dsp=text", customType: "default" } }, HelpSystemDataLabels : { "singlePageDontShow" : "Do not show this help text again.", "allPageDontShow" : "Don't show any more help texts." } }