﻿//--------start header------------------
function Header()
{  
    //reka pics
    this.rekaPic1 = 'images/webs/top/'+webKind+'2.jpg';
    this.rekaPic2 = 'no';
    this.repeatPic1 = '0';
    this.repeatPic2 = '0';
     
    //rounds header
    this.roundA1 = '0';
    this.roundA2 = '0';
    this.roundA3 = '0';
    this.roundA4 = '0';
    this.roundB1 = '0';
    this.roundB2 = '0';
    this.roundB3 = '0';
    this.roundB4 = '0';

    //padding header
    this.paddingA1 = 0; //pedding Top
    this.paddingA2 = 0; //pedding right
    this.paddingA3 = 0; //pedding bottom
    this.paddingA4 = 0; //pedding left
    this.paddingB1 = 0; //pedding Top
    this.paddingB2 = 0; //pedding right
    this.paddingB3 = 0; //pedding bottom
    this.paddingB4 = 0; //pedding left
    this.padTop = 0; //pedding top
    this.padBot = 0; //pedding bottom

    //transperency header
    this.tranLa = '0';
    this.tranLb = '0';
    this.tranA = '100';
    this.tranB = '0';

    //colors header
    this.rekaColorA = 'ffffff';
    this.rekaColorB = 'ffffff';
    this.lineColorA = 'ffffff';
    this.lineColorB = 'ffffff';
    this.color1 = 'EC6000';
    this.color2 = 'FF7DFF';
    this.color3 = '16004A';
    this.color4 = 'AA87FC';
    this.color5 = '570084';
    this.color6 = '833CB7';
    this.color7 = 'FFFFFF';
    this.color8 = 'FF6B00';
    this.color9 = 'FFAF7D';
    this.color10 = 'FFBFFF';
    this.color11 = 'FFE1FF';

    //lineWidth header
    this.lineWidthA = 1;
    this.lineWidthB = 1;

    //all rounds vars
    this.allRounds = 'round1=' + this.round1 + '&round2=' + this.round2 + '&round3=' + this.round3 + '&round4=' + this.round4 + '';
    
    //navigate colors
    this.navColors = 'color4=' + this.color8 + '&color7=' + this.color8 + '';
    
    //icons colors
    this.icon1 = 'color1=' + this.color4 + '&color2=' + this.color6 + '&color3=' + this.color8 + '&color4=' + this.color8 + '&color5=' + this.color3 + '';
    this.icon2 = 'color1=' + this.color4 + '&color2=' + this.color6 + '&color3=' + this.color8 + '&color4=' + this.color2 + '&color5=' + this.color3 + '';
    this.icon3 = 'color1=' + this.color6 + '&color2=' + this.color3 + '&color3=' + this.color8 + '&color4=' + this.color2 + '&color5=' + this.color3 + '';
    
    //backgrounds
    this.rekaMainA = 'lineW=' + this.lineWidthA + '&lineC=0x' + this.lineColorA + '&rekaC=0x' + this.rekaColorA + '&tran=' + this.tranA + '&tranL=' + this.tranLa + '&round1=' + this.roundA1 + '&round2=' + this.roundA2 + '&round3=' + this.roundA3 + '&round4=' + this.roundA4 + '';
    this.rekaMainB = 'lineW=' + this.lineWidthA + '&lineC=0x' + this.lineColorB + '&rekaC=0x' + this.rekaColorB + '&tran=' + this.tranB + '&tranL=' + this.tranLb + '&round1=' + this.roundB1 + '&round2=' + this.roundB2 + '&round3=' + this.roundB3 + '&round4=' + this.roundB4 + '';
}
//--------end header-------------------

