﻿//--------start header------------------
function Header()
{  
    //reka pics
    this.rekaPic1 = 'images/webs/top/'+webKind+'1.jpg';
    this.rekaPic2 = 'no';
    this.repeatPic1 = '0';
    this.repeatPic2 = '0';
    //this.webPic = 'images/webs/reka/test.swf'; 
     
    //rounds header
    this.roundA1 = '0';
    this.roundA2 = '0';
    this.roundA3 = '10';
    this.roundA4 = '10';
    this.roundB1 = '0';
    this.roundB2 = '0';
    this.roundB3 = '10';
    this.roundB4 = '10';

    //padding header
    this.paddingA1 = 0; //pedding Top
    this.paddingA2 = 0; //pedding right
    this.paddingA3 = 6; //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';//'80';
    this.tranLb = '0';//'60';
    this.tranA = '0';//'100';
    this.tranB = '0';//'40';

    //colors header
    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';
    this.color8 = 'FF6600';
    this.color9 = 'FFCFFA';
    this.color10 = 'E56EFF';
    this.color11 = '5A005A';

    //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.color4 + '&color7=' + this.color7 + '';
    
    //icons colors
    this.icon1 = 'color1=' + this.color10 + '&color2=' + this.color9 + '&color3=' + this.color4 + '&color4=' + this.color6 + '&color5=' + this.color11 + '';
    this.icon2 = 'color1=' + this.color1 + '&color2=' + this.color2 + '&color3=' + this.color3 + '&color4=' + this.color4 + '&color5=' + this.color7 + '';
    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.rekaMainA2 = 'lineW=' + this.lineWidthA + '&lineC=0x' + this.lineColorA + '&rekaC=0x' + this.rekaColorA + '&tran=100&tranL=80&round1=' + this.roundA1 + '&round2=' + this.roundA2 + '&round3=' + this.roundA3 + '&round4=' + this.roundA4 + '';
    this.rekaMainB2 = 'lineW=' + this.lineWidthA + '&lineC=0x' + this.lineColorB + '&rekaC=0x' + this.rekaColorB + '&tran=40&tranL=60&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 = 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 = 0; //pedding bottom
    this.paddingB4 = 0; //pedding left
    this.padTop = 15; //pedding top
    this.padBot = 15; //pedding bottom

    //transperency side menu
    this.tranLa = '70';
    this.tranLb = '30';
    this.tranA = '40';
    this.tranB = '30';

    //colors side menu
    this.rekaColorA = 'ffffff';
    this.rekaColorB = 'ffffff';
    this.lineColorA = 'ffffff';
    this.lineColorB = 'ffffff';
    this.color1 = 'EC6000';
    this.color2 = 'FECF96';
    this.color3 = 'BB0F09';
    this.color4 = 'FFE3B9';
    this.color5 = 'D200FF';
    this.color6 = 'FF4DEC';
    this.color7 = 'FFFFFF';
    this.color8 = 'AA00AA';
    this.color9 = '7A0500';
    this.color10 = '520300';
    this.color11 = '7500bd';
    this.color12 = 'A50600';
    this.color13 = '840184';
    this.color14 = 'CB5301';
    this.color15 = '5A005A';

    //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.color1 + '&color2=' + this.color6 + '&color3=' + this.color3 + '&color4=' + this.color4 + '&color5=' + this.color7 + '';
    this.icon2 = 'color1=' + this.color1 + '&color2=' + this.color2 + '&color3=' + this.color3 + '&color4=' + this.color4 + '&color5=' + this.color7 + '';
    this.icon3 = 'color1=' + this.color3 + '&color2=' + this.color2 + '&color3=' + this.color1 + '';
    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.color7 + '&rekaC=0x' + this.color13 + '&tran=100&tranL=100&' + this.allRounds + '';
    this.reka2 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color7 + '&rekaC=0x' + this.color7 + '&tran=70&tranL=70&' + this.allRounds + '';
    this.reka3 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color7 + '&rekaC=0x' + this.color7 + '&tran=100&tranL=100&' + 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 = 6; //pedding reka1 bottom
    this.paddingA4 = 6; //pedding reka1 left
    this.paddingB1 = 6; //pedding reka2 Top
    this.paddingB2 = 6; //pedding reka2 right
    this.paddingB3 = 0; //pedding reka2 bottom
    this.paddingB4 = 0; //pedding reka2 left
    this.padTop = 13; //pedding top
    this.padBot = 13; //pedding bottom

    //transperency Content
    this.tranLa = '30';
    this.tranLb = '50';
    this.tranA = '30';
    this.tranB = '30';

    //colors Content
    this.rekaColorA = 'ffffff';
    this.rekaColorB = 'ffffff';
    this.lineColorA = 'ffffff';
    this.lineColorB = 'ffffff';
    this.color1 = 'EC6000';
    this.color2 = 'FECF96';
    this.color3 = 'BB0F09';
    this.color4 = 'FFE3B9';
    this.color5 = 'D200FF';
    this.color6 = 'FF4DEC';
    this.color7 = 'FFFFFF';
    this.color8 = 'AA00AA';
    this.color9 = '7A0500';
    this.color10 = '520300';
    this.color11 = 'A50600';
    this.color12 = 'FF6600';
    this.color13 = '840184';
    this.color14 = 'FFCFFA';
    this.color15 = 'E56EFF';
    this.color16 = '7500BD';
    this.color17 = '5A005A';
    this.color18 = '000000';
    this.color19 = '3E004B';
    this.color20 = 'FF924A';
    this.color21 = this.color9;
    
    //gallery Navigat Color
    this.nColor1 = this.color4;
    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.color15 + '&color2=' + this.color14 + '&color3=' + this.color14 + '&color4=' + this.color8 + '&color5=' + this.color17 + '';
    this.icon2 = 'color1=' + this.color1 + '&color2=' + this.color2 + '&color3=' + this.color3 + '&color4=' + this.color4 + '&color5=' + this.color7 + '';
    this.icon3 = 'color1=' + this.color15 + '&color2=' + this.color7 + '&color3=' + this.color8 + '&color4=' + this.color6 + '&color5=' + this.color17 + '';
    this.icon4 = 'color1=' + this.color1 + '&color2=' + this.color2 + '&color3=' + this.color1 + '&color4=' + this.color4 + '&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 + '';
    this.reka1 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color7 + '&rekaC=0x' + this.color8 + '&tran=60&tranL=0&' + this.allRounds + '';
    this.reka2 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color7 + '&rekaC=0x' + this.color7 + '&tran=80&tranL=100&' + this.allRounds + '';
    this.reka3 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color1 + '&rekaC=0x' + this.color11 + '&tran=100&tranL=90&' + this.allRounds + '';
    this.reka4 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color1 + '&rekaC=0x' + this.color3 + '&tran=100&tranL=90&' + this.allRounds + '';
    this.reka5 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color7 + '&rekaC=0x' + this.color7 + '&tran=90&tranL=90&' + this.allRounds + '';
    this.reka6 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color16 + '&rekaC=0x' + this.color16 + '&tran=100&tranL=100&' + this.allRounds + '';
    this.reka7 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color11 + '&rekaC=0x' + this.color11 + '&tran=100&tranL=100&' + this.allRounds + '';
    this.reka8 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color11 + '&rekaC=0x' + this.color7 + '&tran=100&tranL=90&' + this.allRounds + '';
    this.reka9 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color3 + '&rekaC=0x' + this.color3 + '&tran=100&tranL=100&' + this.allRounds + '';
    this.reka10 = this.reka9;
    this.reka11 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color3 + '&rekaC=0x' + this.color11 + '&tran=100&tranL=0&' + this.allRounds + '';
    //main porn gals
    this.reka12 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color6 + '&rekaC=0x' + this.color18 + '&tran=100&tranL=100&' + this.allRounds + '';//affiliate
    this.reka13 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color20 + '&rekaC=0x' + this.color9 + '&tran=100&tranL=100&' + this.allRounds + '';//סרט או גלריה 
    this.reka13b = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color1 + '&rekaC=0x' + this.color10 + '&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.color17 + '&tran=100&tranL=100&' + this.allRounds + '';//אמנות
    this.reka15 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color14 + '&rekaC=0x' + this.color19 + '&tran=100&tranL=100&' + this.allRounds + '';//מיוחד
    
    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.color13 + '&rekaC=0x' + this.color13 + '&tran=70&tranL=70&' + this.allRounds + '';
    this.reka18 = this.reka7;
    this.reka19 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color10 + '&rekaC=0x' + this.color10 + '&tran=80&tranL=80&' + this.allRounds + '';
    this.reka20 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color6 + '&rekaC=0x' + this.color18 + '&tran=75&tranL=100&' + this.allRounds + '';
    this.reka21 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color7 + '&rekaC=0x' + this.color16 + '&tran=70&tranL=0&' + 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 top side menu--------------
function topSM()
{   
    //reka pics
    this.rekaPic1 = 'no';
    this.rekaPic2 = 'no';
    this.repeatPic1 = '0';
    this.repeatPic2 = '0';
     
    //rounds top 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 top side menu
    this.paddingA1 = 0; //pedding Top
    this.paddingA2 = 0; //pedding right
    this.paddingA3 = 6; //pedding bottom
    this.paddingA4 = 6; //pedding left
    this.paddingB1 = 6; //pedding Top
    this.paddingB2 = 6; //pedding right
    this.paddingB3 = 0; //pedding bottom
    this.paddingB4 = 0; //pedding left
    this.padTop = 14; //pedding top
    this.padBot = 0; //pedding bottom

    //transperency top side menu
    this.tranLa = '50';
    this.tranLb = '50';
    this.tranA = '40';
    this.tranB = '40';

    //colors top side menu
    this.rekaColorA = 'ffffff';
    this.rekaColorB = 'ffffff';
    this.lineColorA = 'ffffff';
    this.lineColorB = 'ffffff';

    //lineWidth top 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 top side menu--------------

//get the style adver objects
objHeader = new Header;
objSideMenu = new SideMenu;
objContent = new Content;
objBottom = new Bottom;
objTopSM = new topSM;

sho1 = gn2 = gr4 = ga4 = objContent.reka9;
ga2 = sh1 = bo3 = gr3 = objContent.reka13;
gr2 = bo2 = objContent.reka13b;
sh3 = sh2 = gr1 = gn1 = ga1 = ga3 = bo1 = bn1 = mo1 = objContent.reka16;

