if (window && window.top === window) {
// основная страница окна
} else {
// iframe
let head = window.document.getElementsByTagName('head')[0]
function includeCSS(aFile, aRel){
let style = window.document.createElement('link')
style.href = aFile
style.rel = aRel || 'stylesheet'
head.appendChild(style)
}
var STORAGE = {}
STORAGE['-0.10'] = function(){/../}
STORAGE['+1.00'] = function(){/../}
STORAGE['+0.25'] = function(){/../}
function EntryPoint(aValue){
var FN = STORAGE[aValue]
if (FN) {
FN()
return true
}
return false
}