// CONFIGURATION VARIABLES
var ecofloat_positionY			=	"top";			// OPTIONS: top, bottom
var ecofloat_marginY			=	134;			// 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
										// nagative values, move the badge left from center

var ecofloat_positionX			=	"right";			// OPTIONS: left, right
var ecofloat_marginX			=	0;			// 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
										// nagative values, move the badge up from center

var ecofloat_type		=	"image"; 	// OPTIONS: image, text
var ecofloat_content	=	"/scripts/floatter/badge.png";
var ecofloat_link		=	"http://www.twosides.info/";
var ecofloat_target	=	"_blank";

var ecofloat_fixedOnScroll	=	1;

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>');
