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 "file_format":{ title : "Formats de documents", url : "/fr/aide/stempel_bilder_logos_grafiken_dateiformate.cfm", customType: "helpBig" }, "top_faq":{ title : "FAQ", url : "/fr/aide/faq.cfm", customType: "helpBig" }, "top_help":{ title : "Aide en ligne", url : "/fr/aide/index.cfm", url : "/stempel/hilfe-editor/?pkyWebsitePageId=208", customType: "helpBig" }, "top_news":{ title : "Aide en ligne", url : "/fr/aide/produktion_ab_dateien.cfm", customType: "helpBig" }, "top_contact":{ title : "Aide en ligne", url : "/fr/aide/kontaktformular.cfm", customType: "helpBig" }, "faq":{ title : "Questions et réponses", url : "/fr/aide/faq.cfm" }, // toolbar's action "toolbar_picture":{ title : "Explorateur d’images", url : "/fr/obxPrintShop.cfm?currentAction=media_browser/image.browser.index.cfm", customType: "toolBar" }, "toolbar_insert_logo":{ title : "Insérer un logo", url : "/fr/obxPrintShop.cfm?currentAction=media_browser/logo.browser.index.cfm", customType: "toolBar" }, "toolbar_insert_qrCode":{ title : "Insérer le code QR", url : "/fr/obxPrintShop.cfm?currentAction=media_browser/qrCode/index.cfm", customType: "toolBar" }, "toolbar_open":{ title : "Enregistrer le projet", url : "/fr/obxPrintShop.cfm?currentAction=dsp_savedStates.cfm&mode=2", customType: "toolBar" }, "toolbar_save":{ title : "Enregistrer le projet", url : "/fr/obxPrintShop.cfm?currentAction=dsp_savedStates.cfm&mode=3", customType: "toolBar" }, "toolbar_preview":{ title : "Visualisation", url : "/fr/obxPrintShop.cfm?currentAction=dsp_preview.cfm", customType: "toolBar" }, "toolbar_preview_pdf":{ title : "Visualisation", url : "/fr/obxPrintShop.cfm?currentAction=dsp_preview.cfm&tab=proof", customType: "toolBar" }, "toolbar_fonts_text":{ title : "Explorateur de polices de caractères", url : "/fr/obxPrintShop.cfm?currentAction=dsp_fontExplorer.cfm", customType: "toolBar" }, "toolbar_fonts_textsymbol":{ title : "Polices de symboles", url : "/fr/obxPrintShop.cfm?currentAction=dsp_fontExplorerForSymbols.cfm&allowInsert=1", customType: "toolBar" }, "toolbar_systemupload":{ title : "Chargement du système", url : "/fr/obxPrintShop.cfm?currentAction=dsp_ImageExplorerSystem.cfm", customType: "helpBig" }, "toolbar_colorpicker":{ title : "Sélecteur de couleur", url : "/fr/obxPrintShop.cfm?currentAction=mod_colorPicker.cfm", customType: "toolBar" }, "popup_upload":{ title : "Hilfe Popup", url : "/fr/aide/datei_hochladen.cfm?dsp=text", customType: "default" }, "popup_crop":{ title : "Hilfe Popup", url : "/fr/aide/datei_beschneiden.cfm?dsp=text", customType: "default" }, "popup_preview":{ title : "Hilfe Popup", url : "/fr/aide/datei_kontrolle.cfm?dsp=text", customType: "default" } }, HelpSystemDataLabels : { "singlePageDontShow" : "Ne plus afficher ce message.", "allPageDontShow" : "Ne plus afficher aucun message." } }