// paolo remonato (c) 2006 for assiplan.it
// script dhtml js popup

var popWindowWidth = '800'; // pop up window width (in pixels) .
var popWindowHeight = '410'; // pop up window height (in pixels).
var centerPopUpWindow = 'yes'; // do you want the pop up window to be automatically centered in browser window? yes or no. NOTE: Height is somewhat higher than center due to toolbars and browser top height.
var popWindowBackgroundColor = 'white'; // pop up window background color (named or rgb).
var popWindowPadding = '3'; // padding or margin between contents of pop up window and edges of pop up window in pixels.
var popWindowPositionTop = '4'; // where top edge of popup window will be displayed (ignored if centerPopUpWindow = true - see above).
var popWindowPositionLeft = '30'; // where left edge of popup window will be displayed (ignored if centerPopUpWindow = true - see above).
var popWindowBorderStyle = 'solid'; // type of border for popup (solid,double,grooved,ridged,inset,outset).
var popWindowBorderWidth = '1'; // border thickness of popup window (must be at least 3 for double style).
var popWindowBorderColor = 'black'; // color of border (named or rgb).
var popWinFontFamily = 'arial,verdana,sans-serif'; //font-family of text within pop up window. NOTE: Leave empty ('') if defined elsewhere.
var popWinFontSize = '11px'; // size of font for text in pop up window. Again, leave empty ('') if defined elsewhere.
var popWindowDelay = '500'; // microseconds before pop up is displayed (1000 = 1 second).
var popWindowShadowColor = '666666'; //drop shadow color, named or rgb - shows in IE5+ only. 'none'=no shadow.