﻿//--------start header------------------
function Header()
{  
    //reka pics
    this.rekaPic1 = 'images/webs/top/'+webKind+'3.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 = '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 = '100';
    this.tranLb = '0';
    this.tranA = '100';
    this.tranB = '0';

    //colors header
    this.rekaColorA = '550013';
    this.rekaColorB = 'ffffff';
    this.lineColorA = '550013';
    this.lineColorB = 'ffffff';
    this.color1 = 'FF0043'; //
    this.color2 = 'FF9D9D'; //
    this.color3 = '16BBFF'; //
    this.color4 = '000F21'; //
    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.color1 + '&color2=' + this.color2 + '&color3=' + this.color3 + '&color4=' + this.color2 + '&color5=' + this.color18 + '';
    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 + '&color4=' + this.color3 + '&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 = '0';
    this.roundA2 = '0';
    this.roundA3 = '0';
    this.roundA4 = '0';
    this.roundB1 = '0';
    this.roundB2 = '0';
    this.roundB3 = '0';
    this.roundB4 = '0';
    this.round1 = '0';
    this.round2 = '0';
    this.round3 = '0';
    this.round4 = '0';

    //padding side menu
    this.paddingA1 = 0; //pedding Top
    this.paddingA2 = 5; //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 = 10; //pedding top
    this.padBot = 10; //pedding bottom

    //transperency side menu
    this.tranLa = '60';
    this.tranLb = '0';
    this.tranA = '60';
    this.tranB = '0';

    //colors side menu
    this.rekaColorA = '550013';
    this.rekaColorB = 'ffffff';
    this.lineColorA = '550013';
    this.lineColorB = 'ffffff';
    this.color1 = 'FF0043'; //
    this.color2 = 'FF9D9D'; //
    this.color3 = '16BBFF'; //
    this.color4 = '000F21'; //
    this.color5 = '550013';
    this.color6 = '002C48'; //
    this.color7 = 'FFFFFF';
    this.color8 = 'D84A76';//
    this.color9 = '7A0500';
    this.color10 = '520300';
    this.color11 = '7500bd';
    this.color12 = 'A50600';
    this.color13 = '840184';
    this.color14 = 'CB5301';
    this.color15 = '34000B';//

    //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.color2 + '&color3=' + this.color3 + '&color4=' + this.color4 + '&color5=' + this.color7 + '';
    this.icon2 = this.icon1;
    this.icon3 = 'color1=' + this.color3 + '&color2=' + this.color2 + '&color3=' + this.color1 + '';
    this.icon4 = 'color3=' + this.color3 + '&color2=' + this.color2 + '&color1=' + this.color1 + '';
    
    //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.color3 + '&rekaC=0x' + this.color4 + '&tran=100&tranL=100&' + this.allRounds + '';
    this.reka2 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color6 + '&rekaC=0x' + this.color6 + '&tran=70&tranL=70&' + this.allRounds + '';
    this.reka3 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color15 + '&rekaC=0x' + this.color15 + '&tran=90&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 = '1';
    this.roundA2 = '1';
    this.roundA3 = '1';
    this.roundA4 = '1';
    this.roundB1 = '0';
    this.roundB2 = '0';
    this.roundB3 = '0';
    this.roundB4 = '0';
    this.round1 = '0';
    this.round2 = '0';
    this.round3 = '0';
    this.round4 = '0';

    //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 = '35';
    this.tranLb = '0';
    this.tranA = '30';
    this.tranB = '0';

    //colors Content
    this.rekaColorA = '000000';
    this.rekaColorB = 'ffffff';
    this.lineColorA = 'CC5261';
    this.lineColorB = 'ffffff';
    this.color1 = 'FF0043'; //
    this.color2 = 'FF9D9D'; //
    this.color3 = '16BBFF'; //
    this.color4 = '000F21'; //
    this.color5 = '550013'; //
    this.color6 = '002C48'; //
    this.color7 = 'FFFFFF'; //
    this.color8 = '2D0006'; //
    this.color9 = '1E0007'; //
    this.color10 = 'FFCACA'; //
    this.color11 = '029FE3'; //
    this.color12 = 'FF4878'; //
    this.color13 = 'C6EEFF'; //
    this.color14 = '0C1F35'; //
    this.color15 = '34000B'; //
    this.color16 = 'FF0000'; //
    this.color17 = 'A62E3C'; //
    this.color18 = this.rekaColorA; //
    this.color19 = this.lineColorA; //
    this.color20 = 'D84A76'; //
    this.color21 = this.color9;
    
    //gallery Navigat Color
    this.nColor1 = this.color2;
    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.color1 + '&color2=' + this.color2 + '&color3=' + this.color3 + '&color4=' + this.color2 + '&color5=' + this.color18 + '';
    /**/this.icon2 = 'color1=' + this.color2 + '&color2=' + this.color1 + '&color3=' + this.color3 + '&color4=' + this.color7 + '&color5=' + this.color7 + '';
    /**/this.icon3 = 'color1=' + this.color1 + '&color2=' + this.color2 + '&color3=' + this.color3 + '&color4=' + this.color3 + '&color5=' + this.color7 + '';
    
    //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.color16 + '&rekaC=0x' + this.color16 + '&tran=15&tranL=15&' + this.allRounds + '';
    /**/this.reka2 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color16 + '&rekaC=0x' + this.color18 + '&tran=50&tranL=60&' + this.allRounds + '';
    /**/this.reka3 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color12 + '&rekaC=0x' + this.color1 + '&tran=25&tranL=90&' + this.allRounds + '';
    /**/this.reka4 = this.rekaMainA;
    /**/this.reka5 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color3 + '&rekaC=0x' + this.color6 + '&tran=40&tranL=50&' + this.allRounds + '';
    /**/this.reka6 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color3 + '&rekaC=0x' + this.color6 + '&tran=30&tranL=20&' + this.allRounds + '';
    /**/this.reka7 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color16 + '&rekaC=0x' + this.color16 + '&tran=30&tranL=30&' + this.allRounds + '';
    /**/this.reka8 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color11 + '&rekaC=0x' + this.color4 + '&tran=50&tranL=70&' + this.allRounds + '';
    /**/this.reka9 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color8 + '&rekaC=0x' + this.color8 + '&tran=0&tranL=0&round1=10&round2=10&round3=10&round4=10';
    /**/this.reka10 = this.reka9;
    /**/this.reka11 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color1 + '&rekaC=0x' + this.color1 + '&tran=15&tranL=40&' + this.allRounds + '';
    //main porn gals
    /**/this.reka12 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color16 + '&rekaC=0x' + this.color18 + '&tran=80&tranL=40&' + this.allRounds + '';//affiliate
    /**/this.reka13 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color20 + '&rekaC=0x' + this.color15 + '&tran=100&tranL=50&' + this.allRounds + '';//סרט או גלריה 
    /**/this.reka13b = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color20 + '&rekaC=0x' + this.color18 + '&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.color12 + '&rekaC=0x' + this.color8 + '&tran=100&tranL=60&' + this.allRounds + '';//אמנות
    /**/this.reka15 = this.reka14;//מיוחד
    
    /**/this.reka16 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color12 + '&rekaC=0x' + this.color9 + '&tran=50&tranL=40&' + this.allRounds + '';
    /**/this.reka17 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color16 + '&rekaC=0x' + this.color16 + '&tran=0&tranL=0&' + this.allRounds + '';
    /**/this.reka18 = this.reka17;
    this.reka19 = 'lineW=' + this.lineWidth + '&lineC=0x' + this.color19 + '&rekaC=0x' + this.color18 + '&tran=70&tranL=40&' + 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 = '0';
    this.roundA2 = '0';
    this.roundA3 = '0';
    this.roundA4 = '0';
    this.roundB1 = '0';
    this.roundB2 = '0';
    this.roundB3 = '0';
    this.roundB4 = '0';

    //padding top side menu
    this.paddingA1 = 0; //pedding Top
    this.paddingA2 = 5; //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 top side menu
    this.tranLa = '70';
    this.tranLb = '0';
    this.tranA = '70';
    this.tranB = '0';

    //colors top side menu
    this.rekaColorA = '002C48';
    this.rekaColorB = 'ffffff';
    this.lineColorA = '002C48';
    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;

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;
