
var popwindow
var thistoolbar="no"
var thislocation="no"
var thisdirectories="no"
var thisstatus="no"
var thismenubar="no"
var thisscrollbars="no"
var thisresizable="no"
var thisurl="/changelg.htm"
var thiswidth="200"
var thisheight="100"
var thisdirection="horitop"

var thistopposition="200"
var thisleftposition="200"
var thisfullscreen="no"
var pause=20
var stepfactor=20
var stepx
var stepy
var marginpadding=30
var startleft=0
var endleft=0
var starttop=0
var endtop=0
var marginleft=0
var margintop=0
var marginright
var marginbottom
var timer
var i_shakemax=3
var i_shakenow=0
function initpopup() {
valuesstaticandshake()
openpopup()
}

function valuesstaticandshake() {
startleft=thisleftposition
starttop=thistopposition
}

function openpopup() {
popwindow=window.open(thisurl, "newwindow", "toolbar="+thistoolbar+",location="+thislocation+",directories="+thisdirectories+",status="+thisstatus+",menubar="+thismenubar+",scrollbars="+thisscrollbars+",resizable="+thisresizable+",width="+thiswidth+",height="+thisheight+",top="+starttop+",left="+startleft+",fullscreen="+thisfullscreen+"")
popwindow.focus()
}