//--------start side menu--------------
function SideMenu()
{   
    //reka pics
    this.rekaPic1 = 'no';
    this.rekaPic2 = 'no';
    this.repeatPic1 = '0';
    this.repeatPic2 = '0';
     
    //rounds side menu
    this.roundA1 = '10';
    this.roundA2 = '10';
    this.roundA3 = '10';
    this.roundA4 = '10';
    this.roundB1 = '10';
    this.roundB2 = '10';
    this.roundB3 = '10';
    this.roundB4 = '10';
    this.round1 = '10';
    this.round2 = '10';
    this.round3 = '10';
    this.round4 = '10';

    //padding side menu
    this.paddingA1 = 0; //pedding Top
    this.paddingA2 = 6; //pedding right
    this.paddingA3 = 0; //pedding bottom
    this.paddingA4 = 6; //pedding left
    this.paddingB1 = 0; //pedding Top
    this.paddingB2 = 0; //pedding right
    this.paddingB3 = 0; //pedding bottom
    this.paddingB4 = 0; //pedding left
    this.padTop = 10; //pedding top
    this.padBot = 10; //pedding bottom

    //transperency side menu
    this.tranLa = '70';
    this.tranLb = '20';
    this.tranA = '44';
    this.tranB = '30';

    //colors side menu
    this.rekaColorA = '570D44';
    this.rekaColorB = '570D44';
    this.lineColorA = 'E591CF';
    this.lineColorB = 'E591CF';
    this.color1 = 'FF6B00';
    this.color2 = 'FF7DFF';
    this.color3 = '16004A';
    this.color4 = 'AA87FC';
    this.color5 = 'D200FF';
    this.color6 = '833CB7';
    this.color7 = 'FFFFFF';
    this.color8 = 'E591CF';
    this.color9 = '570084';
    this.color10 = '280103';
    this.color11 = '411556';
    this.color12 = 'FFEBFA';
    this.color13 = '930009';
    this.color14 = '570D44';
    this.color15 = '73255F';

    //lineWidth side menu
    this.lineWidthA = 1;
    this.lineWidthB = 1;
    this.lineWidth = 1;
    
    //all rounds vars
    this.allRounds = 'round1=' + this.round1 + '&round2=' + this.round2 + '&round3=' + this.round3 + '&round4=' + this.round4 + '';

    //icons colors
    this.icon1 = 'color1=' + this.color4 + '&color2=' + this.color1 + '&color3=' + this.color1 + '&color4=' + this.color2 + '&color5=' + this.color3 + '';
    this.icon2 = 'color1=' + this.color4 + '&color2=' + this.color6 + '&color3=' + this.color1 + '&color4=' + this.color2 + '&color5=' + this.color3 + '';
    this.icon3 = 'color1=' + this.color1 + '&color2=' + this.color6 + '&color3=' + this.color4 + '';
    this.icon4 = this.icon3;
    
    //backgrounds
    this.rekaMainA = 'lineW=' + this.lineWidthA + '&lineC=0x' + this.lineColorA + '&rekaC=0x' + this.rekaColorA + '&tran=' + this.tranA + '&tranL=' + this.tranLa + '&round1=' + this.roundA1 + '&round2=' + this.roundA2 + '&round3=' + this.roundA3 + '&round4=' + this.roundA4 + '';
    this.rekaMainB = 'lineW=' + this.lineWidthA + '&lineC=0x' + this.lineColorB + '&rekaC=0x' + this.rekaColorB + '&tran=' + this.tranB + '&tranL=' + this.tranLb + '&round1=' + this.roundB1 + '&round2=' + this.roundB2 + '&round3=' + this.roundB3 + '&round4=' + this.roundB4 + '';
    this.reka1 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color1 + '&rekaC=0x' + this.color13 + '&tran=100&tranL=100&' + this.allRounds + '';
    this.reka2 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color1 + '&rekaC=0x' + this.color10 + '&tran=70&tranL=70&' + this.allRounds + '';
}
//--------end side menu--------------

