//------------------ SetUpPieceClass16 -------------------//


import java.awt.*;
import java.applet.*;
import java.io.*;
import java.lang.String;
import java.util.Random;
import java.util.Date;

public class  mySetUpPiece16
{
 final int     RR=0,  LL=1, DD= 2,UU =3;


void TP_DoSetUpEternityPiece16(myPieceTypeClass gPieceType[])
{
   //---------------------- 160 --------------//
   gPieceType[160].totalnum=7; 
   gPieceType[160].num0=5;
   gPieceType[160].num1=2;
  
   gPieceType[160].mytype[0].loc[0].h=1;
   gPieceType[160].mytype[0].loc[0].v=0;
   
   gPieceType[160].mytype[0].loc[1].h=2;
   gPieceType[160].mytype[0].loc[1].v=0;
   
   gPieceType[160].mytype[0].loc[2].h=3;
   gPieceType[160].mytype[0].loc[2].v=0;
  
   gPieceType[160].mytype[0].loc[3].h=0;
   gPieceType[160].mytype[0].loc[3].v=1;
   
   gPieceType[160].mytype[0].loc[4].h=1;
   gPieceType[160].mytype[0].loc[4].v=1;
   
   gPieceType[160].mytype[0].loc[5].h=2;
   gPieceType[160].mytype[0].loc[5].v=1;
   
   gPieceType[160].mytype[0].loc[6].h=3;
   gPieceType[160].mytype[0].loc[6].v=1;


   gPieceType[160].mytype[0].full[0]=false;
   gPieceType[160].mytype[0].full[1]=true;
   gPieceType[160].mytype[0].full[2]=true;
   gPieceType[160].mytype[0].full[3]=true;
   gPieceType[160].mytype[0].full[4]=true;
   gPieceType[160].mytype[0].full[5]=true;
   gPieceType[160].mytype[0].full[6]=false;
   
   gPieceType[160].mytype[0].up[0]=true;
   gPieceType[160].mytype[0].up[1]=false;
   gPieceType[160].mytype[0].up[2]=true;
   gPieceType[160].mytype[0].up[3]=true;
   gPieceType[160].mytype[0].up[4]=false;
   gPieceType[160].mytype[0].up[5]=true;
   gPieceType[160].mytype[0].up[6]=false;
 
   
   gPieceType[160].mytype[0].halfindex[0][0]=DD;
   gPieceType[160].mytype[0].halfindex[0][1]=RR;
  
   gPieceType[160].mytype[0].halfindex[6][0]=UU;
   gPieceType[160].mytype[0].halfindex[6][1]=LL;
   
 
    //---------------------- 161 --------------//
   gPieceType[161].totalnum=9; 
   gPieceType[161].num0=3;
   gPieceType[161].num1=6;
  
   gPieceType[161].mytype[0].loc[0].h=1;
   gPieceType[161].mytype[0].loc[0].v=0;
   
   gPieceType[161].mytype[0].loc[1].h=2;
   gPieceType[161].mytype[0].loc[1].v=0;
   
   gPieceType[161].mytype[0].loc[2].h=3;
   gPieceType[161].mytype[0].loc[2].v=0;
  
   gPieceType[161].mytype[0].loc[3].h=0;
   gPieceType[161].mytype[0].loc[3].v=1;
   
   gPieceType[161].mytype[0].loc[4].h=1;
   gPieceType[161].mytype[0].loc[4].v=1;
   
   gPieceType[161].mytype[0].loc[5].h=2;
   gPieceType[161].mytype[0].loc[5].v=1;
   
   gPieceType[161].mytype[0].loc[6].h=3;
   gPieceType[161].mytype[0].loc[6].v=1;
   
   gPieceType[161].mytype[0].loc[7].h=4;
   gPieceType[161].mytype[0].loc[7].v=1;
   
   gPieceType[161].mytype[0].loc[8].h=0;
   gPieceType[161].mytype[0].loc[8].v=2;


   gPieceType[161].mytype[0].full[0]=false;
   gPieceType[161].mytype[0].full[1]=false;
   gPieceType[161].mytype[0].full[2]=false;
   gPieceType[161].mytype[0].full[3]=true;
   gPieceType[161].mytype[0].full[4]=true;
   gPieceType[161].mytype[0].full[5]=false;
   gPieceType[161].mytype[0].full[6]=true;
   gPieceType[161].mytype[0].full[7]=false;
   gPieceType[161].mytype[0].full[8]=false;
   
   gPieceType[161].mytype[0].up[0]=true;
   gPieceType[161].mytype[0].up[1]=false;
   gPieceType[161].mytype[0].up[2]=true;
   gPieceType[161].mytype[0].up[3]=true;
   gPieceType[161].mytype[0].up[4]=false;
   gPieceType[161].mytype[0].up[5]=true;
   gPieceType[161].mytype[0].up[6]=false;
   gPieceType[161].mytype[0].up[7]=true;
   gPieceType[161].mytype[0].up[8]=false;
   
   gPieceType[161].mytype[0].halfindex[0][0]=DD;
   gPieceType[161].mytype[0].halfindex[0][1]=RR;
  
   gPieceType[161].mytype[0].halfindex[1][0]=RR;
   gPieceType[161].mytype[0].halfindex[1][1]=LL;
   
   gPieceType[161].mytype[0].halfindex[2][0]=LL;
   gPieceType[161].mytype[0].halfindex[2][1]=DD;
  
   gPieceType[161].mytype[0].halfindex[5][0]=RR;
   gPieceType[161].mytype[0].halfindex[5][1]=LL;
   
   gPieceType[161].mytype[0].halfindex[7][0]=LL;
   gPieceType[161].mytype[0].halfindex[7][1]=RR;
  
   gPieceType[161].mytype[0].halfindex[8][0]=UU;
   gPieceType[161].mytype[0].halfindex[8][1]=LL;
   
      //---------------------- 162 --------------//
   gPieceType[162].totalnum=9; 
   gPieceType[162].num0=3;
   gPieceType[162].num1=6;
  
   gPieceType[162].mytype[0].loc[0].h=2;
   gPieceType[162].mytype[0].loc[0].v=0;
   
   gPieceType[162].mytype[0].loc[1].h=3;
   gPieceType[162].mytype[0].loc[1].v=0;
   
   gPieceType[162].mytype[0].loc[2].h=4;
   gPieceType[162].mytype[0].loc[2].v=0;
  
   gPieceType[162].mytype[0].loc[3].h=0;
   gPieceType[162].mytype[0].loc[3].v=1;
   
   gPieceType[162].mytype[0].loc[4].h=1;
   gPieceType[162].mytype[0].loc[4].v=1;
   
   gPieceType[162].mytype[0].loc[5].h=2;
   gPieceType[162].mytype[0].loc[5].v=1;
   
   gPieceType[162].mytype[0].loc[6].h=3;
   gPieceType[162].mytype[0].loc[6].v=1;
   
   gPieceType[162].mytype[0].loc[7].h=4;
   gPieceType[162].mytype[0].loc[7].v=1;
   
   gPieceType[162].mytype[0].loc[8].h=5;
   gPieceType[162].mytype[0].loc[8].v=1;


   gPieceType[162].mytype[0].full[0]=false;
   gPieceType[162].mytype[0].full[1]=false;
   gPieceType[162].mytype[0].full[2]=false;
   gPieceType[162].mytype[0].full[3]=false;
   gPieceType[162].mytype[0].full[4]=true;
   gPieceType[162].mytype[0].full[5]=true;
   gPieceType[162].mytype[0].full[6]=false;
   gPieceType[162].mytype[0].full[7]=true;
   gPieceType[162].mytype[0].full[8]=false;
   
   gPieceType[162].mytype[0].up[0]=true;
   gPieceType[162].mytype[0].up[1]=false;
   gPieceType[162].mytype[0].up[2]=true;
   gPieceType[162].mytype[0].up[3]=false;
   gPieceType[162].mytype[0].up[4]=true;
   gPieceType[162].mytype[0].up[5]=false;
   gPieceType[162].mytype[0].up[6]=true;
   gPieceType[162].mytype[0].up[7]=false;
   gPieceType[162].mytype[0].up[8]=true;
   
   gPieceType[162].mytype[0].halfindex[0][0]=DD;
   gPieceType[162].mytype[0].halfindex[0][1]=RR;
  
   gPieceType[162].mytype[0].halfindex[1][0]=RR;
   gPieceType[162].mytype[0].halfindex[1][1]=LL;
   
   gPieceType[162].mytype[0].halfindex[2][0]=LL;
   gPieceType[162].mytype[0].halfindex[2][1]=DD;
  
   gPieceType[162].mytype[0].halfindex[3][0]=RR;
   gPieceType[162].mytype[0].halfindex[3][1]=LL;
   
   gPieceType[162].mytype[0].halfindex[6][0]=RR;
   gPieceType[162].mytype[0].halfindex[6][1]=LL;
  
   gPieceType[162].mytype[0].halfindex[8][0]=LL;
   gPieceType[162].mytype[0].halfindex[8][1]=DD;
   
   
      //---------------------- 163 --------------//
   gPieceType[163].totalnum=9; 
   gPieceType[163].num0=3;
   gPieceType[163].num1=6;
  
   gPieceType[163].mytype[0].loc[0].h=2;
   gPieceType[163].mytype[0].loc[0].v=0;
   
   gPieceType[163].mytype[0].loc[1].h=3;
   gPieceType[163].mytype[0].loc[1].v=0;
   
   gPieceType[163].mytype[0].loc[2].h=4;
   gPieceType[163].mytype[0].loc[2].v=0;
  
   gPieceType[163].mytype[0].loc[3].h=0;
   gPieceType[163].mytype[0].loc[3].v=1;
   
   gPieceType[163].mytype[0].loc[4].h=1;
   gPieceType[163].mytype[0].loc[4].v=1;
   
   gPieceType[163].mytype[0].loc[5].h=2;
   gPieceType[163].mytype[0].loc[5].v=1;
   
   gPieceType[163].mytype[0].loc[6].h=3;
   gPieceType[163].mytype[0].loc[6].v=1;
   
   gPieceType[163].mytype[0].loc[7].h=4;
   gPieceType[163].mytype[0].loc[7].v=1;
   
   gPieceType[163].mytype[0].loc[8].h=1;
   gPieceType[163].mytype[0].loc[8].v=2;


   gPieceType[163].mytype[0].full[0]=false;
   gPieceType[163].mytype[0].full[1]=false;
   gPieceType[163].mytype[0].full[2]=false;
   gPieceType[163].mytype[0].full[3]=false;
   gPieceType[163].mytype[0].full[4]=true;
   gPieceType[163].mytype[0].full[5]=true;
   gPieceType[163].mytype[0].full[6]=false;
   gPieceType[163].mytype[0].full[7]=true;
   gPieceType[163].mytype[0].full[8]=false;
   
   gPieceType[163].mytype[0].up[0]=true;
   gPieceType[163].mytype[0].up[1]=false;
   gPieceType[163].mytype[0].up[2]=true;
   gPieceType[163].mytype[0].up[3]=false;
   gPieceType[163].mytype[0].up[4]=true;
   gPieceType[163].mytype[0].up[5]=false;
   gPieceType[163].mytype[0].up[6]=true;
   gPieceType[163].mytype[0].up[7]=false;
   gPieceType[163].mytype[0].up[8]=false;
   
   gPieceType[163].mytype[0].halfindex[0][0]=DD;
   gPieceType[163].mytype[0].halfindex[0][1]=RR;
  
   gPieceType[163].mytype[0].halfindex[1][0]=RR;
   gPieceType[163].mytype[0].halfindex[1][1]=LL;
   
   gPieceType[163].mytype[0].halfindex[2][0]=LL;
   gPieceType[163].mytype[0].halfindex[2][1]=DD;
  
   gPieceType[163].mytype[0].halfindex[3][0]=RR;
   gPieceType[163].mytype[0].halfindex[3][1]=LL;
   
   gPieceType[163].mytype[0].halfindex[6][0]=RR;
   gPieceType[163].mytype[0].halfindex[6][1]=LL;
  
   gPieceType[163].mytype[0].halfindex[8][0]=UU;
   gPieceType[163].mytype[0].halfindex[8][1]=LL;
   
       //---------------------- 164 --------------//
   gPieceType[164].totalnum=9; 
   gPieceType[164].num0=3;
   gPieceType[164].num1=6;
  
   gPieceType[164].mytype[0].loc[0].h=1;
   gPieceType[164].mytype[0].loc[0].v=0;
   
   gPieceType[164].mytype[0].loc[1].h=0;
   gPieceType[164].mytype[0].loc[1].v=1;
   
   gPieceType[164].mytype[0].loc[2].h=1;
   gPieceType[164].mytype[0].loc[2].v=1;
  
   gPieceType[164].mytype[0].loc[3].h=2;
   gPieceType[164].mytype[0].loc[3].v=1;
   
   gPieceType[164].mytype[0].loc[4].h=3;
   gPieceType[164].mytype[0].loc[4].v=1;
   
   gPieceType[164].mytype[0].loc[5].h=0;
   gPieceType[164].mytype[0].loc[5].v=2;
   
   gPieceType[164].mytype[0].loc[6].h=1;
   gPieceType[164].mytype[0].loc[6].v=2;
   
   gPieceType[164].mytype[0].loc[7].h=2;
   gPieceType[164].mytype[0].loc[7].v=2;
   
   gPieceType[164].mytype[0].loc[8].h=1;
   gPieceType[164].mytype[0].loc[8].v=3;


   gPieceType[164].mytype[0].full[0]=false;
   gPieceType[164].mytype[0].full[1]=false;
   gPieceType[164].mytype[0].full[2]=true;
   gPieceType[164].mytype[0].full[3]=true;
   gPieceType[164].mytype[0].full[4]=false;
   gPieceType[164].mytype[0].full[5]=false;
   gPieceType[164].mytype[0].full[6]=true;
   gPieceType[164].mytype[0].full[7]=false;
   gPieceType[164].mytype[0].full[8]=false;
   
   gPieceType[164].mytype[0].up[0]=true;
   gPieceType[164].mytype[0].up[1]=true;
   gPieceType[164].mytype[0].up[2]=false;
   gPieceType[164].mytype[0].up[3]=true;
   gPieceType[164].mytype[0].up[4]=false;
   gPieceType[164].mytype[0].up[5]=false;
   gPieceType[164].mytype[0].up[6]=true;
   gPieceType[164].mytype[0].up[7]=false;
   gPieceType[164].mytype[0].up[8]=false;
   
   gPieceType[164].mytype[0].halfindex[0][0]=DD;
   gPieceType[164].mytype[0].halfindex[0][1]=LL;
  
   gPieceType[164].mytype[0].halfindex[1][0]=RR;
   gPieceType[164].mytype[0].halfindex[1][1]=DD;
   
   gPieceType[164].mytype[0].halfindex[4][0]=LL;
   gPieceType[164].mytype[0].halfindex[4][1]=UU;
  
   gPieceType[164].mytype[0].halfindex[5][0]=RR;
   gPieceType[164].mytype[0].halfindex[5][1]=UU;
   
   gPieceType[164].mytype[0].halfindex[7][0]=UU;
   gPieceType[164].mytype[0].halfindex[7][1]=LL;
  
   gPieceType[164].mytype[0].halfindex[8][0]=UU;
   gPieceType[164].mytype[0].halfindex[8][1]=RR;
   
       //---------------------- 165 --------------//
   gPieceType[165].totalnum=9; 
   gPieceType[165].num0=3;
   gPieceType[165].num1=6;
  
   gPieceType[165].mytype[0].loc[0].h=2;
   gPieceType[165].mytype[0].loc[0].v=0;
   
   gPieceType[165].mytype[0].loc[1].h=1;
   gPieceType[165].mytype[0].loc[1].v=1;
   
   gPieceType[165].mytype[0].loc[2].h=2;
   gPieceType[165].mytype[0].loc[2].v=1;
  
   gPieceType[165].mytype[0].loc[3].h=3;
   gPieceType[165].mytype[0].loc[3].v=1;
   
   gPieceType[165].mytype[0].loc[4].h=0;
   gPieceType[165].mytype[0].loc[4].v=2;
   
   gPieceType[165].mytype[0].loc[5].h=1;
   gPieceType[165].mytype[0].loc[5].v=2;
   
   gPieceType[165].mytype[0].loc[6].h=2;
   gPieceType[165].mytype[0].loc[6].v=2;
   
   gPieceType[165].mytype[0].loc[7].h=3;
   gPieceType[165].mytype[0].loc[7].v=2;
   
   gPieceType[165].mytype[0].loc[8].h=2;
   gPieceType[165].mytype[0].loc[8].v=3;


   gPieceType[165].mytype[0].full[0]=false;
   gPieceType[165].mytype[0].full[1]=false;
   gPieceType[165].mytype[0].full[2]=true;
   gPieceType[165].mytype[0].full[3]=false;
   gPieceType[165].mytype[0].full[4]=false;
   gPieceType[165].mytype[0].full[5]=true;
   gPieceType[165].mytype[0].full[6]=true;
   gPieceType[165].mytype[0].full[7]=false;
   gPieceType[165].mytype[0].full[8]=false;
   
   gPieceType[165].mytype[0].up[0]=true;
   gPieceType[165].mytype[0].up[1]=true;
   gPieceType[165].mytype[0].up[2]=false;
   gPieceType[165].mytype[0].up[3]=true;
   gPieceType[165].mytype[0].up[4]=true;
   gPieceType[165].mytype[0].up[5]=false;
   gPieceType[165].mytype[0].up[6]=true;
   gPieceType[165].mytype[0].up[7]=false;
   gPieceType[165].mytype[0].up[8]=false;
   
   gPieceType[165].mytype[0].halfindex[0][0]=DD;
   gPieceType[165].mytype[0].halfindex[0][1]=LL;
  
   gPieceType[165].mytype[0].halfindex[1][0]=RR;
   gPieceType[165].mytype[0].halfindex[1][1]=DD;
   
   gPieceType[165].mytype[0].halfindex[3][0]=DD;
   gPieceType[165].mytype[0].halfindex[3][1]=LL;
  
   gPieceType[165].mytype[0].halfindex[4][0]=RR;
   gPieceType[165].mytype[0].halfindex[4][1]=LL;
   
   gPieceType[165].mytype[0].halfindex[7][0]=UU;
   gPieceType[165].mytype[0].halfindex[7][1]=LL;
  
   gPieceType[165].mytype[0].halfindex[8][0]=UU;
   gPieceType[165].mytype[0].halfindex[8][1]=LL;
   
       //---------------------- 166 --------------//
   gPieceType[166].totalnum=8; 
   gPieceType[166].num0=4;
   gPieceType[166].num1=4;
  
   gPieceType[166].mytype[0].loc[0].h=0;
   gPieceType[166].mytype[0].loc[0].v=0;
   
   gPieceType[166].mytype[0].loc[1].h=1;
   gPieceType[166].mytype[0].loc[1].v=0;
   
   gPieceType[166].mytype[0].loc[2].h=2;
   gPieceType[166].mytype[0].loc[2].v=0;
  
   gPieceType[166].mytype[0].loc[3].h=0;
   gPieceType[166].mytype[0].loc[3].v=1;
   
   gPieceType[166].mytype[0].loc[4].h=1;
   gPieceType[166].mytype[0].loc[4].v=1;
   
   gPieceType[166].mytype[0].loc[5].h=2;
   gPieceType[166].mytype[0].loc[5].v=1;
   
   gPieceType[166].mytype[0].loc[6].h=3;
   gPieceType[166].mytype[0].loc[6].v=1;
   
   gPieceType[166].mytype[0].loc[7].h=3;
   gPieceType[166].mytype[0].loc[7].v=2;
   
 
   gPieceType[166].mytype[0].full[0]=false;
   gPieceType[166].mytype[0].full[1]=true;
   gPieceType[166].mytype[0].full[2]=false;
   gPieceType[166].mytype[0].full[3]=false;
   gPieceType[166].mytype[0].full[4]=true;
   gPieceType[166].mytype[0].full[5]=true;
   gPieceType[166].mytype[0].full[6]=true;
   gPieceType[166].mytype[0].full[7]=false;
   
   gPieceType[166].mytype[0].up[0]=true;
   gPieceType[166].mytype[0].up[1]=false;
   gPieceType[166].mytype[0].up[2]=true;
   gPieceType[166].mytype[0].up[3]=false;
   gPieceType[166].mytype[0].up[4]=true;
   gPieceType[166].mytype[0].up[5]=false;
   gPieceType[166].mytype[0].up[6]=true;
   gPieceType[166].mytype[0].up[7]=false;
   
   gPieceType[166].mytype[0].halfindex[0][0]=RR;
   gPieceType[166].mytype[0].halfindex[0][1]=DD;
  
   gPieceType[166].mytype[0].halfindex[2][0]=LL;
   gPieceType[166].mytype[0].halfindex[2][1]=DD;
   
   gPieceType[166].mytype[0].halfindex[3][0]=RR;
   gPieceType[166].mytype[0].halfindex[3][1]=UU;
  
   gPieceType[166].mytype[0].halfindex[7][0]=UU;
   gPieceType[166].mytype[0].halfindex[7][1]=RR;
   
       //---------------------- 167 --------------//
   gPieceType[167].totalnum=8; 
   gPieceType[167].num0=4;
   gPieceType[167].num1=4;
  
   gPieceType[167].mytype[0].loc[0].h=0;
   gPieceType[167].mytype[0].loc[0].v=0;
   
   gPieceType[167].mytype[0].loc[1].h=1;
   gPieceType[167].mytype[0].loc[1].v=0;
   
   gPieceType[167].mytype[0].loc[2].h=2;
   gPieceType[167].mytype[0].loc[2].v=0;
  
   gPieceType[167].mytype[0].loc[3].h=0;
   gPieceType[167].mytype[0].loc[3].v=1;
   
   gPieceType[167].mytype[0].loc[4].h=1;
   gPieceType[167].mytype[0].loc[4].v=1;
   
   gPieceType[167].mytype[0].loc[5].h=2;
   gPieceType[167].mytype[0].loc[5].v=1;
   
   gPieceType[167].mytype[0].loc[6].h=3;
   gPieceType[167].mytype[0].loc[6].v=1;
   
   gPieceType[167].mytype[0].loc[7].h=1;
   gPieceType[167].mytype[0].loc[7].v=2;
   
 
   gPieceType[167].mytype[0].full[0]=false;
   gPieceType[167].mytype[0].full[1]=true;
   gPieceType[167].mytype[0].full[2]=false;
   gPieceType[167].mytype[0].full[3]=false;
   gPieceType[167].mytype[0].full[4]=true;
   gPieceType[167].mytype[0].full[5]=true;
   gPieceType[167].mytype[0].full[6]=true;
   gPieceType[167].mytype[0].full[7]=false;
   
   gPieceType[167].mytype[0].up[0]=true;
   gPieceType[167].mytype[0].up[1]=false;
   gPieceType[167].mytype[0].up[2]=true;
   gPieceType[167].mytype[0].up[3]=false;
   gPieceType[167].mytype[0].up[4]=true;
   gPieceType[167].mytype[0].up[5]=false;
   gPieceType[167].mytype[0].up[6]=true;
   gPieceType[167].mytype[0].up[7]=false;
   
   gPieceType[167].mytype[0].halfindex[0][0]=RR;
   gPieceType[167].mytype[0].halfindex[0][1]=DD;
  
   gPieceType[167].mytype[0].halfindex[2][0]=LL;
   gPieceType[167].mytype[0].halfindex[2][1]=DD;
   
   gPieceType[167].mytype[0].halfindex[3][0]=RR;
   gPieceType[167].mytype[0].halfindex[3][1]=UU;
  
   gPieceType[167].mytype[0].halfindex[7][0]=UU;
   gPieceType[167].mytype[0].halfindex[7][1]=LL;
   
       //---------------------- 168 --------------//
   gPieceType[168].totalnum=8; 
   gPieceType[168].num0=4;
   gPieceType[168].num1=4;
  
   gPieceType[168].mytype[0].loc[0].h=0;
   gPieceType[168].mytype[0].loc[0].v=0;
   
   gPieceType[168].mytype[0].loc[1].h=1;
   gPieceType[168].mytype[0].loc[1].v=0;
   
   gPieceType[168].mytype[0].loc[2].h=2;
   gPieceType[168].mytype[0].loc[2].v=0;
  
   gPieceType[168].mytype[0].loc[3].h=0;
   gPieceType[168].mytype[0].loc[3].v=1;
   
   gPieceType[168].mytype[0].loc[4].h=1;
   gPieceType[168].mytype[0].loc[4].v=1;
   
   gPieceType[168].mytype[0].loc[5].h=2;
   gPieceType[168].mytype[0].loc[5].v=1;
   
   gPieceType[168].mytype[0].loc[6].h=3;
   gPieceType[168].mytype[0].loc[6].v=1;
   
   gPieceType[168].mytype[0].loc[7].h=3;
   gPieceType[168].mytype[0].loc[7].v=2;
   
 
   gPieceType[168].mytype[0].full[0]=false;
   gPieceType[168].mytype[0].full[1]=true;
   gPieceType[168].mytype[0].full[2]=false;
   gPieceType[168].mytype[0].full[3]=false;
   gPieceType[168].mytype[0].full[4]=true;
   gPieceType[168].mytype[0].full[5]=true;
   gPieceType[168].mytype[0].full[6]=true;
   gPieceType[168].mytype[0].full[7]=false;
   
   gPieceType[168].mytype[0].up[0]=true;
   gPieceType[168].mytype[0].up[1]=false;
   gPieceType[168].mytype[0].up[2]=true;
   gPieceType[168].mytype[0].up[3]=false;
   gPieceType[168].mytype[0].up[4]=true;
   gPieceType[168].mytype[0].up[5]=false;
   gPieceType[168].mytype[0].up[6]=true;
   gPieceType[168].mytype[0].up[7]=false;
   
   gPieceType[168].mytype[0].halfindex[0][0]=RR;
   gPieceType[168].mytype[0].halfindex[0][1]=DD;
  
   gPieceType[168].mytype[0].halfindex[2][0]=DD;
   gPieceType[168].mytype[0].halfindex[2][1]=LL;
   
   gPieceType[168].mytype[0].halfindex[3][0]=RR;
   gPieceType[168].mytype[0].halfindex[3][1]=UU;
  
   gPieceType[168].mytype[0].halfindex[7][0]=UU;
   gPieceType[168].mytype[0].halfindex[7][1]=RR;
   
       //---------------------- 169 --------------//
   gPieceType[169].totalnum=8; 
   gPieceType[169].num0=4;
   gPieceType[169].num1=4;
  
   gPieceType[169].mytype[0].loc[0].h=2;
   gPieceType[169].mytype[0].loc[0].v=0;
   
   gPieceType[169].mytype[0].loc[1].h=0;
   gPieceType[169].mytype[0].loc[1].v=1;
   
   gPieceType[169].mytype[0].loc[2].h=1;
   gPieceType[169].mytype[0].loc[2].v=1;
  
   gPieceType[169].mytype[0].loc[3].h=2;
   gPieceType[169].mytype[0].loc[3].v=1;
   
   gPieceType[169].mytype[0].loc[4].h=3;
   gPieceType[169].mytype[0].loc[4].v=1;
   
   gPieceType[169].mytype[0].loc[5].h=1;
   gPieceType[169].mytype[0].loc[5].v=2;
   
   gPieceType[169].mytype[0].loc[6].h=2;
   gPieceType[169].mytype[0].loc[6].v=2;
   
   gPieceType[169].mytype[0].loc[7].h=3;
   gPieceType[169].mytype[0].loc[7].v=2;
   
 
   gPieceType[169].mytype[0].full[0]=false;
   gPieceType[169].mytype[0].full[1]=false;
   gPieceType[169].mytype[0].full[2]=true;
   gPieceType[169].mytype[0].full[3]=true;
   gPieceType[169].mytype[0].full[4]=true;
   gPieceType[169].mytype[0].full[5]=false;
   gPieceType[169].mytype[0].full[6]=true;
   gPieceType[169].mytype[0].full[7]=false;
   
   gPieceType[169].mytype[0].up[0]=true;
   gPieceType[169].mytype[0].up[1]=false;
   gPieceType[169].mytype[0].up[2]=true;
   gPieceType[169].mytype[0].up[3]=false;
   gPieceType[169].mytype[0].up[4]=true;
   gPieceType[169].mytype[0].up[5]=false;
   gPieceType[169].mytype[0].up[6]=true;
   gPieceType[169].mytype[0].up[7]=false;
   
   gPieceType[169].mytype[0].halfindex[0][0]=DD;
   gPieceType[169].mytype[0].halfindex[0][1]=LL;
  
   gPieceType[169].mytype[0].halfindex[1][0]=RR;
   gPieceType[169].mytype[0].halfindex[1][1]=LL;
   
   gPieceType[169].mytype[0].halfindex[5][0]=RR;
   gPieceType[169].mytype[0].halfindex[5][1]=UU;
  
   gPieceType[169].mytype[0].halfindex[7][0]=LL;
   gPieceType[169].mytype[0].halfindex[7][1]=UU;
   
 
   
   
}

}