// CONFIGURATION VARIABLES
var ecofloat_positionY				=	"top";		// OPTIONS: top, bottom
var ecofloat_marginY				=	0;		// 9999 = center
var ecofloat_marginFromCenterY 	=	0;			// this value will only be used if float_marginY=9999, use it to place the badge some pixels away from the vertical center 
												// positive values, will move it right
												// negative values, move the badge left from center

var ecofloat_positionX				=	"left";		// OPTIONS: left, right
var ecofloat_marginX				=	620;		// 9999 = center
var ecofloat_marginFromCenterX 	=	0;		// this value will only be used if float_marginX=9999, use it to place the badge some pixels away from the horizontal center 
												// positive values, will move it down
												// negative values, move the badge up from center

var ecofloat_type		=	"text"; 	// OPTIONS: image, text
var ecofloat_content	=	"<a href='http://www.twosides.info/' target='_blank'><img src='/scripts/floatter/badge.gif' border='0' alt='Two Sides'></a>&nbsp;&nbsp;&nbsp;<a href='http://www.printpower.eu/' target='_blank'><img src='/scripts/floatter/badge2.png' border='0' alt='Print Power'></a>";
var ecofloat_link		=	"";
var ecofloat_target	=	"_blank";

var ecofloat_fixedOnScroll	=	0;

var ecouse_shadowbox	=	0;


// DON'T EDIT BELLOW THIS POINT UNLESS YOU KNOW WHAT YOU'RE DOING

// load shadowbox adapter, if requestes
if (ecouse_shadowbox==1)
{
	document.write('<link href="/scripts/floatter/shadowbox/shadowbox.css" type="text/css" rel="stylesheet" />');
	document.write('<script src="/scripts/floatter/shadowbox/shadowbox.js" language="javascript"></script>');
}
// load external file
document.write('<link href="/scripts/floatter/floatter.css" type="text/css" rel="stylesheet" />');
document.write('<script src="/scripts/floatter/floatter.js" language="javascript"></script>');