//--------start Content--------------
function Content()
{   
    //reka pics
    this.rekaPic1 = 'no';
    this.rekaPic2 = 'no';
    this.repeatPic1 = '0';
    this.repeatPic2 = '0';
    
    //rounds Content
    this.roundA1 = '10';
    this.roundA2 = '10';
    this.roundA3 = '10';
    this.roundA4 = '10';
    this.roundB1 = '10';
    this.roundB2 = '10';
    this.roundB3 = '10';
    this.roundB4 = '10';
    this.round1 = '10';
    this.round2 = '10';
    this.round3 = '10';
    this.round4 = '10';

    //padding Content
    this.paddingA1 = 0; //pedding reka1 Top
    this.paddingA2 = 0; //pedding reka1 right
    this.paddingA3 = 0; //pedding reka1 bottom
    this.paddingA4 = 0; //pedding reka1 left
    this.paddingB1 = 0; //pedding reka2 Top
    this.paddingB2 = 0; //pedding reka2 right
    this.paddingB3 = 0; //pedding reka2 bottom
    this.paddingB4 = 0; //pedding reka2 left
    this.padTop = 13; //pedding content top
    this.padBot = 13; //pedding content bottom

    //transperency Content
    this.tranLa = '50';
    this.tranLb = '0';
    this.tranA = '55';
    this.tranB = '0';

    //colors Content
    this.rekaColorA = '570D44';
    this.rekaColorB = '570D44';
    this.lineColorA = 'e591cf';
    this.lineColorB = 'e591cf';
    this.color1 = 'FF6B00';
    this.color2 = 'FF7DFF';
    this.color3 = '16004A';
    this.color4 = 'AA87FC';
    this.color5 = '570084';
    this.color6 = '833CB7';
    this.color7 = 'FFFFFF';
    this.color8 = '220073';
    this.color9 = '5C0107';
    this.color10 = '280103';
    this.color11 = '411556';
    this.color12 = 'D9D5FB';
    this.color13 = '930009';
    this.color14 = 'E591CF';
    this.color15 = '1D00FF';
    this.color16 = '570D44';
    this.color17 = 'B55B9D';
    this.color18 = '000000';
    this.color19 = 'FFAF7D';
    this.color20 = 'FCA05C';
    this.color21 = '7A0500';
    
    //gallery Navigat Color
    this.nColor1 = this.color1;
    this.nColor2 = this.color7;
    
    //lineWidth Content
    this.lineWidthA = 1;
    this.lineWidthB = 1;
    this.lineWidth = 1;
    
    //all rounds vars
    this.allRounds = 'round1=' + this.round1 + '&round2=' + this.round2 + '&round3=' + this.round3 + '&round4=' + this.round4 + '';
    
    //icons colors
    this.icon1 = 'color1=' + this.color4 + '&color2=' + this.color6 + '&color3=' + this.color1 + '&color4=' + this.color2 + '&color5=' + this.color3 + '';
    this.icon2 = this.icon1;
    this.icon3 = this.icon1;
        
    //backgrounds
    this.rekaMainA = 'lineW=' + this.lineWidthA + '&lineC=0x' + this.lineColorA + '&rekaC=0x' + this.rekaColorA + '&tran=' + this.tranA + '&tranL=' + this.tranLa + '&round1=' + this.roundA1 + '&round2=' + this.roundA2 + '&round3=' + this.roundA3 + '&round4=' + this.roundA4 + '';
    this.rekaMainB = 'lineW=' + this.lineWidthA + '&lineC=0x' + this.lineColorB + '&rekaC=0x' + this.rekaColorB + '&tran=' + this.tranB + '&tranL=' + this.tranLb + '&round1=' + this.roundB1 + '&round2=' + this.roundB2 + '&round3=' + this.roundB3 + '&round4=' + this.roundB4 + '';
    this.reka1 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color15 + '&rekaC=0x' + this.color8 + '&tran=80&tranL=80&' + this.allRounds + '';
    this.reka2 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color1 + '&rekaC=0x' + this.rekaColorA + '&tran=45&tranL=50&' + this.allRounds + '';
    this.reka3 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color14 + '&rekaC=0x' + this.color16 + '&tran=100&tranL=75&' + this.allRounds + '';
    this.reka4 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color14 + '&rekaC=0x' + this.color16 + '&tran=50&tranL=50&' + this.allRounds + '';
    this.reka5 = this.reka4;
    this.reka6 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color14 + '&rekaC=0x' + this.color16 + '&tran=75&tranL=75&' + this.allRounds + '';
    this.reka7 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color4 + '&rekaC=0x' + this.color11 + '&tran=100&tranL=75&' + this.allRounds + '';
    this.reka8 = this.reka1;
    this.reka9 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color13 + '&rekaC=0x' + this.color13 + '&tran=100&tranL=100&' + this.allRounds + '';
    this.reka10 = this.reka9;
    this.reka11 = this.rekaMainA;
    //main porn gals
    this.reka12 = this.reka3;//affiliate
    this.reka13 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color10 + '&rekaC=0x' + this.color21 + '&tran=100&tranL=100&' + this.allRounds + '';//סרט או גלריה 
    this.reka13b = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color10 + '&rekaC=0x' + this.color16 + '&tran=100&tranL=90&round1=' + Math.max(this.round1, this.round2) + '&round2=' + Math.max(this.round1, this.round2) + '&round3=0&round4=0';
    this.reka14 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color15 + '&rekaC=0x' + this.color3 + '&tran=100&tranL=100&' + this.allRounds + '';//אמנות
    this.reka15 = this.reka7;//מיוחד
    
    this.reka16 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color9 + '&rekaC=0x' + this.color9 + '&tran=100&tranL=90&' + this.allRounds + '';
    this.reka17 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color2 + '&rekaC=0x' + this.color16 + '&tran=66&tranL=70&' + this.allRounds + '';
    this.reka18 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color15 + '&rekaC=0x' + this.color8 + '&tran=0&tranL=0&' + this.allRounds + '';
    this.reka19 = this.reka4;
    this.reka20 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color14 + '&rekaC=0x' + this.color16 + '&tran=85&tranL=100&' + this.allRounds + '';
    this.reka21 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color4 + '&rekaC=0x' + this.color3 + '&tran=75&tranL=100&' + this.allRounds + '';
}
//--------end Content--------------

