//version 1.0.1

// The offset in pixels between the channel boxes in myChannelsDiv and myProgramsDiv 
// (Ignoring the padding on myChannelsDiv, so changing the top padding on myChannelsDiv wil not
// change the position of images in chooseChannelsDiv.
// This can be used to 2 things. First it can be used to set the margin on the chooseChannelsDiv 
// between top border, and the images. And second it need to be changed if the offset between the
// myChannelsDiv and chooseChannelsDiv changes.
// Or said simple: Increase to move images in chooseChannelsDown, decrease to move them up.
var configExtraYOffset=130;  

var minMyProgramsHeight=2;   // The default height of myPrograms(Number of visible channels).
var configImageOffsetX=253;  // The x offset between channel boxes. 221 is 2 pixel margin. 222 is 3 pixel margin and so on
var configImageOffsetY=40;   // The y offset between channel boxes. 40 is 2 pixel margin. 41 is 3 pixel margin and so on.
var configNumChannelsInChooseChanneLine=3;  // The number of channels beside each in myChannels.
var configNumChannelsInMyChanneLine=3; // The number of channels beside each in chooseChannels.
var configMarginLeft=6; // The left margin(Offset counted in pixles) between the images and the myChannelsDiv/chooseChannelsDiv
var configOpaqueValue=0.5; // Opaque value when dragging.
