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 : "Datei-Formate", url : "/hilfe/stempel_bilder_logos_grafiken_dateiformate.cfm", customType: "helpBig" }, "top_faq":{ title : "FAQ", url : "/hilfe/faq.cfm", customType: "helpBig" }, "top_help":{ title : "Online-Hilfe", url : "/hilfe/index.cfm", url : "/stempel/hilfe-editor/?pkyWebsitePageId=208", customType: "helpBig" }, "top_news":{ title : "Online-Hilfe", url : "/hilfe/produktion_ab_dateien.cfm", customType: "helpBig" }, "top_contact":{ title : "Online-Hilfe", url : "/hilfe/kontaktformular.cfm", customType: "helpBig" }, "faq":{ title : "Fragen und Antworten", url : "/hilfe/faq.cfm" }, // toolbar's action "toolbar_picture":{ title : "Bilder-Explorer", url : "/obxPrintShop.cfm?currentAction=media_browser/image.browser.index.cfm", customType: "toolBar" }, "toolbar_insert_logo":{ title : "Logo einfügen", url : "/obxPrintShop.cfm?currentAction=media_browser/logo.browser.index.cfm", customType: "toolBar" }, "toolbar_insert_qrCode":{ title : "QR-Code einfügen", url : "/obxPrintShop.cfm?currentAction=media_browser/qrCode/index.cfm", customType: "toolBar" }, "toolbar_open":{ title : "Entwürf speichern", url : "/obxPrintShop.cfm?currentAction=dsp_savedStates.cfm&mode=2", customType: "toolBar" }, "toolbar_save":{ title : "Entwürf speichern", url : "/obxPrintShop.cfm?currentAction=dsp_savedStates.cfm&mode=3", customType: "toolBar" }, "toolbar_preview":{ title : "Vorschau", url : "/obxPrintShop.cfm?currentAction=dsp_preview.cfm", customType: "toolBar" }, "toolbar_preview_pdf":{ title : "Vorschau", url : "/obxPrintShop.cfm?currentAction=dsp_preview.cfm&tab=proof", customType: "toolBar" }, "toolbar_fonts_text":{ title : "Schriften-Explorer", url : "/obxPrintShop.cfm?currentAction=dsp_fontExplorer.cfm", customType: "toolBar" }, "toolbar_fonts_textsymbol":{ title : "Symbol-Schriften", url : "/obxPrintShop.cfm?currentAction=dsp_fontExplorerForSymbols.cfm&allowInsert=1", customType: "toolBar" }, "toolbar_systemupload":{ title : "System Upload", url : "/obxPrintShop.cfm?currentAction=dsp_ImageExplorerSystem.cfm", customType: "helpBig" }, "toolbar_colorpicker":{ title : "Farbwähler", url : "/obxPrintShop.cfm?currentAction=mod_colorPicker.cfm", customType: "toolBar" }, "popup_upload":{ title : "Hilfe Popup", url : "/hilfe/datei_hochladen.cfm?dsp=text", customType: "default" }, "popup_crop":{ title : "Hilfe Popup", url : "/hilfe/datei_beschneiden.cfm?dsp=text", customType: "default" }, "popup_preview":{ title : "Hilfe Popup", url : "/hilfe/datei_kontrolle.cfm?dsp=text", customType: "default" } }, HelpSystemDataLabels : { "singlePageDontShow" : "Diesen Hilfetext nicht mehr zeigen.", "allPageDontShow" : "Gar keine Hilfetexte mehr zeigen." } }