//--------start Bottom--------------
function Bottom()
{  
    //reka pics
    this.rekaPic1 = 'no';
    this.rekaPic2 = 'no';
    this.repeatPic1 = '0';
    this.repeatPic2 = '0';
     
    //rounds Bottom
    this.roundA1 = '10';
    this.roundA2 = '10';
    this.roundA3 = '0';
    this.roundA4 = '0';
    this.roundB1 = '10';
    this.roundB2 = '10';
    this.roundB3 = '0';
    this.roundB4 = '0';

    //padding Bottom
    this.paddingA1 = 6; //pedding Top
    this.paddingA2 = 0; //pedding right
    this.paddingA3 = 0; //pedding bottom
    this.paddingA4 = 6; //pedding left
    this.paddingB1 = 0; //pedding Top
    this.paddingB2 = 6; //pedding right
    this.paddingB3 = 6; //pedding bottom
    this.paddingB4 = 0; //pedding left
    this.padTop = 0; //pedding top
    this.padBot = 0; //pedding bottom

    //transperency Bottom
    this.tranLa = '0';
    this.tranLb = '0';
    this.tranA = '0';
    this.tranB = '0';

    //colors Bottom
    this.rekaColorA = 'ffffff';
    this.rekaColorB = 'ffffff';
    this.lineColorA = 'ffffff';
    this.lineColorB = 'ffffff';
    this.color1 = 'EC6000';
    this.color2 = 'FECF96';
    this.color3 = 'BB0F09';
    this.color4 = 'AA00AA';
    this.color5 = 'D200FF';
    this.color6 = 'FF4DEC';
    this.color7 = 'FFFFFF';

    //lineWidth Bottom
    this.lineWidthA = 1;
    this.lineWidthB = 1;
    this.lineWidth = 1;

    //backgrounds
    this.rekaMainA = 'lineW=' + this.lineWidthA + '&lineC=0x' + this.lineColorA + '&rekaC=0x' + this.rekaColorA + '&tran=' + this.tranA + '&tranL=' + this.tranLa + '&round1=' + this.roundA1 + '&round2=' + this.roundA2 + '&round3=' + this.roundA3 + '&round4=' + this.roundA4 + '';
    this.rekaMainB = 'lineW=' + this.lineWidthA + '&lineC=0x' + this.lineColorB + '&rekaC=0x' + this.rekaColorB + '&tran=' + this.tranB + '&tranL=' + this.tranLb + '&round1=' + this.roundB1 + '&round2=' + this.roundB2 + '&round3=' + this.roundB3 + '&round4=' + this.roundB4 + '';
}
//--------end Bottom--------------

//--------start domina side menu--------------
function topSM()
{   
    //reka pics
    this.rekaPic1 = 'no';
    this.rekaPic2 = 'no';
    this.repeatPic1 = '0';
    this.repeatPic2 = '0';
    
    //rounds domina side menu
    this.roundA1 = '10';
    this.roundA2 = '10';
    this.roundA3 = '10';
    this.roundA4 = '10';
    this.roundB1 = '10';
    this.roundB2 = '10';
    this.roundB3 = '10';
    this.roundB4 = '10';

    //padding domina side menu
    this.paddingA1 = 0; //pedding Top
    this.paddingA2 = 6; //pedding right
    this.paddingA3 = 0; //pedding bottom
    this.paddingA4 = 6; //pedding left
    this.paddingB1 = 0; //pedding Top
    this.paddingB2 = 0; //pedding right
    this.paddingB3 = 0; //pedding bottom
    this.paddingB4 = 0; //pedding left
    this.padTop = 10; //pedding top
    this.padBot = 0; //pedding bottom

    //transperency domina side menu
    this.tranLa = '60';
    this.tranLb = '50';
    this.tranA = '50';
    this.tranB = '30';

    //colors domina side menu
    this.rekaColorA = '472064';
    this.rekaColorB = '472064';
    this.lineColorA = 'bdb7f9';
    this.lineColorB = 'bdb7f9';

    //lineWidth domina side menu
    this.lineWidthA = 1;
    this.lineWidthB = 1;

    //backgrounds
    this.rekaMainA = 'lineW=' + this.lineWidthA + '&lineC=0x' + this.lineColorA + '&rekaC=0x' + this.rekaColorA + '&tran=' + this.tranA + '&tranL=' + this.tranLa + '&round1=' + this.roundA1 + '&round2=' + this.roundA2 + '&round3=' + this.roundA3 + '&round4=' + this.roundA4 + '';
    this.rekaMainB = 'lineW=' + this.lineWidthA + '&lineC=0x' + this.lineColorB + '&rekaC=0x' + this.rekaColorB + '&tran=' + this.tranB + '&tranL=' + this.tranLb + '&round1=' + this.roundB1 + '&round2=' + this.roundB2 + '&round3=' + this.roundB3 + '&round4=' + this.roundB4 + '';
}
//--------end domina side menu--------------

//get the style adver objects
objHeader = new Header;
objSideMenu = new SideMenu;
objContent = new Content;
objBottom = new Bottom;
objTopSM = new topSM;

gn2 = gr4 = ga4 = objContent.reka9;
ga2 = sh1 = bo3 = gr3 = objContent.reka13;
gr2 = bo2 = objContent.reka13b;
sho1 = sh3 = sh2 = gr1 = gn1 = ga1 = ga3 = bo1 = bn1 = mo1 = objContent.reka16;
