//------------------ SetUpPieceClass20 -------------------//


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

public class  mySetUpPiece20
{
 final int     RR=0,  LL=1, DD= 2,UU =3;
 
void TP_DoSetUpEternityPiece20(myPieceTypeClass gPieceType[])
{
   //---------------------- 200 --------------//
   gPieceType[200].totalnum=8; 
   gPieceType[200].num0=4;
   gPieceType[200].num1=4;
  
   gPieceType[200].mytype[0].loc[0].h=1;
   gPieceType[200].mytype[0].loc[0].v=0;
   
   gPieceType[200].mytype[0].loc[1].h=2;
   gPieceType[200].mytype[0].loc[1].v=0;
   
   gPieceType[200].mytype[0].loc[2].h=3;
   gPieceType[200].mytype[0].loc[2].v=0;
  
   gPieceType[200].mytype[0].loc[3].h=0;
   gPieceType[200].mytype[0].loc[3].v=1;
   
   gPieceType[200].mytype[0].loc[4].h=1;
   gPieceType[200].mytype[0].loc[4].v=1;
   
   gPieceType[200].mytype[0].loc[5].h=2;
   gPieceType[200].mytype[0].loc[5].v=1;
   
   gPieceType[200].mytype[0].loc[6].h=3;
   gPieceType[200].mytype[0].loc[6].v=1;
   
   gPieceType[200].mytype[0].loc[7].h=4;
   gPieceType[200].mytype[0].loc[7].v=1;
   
 
   gPieceType[200].mytype[0].full[0]=false;
   gPieceType[200].mytype[0].full[1]=false;
   gPieceType[200].mytype[0].full[2]=true;
   gPieceType[200].mytype[0].full[3]=true;
   gPieceType[200].mytype[0].full[4]=true;
   gPieceType[200].mytype[0].full[5]=false;
   gPieceType[200].mytype[0].full[6]=true;
   gPieceType[200].mytype[0].full[7]=false;
   
   gPieceType[200].mytype[0].up[0]=true;
   gPieceType[200].mytype[0].up[1]=false;
   gPieceType[200].mytype[0].up[2]=true;
   gPieceType[200].mytype[0].up[3]=true;
   gPieceType[200].mytype[0].up[4]=false;
   gPieceType[200].mytype[0].up[5]=true;
   gPieceType[200].mytype[0].up[6]=false;
   gPieceType[200].mytype[0].up[7]=true;
  
   
   gPieceType[200].mytype[0].halfindex[0][0]=RR;
   gPieceType[200].mytype[0].halfindex[0][1]=DD;
  
   gPieceType[200].mytype[0].halfindex[1][0]=LL;
   gPieceType[200].mytype[0].halfindex[1][1]=RR;
   
   gPieceType[200].mytype[0].halfindex[5][0]=LL;
   gPieceType[200].mytype[0].halfindex[5][1]=RR;
  
   gPieceType[200].mytype[0].halfindex[7][0]=LL;
   gPieceType[200].mytype[0].halfindex[7][1]=RR;
   
   
   //---------------------- 201 --------------//
   gPieceType[201].totalnum=8; 
   gPieceType[201].num0=4;
   gPieceType[201].num1=4;
  
   gPieceType[201].mytype[0].loc[0].h=0;
   gPieceType[201].mytype[0].loc[0].v=0;
   
   gPieceType[201].mytype[0].loc[1].h=1;
   gPieceType[201].mytype[0].loc[1].v=0;
   
   gPieceType[201].mytype[0].loc[2].h=2;
   gPieceType[201].mytype[0].loc[2].v=0;
  
   gPieceType[201].mytype[0].loc[3].h=3;
   gPieceType[201].mytype[0].loc[3].v=0;
   
   gPieceType[201].mytype[0].loc[4].h=0;
   gPieceType[201].mytype[0].loc[4].v=1;
   
   gPieceType[201].mytype[0].loc[5].h=1;
   gPieceType[201].mytype[0].loc[5].v=1;
   
   gPieceType[201].mytype[0].loc[6].h=2;
   gPieceType[201].mytype[0].loc[6].v=1;
   
   gPieceType[201].mytype[0].loc[7].h=3;
   gPieceType[201].mytype[0].loc[7].v=1;
   
 
   gPieceType[201].mytype[0].full[0]=true;
   gPieceType[201].mytype[0].full[1]=false;
   gPieceType[201].mytype[0].full[2]=true;
   gPieceType[201].mytype[0].full[3]=false;
   gPieceType[201].mytype[0].full[4]=true;
   gPieceType[201].mytype[0].full[5]=false;
   gPieceType[201].mytype[0].full[6]=true;
   gPieceType[201].mytype[0].full[7]=false;
   
   gPieceType[201].mytype[0].up[0]=true;
   gPieceType[201].mytype[0].up[1]=false;
   gPieceType[201].mytype[0].up[2]=true;
   gPieceType[201].mytype[0].up[3]=false;
   gPieceType[201].mytype[0].up[4]=false;
   gPieceType[201].mytype[0].up[5]=true;
   gPieceType[201].mytype[0].up[6]=false;
   gPieceType[201].mytype[0].up[7]=true;
  
   
   gPieceType[201].mytype[0].halfindex[1][0]=LL;
   gPieceType[201].mytype[0].halfindex[1][1]=RR;
  
   gPieceType[201].mytype[0].halfindex[3][0]=LL;
   gPieceType[201].mytype[0].halfindex[3][1]=UU;
   
   gPieceType[201].mytype[0].halfindex[5][0]=RR;
   gPieceType[201].mytype[0].halfindex[5][1]=LL;
  
   gPieceType[201].mytype[0].halfindex[7][0]=LL;
   gPieceType[201].mytype[0].halfindex[7][1]=RR;


  //---------------------- 202 --------------//
   gPieceType[202].totalnum=8; 
   gPieceType[202].num0=4;
   gPieceType[202].num1=4;
  
   gPieceType[202].mytype[0].loc[0].h=0;
   gPieceType[202].mytype[0].loc[0].v=0;
   
   gPieceType[202].mytype[0].loc[1].h=1;
   gPieceType[202].mytype[0].loc[1].v=0;
   
   gPieceType[202].mytype[0].loc[2].h=2;
   gPieceType[202].mytype[0].loc[2].v=0;
  
   gPieceType[202].mytype[0].loc[3].h=3;
   gPieceType[202].mytype[0].loc[3].v=0;
   
   gPieceType[202].mytype[0].loc[4].h=0;
   gPieceType[202].mytype[0].loc[4].v=1;
   
   gPieceType[202].mytype[0].loc[5].h=1;
   gPieceType[202].mytype[0].loc[5].v=1;
   
   gPieceType[202].mytype[0].loc[6].h=2;
   gPieceType[202].mytype[0].loc[6].v=1;
   
   gPieceType[202].mytype[0].loc[7].h=3;
   gPieceType[202].mytype[0].loc[7].v=1;
   
 
   gPieceType[202].mytype[0].full[0]=true;
   gPieceType[202].mytype[0].full[1]=false;
   gPieceType[202].mytype[0].full[2]=true;
   gPieceType[202].mytype[0].full[3]=false;
   gPieceType[202].mytype[0].full[4]=true;
   gPieceType[202].mytype[0].full[5]=false;
   gPieceType[202].mytype[0].full[6]=true;
   gPieceType[202].mytype[0].full[7]=false;
   
   gPieceType[202].mytype[0].up[0]=true;
   gPieceType[202].mytype[0].up[1]=false;
   gPieceType[202].mytype[0].up[2]=true;
   gPieceType[202].mytype[0].up[3]=false;
   gPieceType[202].mytype[0].up[4]=false;
   gPieceType[202].mytype[0].up[5]=true;
   gPieceType[202].mytype[0].up[6]=false;
   gPieceType[202].mytype[0].up[7]=true;
  
   
   gPieceType[202].mytype[0].halfindex[1][0]=LL;
   gPieceType[202].mytype[0].halfindex[1][1]=RR;
  
   gPieceType[202].mytype[0].halfindex[3][0]=LL;
   gPieceType[202].mytype[0].halfindex[3][1]=UU;
   
   gPieceType[202].mytype[0].halfindex[5][0]=RR;
   gPieceType[202].mytype[0].halfindex[5][1]=LL;
  
   gPieceType[202].mytype[0].halfindex[7][0]=LL;
   gPieceType[202].mytype[0].halfindex[7][1]=DD;
   
     //---------------------- 203 --------------//
   gPieceType[203].totalnum=8; 
   gPieceType[203].num0=4;
   gPieceType[203].num1=4;
  
   gPieceType[203].mytype[0].loc[0].h=1;
   gPieceType[203].mytype[0].loc[0].v=0;
   
   gPieceType[203].mytype[0].loc[1].h=2;
   gPieceType[203].mytype[0].loc[1].v=0;
   
   gPieceType[203].mytype[0].loc[2].h=3;
   gPieceType[203].mytype[0].loc[2].v=0;
  
   gPieceType[203].mytype[0].loc[3].h=4;
   gPieceType[203].mytype[0].loc[3].v=0;
   
   gPieceType[203].mytype[0].loc[4].h=0;
   gPieceType[203].mytype[0].loc[4].v=1;
   
   gPieceType[203].mytype[0].loc[5].h=1;
   gPieceType[203].mytype[0].loc[5].v=1;
   
   gPieceType[203].mytype[0].loc[6].h=2;
   gPieceType[203].mytype[0].loc[6].v=1;
   
   gPieceType[203].mytype[0].loc[7].h=3;
   gPieceType[203].mytype[0].loc[7].v=1;
   
 
   gPieceType[203].mytype[0].full[0]=true;
   gPieceType[203].mytype[0].full[1]=false;
   gPieceType[203].mytype[0].full[2]=true;
   gPieceType[203].mytype[0].full[3]=false;
   gPieceType[203].mytype[0].full[4]=false;
   gPieceType[203].mytype[0].full[5]=true;
   gPieceType[203].mytype[0].full[6]=false;
   gPieceType[203].mytype[0].full[7]=true;
   
   gPieceType[203].mytype[0].up[0]=true;
   gPieceType[203].mytype[0].up[1]=false;
   gPieceType[203].mytype[0].up[2]=true;
   gPieceType[203].mytype[0].up[3]=false;
   gPieceType[203].mytype[0].up[4]=true;
   gPieceType[203].mytype[0].up[5]=false;
   gPieceType[203].mytype[0].up[6]=true;
   gPieceType[203].mytype[0].up[7]=false;
  
   
   gPieceType[203].mytype[0].halfindex[1][0]=LL;
   gPieceType[203].mytype[0].halfindex[1][1]=RR;
  
   gPieceType[203].mytype[0].halfindex[3][0]=LL;
   gPieceType[203].mytype[0].halfindex[3][1]=UU;
   
   gPieceType[203].mytype[0].halfindex[4][0]=RR;
   gPieceType[203].mytype[0].halfindex[4][1]=LL;
  
   gPieceType[203].mytype[0].halfindex[6][0]=RR;
   gPieceType[203].mytype[0].halfindex[6][1]=LL;
   
    //---------------------- 204 --------------//
   gPieceType[204].totalnum=8; 
   gPieceType[204].num0=4;
   gPieceType[204].num1=4;
  
   gPieceType[204].mytype[0].loc[0].h=0;
   gPieceType[204].mytype[0].loc[0].v=0;
   
   gPieceType[204].mytype[0].loc[1].h=1;
   gPieceType[204].mytype[0].loc[1].v=0;
   
   gPieceType[204].mytype[0].loc[2].h=2;
   gPieceType[204].mytype[0].loc[2].v=0;
  
   gPieceType[204].mytype[0].loc[3].h=3;
   gPieceType[204].mytype[0].loc[3].v=0;
   
   gPieceType[204].mytype[0].loc[4].h=0;
   gPieceType[204].mytype[0].loc[4].v=1;
   
   gPieceType[204].mytype[0].loc[5].h=1;
   gPieceType[204].mytype[0].loc[5].v=1;
   
   gPieceType[204].mytype[0].loc[6].h=2;
   gPieceType[204].mytype[0].loc[6].v=1;
   
   gPieceType[204].mytype[0].loc[7].h=3;
   gPieceType[204].mytype[0].loc[7].v=1;
   
 
   gPieceType[204].mytype[0].full[0]=true;
   gPieceType[204].mytype[0].full[1]=false;
   gPieceType[204].mytype[0].full[2]=true;
   gPieceType[204].mytype[0].full[3]=false;
   gPieceType[204].mytype[0].full[4]=true;
   gPieceType[204].mytype[0].full[5]=false;
   gPieceType[204].mytype[0].full[6]=true;
   gPieceType[204].mytype[0].full[7]=false;
   
   gPieceType[204].mytype[0].up[0]=true;
   gPieceType[204].mytype[0].up[1]=false;
   gPieceType[204].mytype[0].up[2]=true;
   gPieceType[204].mytype[0].up[3]=false;
   gPieceType[204].mytype[0].up[4]=false;
   gPieceType[204].mytype[0].up[5]=true;
   gPieceType[204].mytype[0].up[6]=false;
   gPieceType[204].mytype[0].up[7]=true;
  
   
   gPieceType[204].mytype[0].halfindex[1][0]=LL;
   gPieceType[204].mytype[0].halfindex[1][1]=RR;
  
   gPieceType[204].mytype[0].halfindex[3][0]=LL;
   gPieceType[204].mytype[0].halfindex[3][1]=RR;
   
   gPieceType[204].mytype[0].halfindex[5][0]=RR;
   gPieceType[204].mytype[0].halfindex[5][1]=LL;
  
   gPieceType[204].mytype[0].halfindex[7][0]=LL;
   gPieceType[204].mytype[0].halfindex[7][1]=RR;
   
     //---------------------- 205 --------------//
   gPieceType[205].totalnum=8; 
   gPieceType[205].num0=4;
   gPieceType[205].num1=4;
  
   gPieceType[205].mytype[0].loc[0].h=0;
   gPieceType[205].mytype[0].loc[0].v=0;
   
   gPieceType[205].mytype[0].loc[1].h=1;
   gPieceType[205].mytype[0].loc[1].v=0;
   
   gPieceType[205].mytype[0].loc[2].h=2;
   gPieceType[205].mytype[0].loc[2].v=0;
  
   gPieceType[205].mytype[0].loc[3].h=3;
   gPieceType[205].mytype[0].loc[3].v=0;
   
   gPieceType[205].mytype[0].loc[4].h=1;
   gPieceType[205].mytype[0].loc[4].v=1;
   
   gPieceType[205].mytype[0].loc[5].h=2;
   gPieceType[205].mytype[0].loc[5].v=1;
   
   gPieceType[205].mytype[0].loc[6].h=3;
   gPieceType[205].mytype[0].loc[6].v=1;
   
   gPieceType[205].mytype[0].loc[7].h=4;
   gPieceType[205].mytype[0].loc[7].v=1;
   
 
   gPieceType[205].mytype[0].full[0]=false;
   gPieceType[205].mytype[0].full[1]=true;
   gPieceType[205].mytype[0].full[2]=false;
   gPieceType[205].mytype[0].full[3]=true;
   gPieceType[205].mytype[0].full[4]=true;
   gPieceType[205].mytype[0].full[5]=false;
   gPieceType[205].mytype[0].full[6]=true;
   gPieceType[205].mytype[0].full[7]=false;
   
   gPieceType[205].mytype[0].up[0]=false;
   gPieceType[205].mytype[0].up[1]=true;
   gPieceType[205].mytype[0].up[2]=false;
   gPieceType[205].mytype[0].up[3]=true;
   gPieceType[205].mytype[0].up[4]=false;
   gPieceType[205].mytype[0].up[5]=true;
   gPieceType[205].mytype[0].up[6]=false;
   gPieceType[205].mytype[0].up[7]=true;
  
   
   gPieceType[205].mytype[0].halfindex[0][0]=RR;
   gPieceType[205].mytype[0].halfindex[0][1]=UU;
  
   gPieceType[205].mytype[0].halfindex[2][0]=LL;
   gPieceType[205].mytype[0].halfindex[2][1]=RR;
   
   gPieceType[205].mytype[0].halfindex[5][0]=RR;
   gPieceType[205].mytype[0].halfindex[5][1]=LL;
  
   gPieceType[205].mytype[0].halfindex[7][0]=LL;
   gPieceType[205].mytype[0].halfindex[7][1]=RR;
   
     //---------------------- 206 --------------//
   gPieceType[206].totalnum=8; 
   gPieceType[206].num0=4;
   gPieceType[206].num1=4;
  
   gPieceType[206].mytype[0].loc[0].h=0;
   gPieceType[206].mytype[0].loc[0].v=0;
   
   gPieceType[206].mytype[0].loc[1].h=1;
   gPieceType[206].mytype[0].loc[1].v=0;
   
   gPieceType[206].mytype[0].loc[2].h=2;
   gPieceType[206].mytype[0].loc[2].v=0;
  
   gPieceType[206].mytype[0].loc[3].h=3;
   gPieceType[206].mytype[0].loc[3].v=0;
   
   gPieceType[206].mytype[0].loc[4].h=0;
   gPieceType[206].mytype[0].loc[4].v=1;
   
   gPieceType[206].mytype[0].loc[5].h=1;
   gPieceType[206].mytype[0].loc[5].v=1;
   
   gPieceType[206].mytype[0].loc[6].h=2;
   gPieceType[206].mytype[0].loc[6].v=1;
   
   gPieceType[206].mytype[0].loc[7].h=3;
   gPieceType[206].mytype[0].loc[7].v=1;
   
 
   gPieceType[206].mytype[0].full[0]=true;
   gPieceType[206].mytype[0].full[1]=false;
   gPieceType[206].mytype[0].full[2]=true;
   gPieceType[206].mytype[0].full[3]=false;
   gPieceType[206].mytype[0].full[4]=true;
   gPieceType[206].mytype[0].full[5]=false;
   gPieceType[206].mytype[0].full[6]=true;
   gPieceType[206].mytype[0].full[7]=false;
   
   gPieceType[206].mytype[0].up[0]=true;
   gPieceType[206].mytype[0].up[1]=false;
   gPieceType[206].mytype[0].up[2]=true;
   gPieceType[206].mytype[0].up[3]=false;
   gPieceType[206].mytype[0].up[4]=false;
   gPieceType[206].mytype[0].up[5]=true;
   gPieceType[206].mytype[0].up[6]=false;
   gPieceType[206].mytype[0].up[7]=true;
  
   
   gPieceType[206].mytype[0].halfindex[1][0]=LL;
   gPieceType[206].mytype[0].halfindex[1][1]=RR;
  
   gPieceType[206].mytype[0].halfindex[3][0]=LL;
   gPieceType[206].mytype[0].halfindex[3][1]=UU;
   
   gPieceType[206].mytype[0].halfindex[5][0]=LL;
   gPieceType[206].mytype[0].halfindex[5][1]=RR;
  
   gPieceType[206].mytype[0].halfindex[7][0]=LL;
   gPieceType[206].mytype[0].halfindex[7][1]=RR;
   
     //---------------------- 207 --------------//
   gPieceType[207].totalnum=8; 
   gPieceType[207].num0=4;
   gPieceType[207].num1=4;
  
   gPieceType[207].mytype[0].loc[0].h=1;
   gPieceType[207].mytype[0].loc[0].v=0;
   
   gPieceType[207].mytype[0].loc[1].h=2;
   gPieceType[207].mytype[0].loc[1].v=0;
   
   gPieceType[207].mytype[0].loc[2].h=3;
   gPieceType[207].mytype[0].loc[2].v=0;
  
   gPieceType[207].mytype[0].loc[3].h=4;
   gPieceType[207].mytype[0].loc[3].v=0;
   
   gPieceType[207].mytype[0].loc[4].h=0;
   gPieceType[207].mytype[0].loc[4].v=1;
   
   gPieceType[207].mytype[0].loc[5].h=1;
   gPieceType[207].mytype[0].loc[5].v=1;
   
   gPieceType[207].mytype[0].loc[6].h=2;
   gPieceType[207].mytype[0].loc[6].v=1;
   
   gPieceType[207].mytype[0].loc[7].h=3;
   gPieceType[207].mytype[0].loc[7].v=1;
   
 
   gPieceType[207].mytype[0].full[0]=true;
   gPieceType[207].mytype[0].full[1]=false;
   gPieceType[207].mytype[0].full[2]=true;
   gPieceType[207].mytype[0].full[3]=false;
   gPieceType[207].mytype[0].full[4]=false;
   gPieceType[207].mytype[0].full[5]=true;
   gPieceType[207].mytype[0].full[6]=false;
   gPieceType[207].mytype[0].full[7]=true;
   
   gPieceType[207].mytype[0].up[0]=true;
   gPieceType[207].mytype[0].up[1]=false;
   gPieceType[207].mytype[0].up[2]=true;
   gPieceType[207].mytype[0].up[3]=false;
   gPieceType[207].mytype[0].up[4]=true;
   gPieceType[207].mytype[0].up[5]=false;
   gPieceType[207].mytype[0].up[6]=true;
   gPieceType[207].mytype[0].up[7]=false;
  
   
   gPieceType[207].mytype[0].halfindex[1][0]=LL;
   gPieceType[207].mytype[0].halfindex[1][1]=RR;
  
   gPieceType[207].mytype[0].halfindex[3][0]=LL;
   gPieceType[207].mytype[0].halfindex[3][1]=UU;
   
   gPieceType[207].mytype[0].halfindex[4][0]=RR;
   gPieceType[207].mytype[0].halfindex[4][1]=DD;
  
   gPieceType[207].mytype[0].halfindex[6][0]=LL;
   gPieceType[207].mytype[0].halfindex[6][1]=RR;
   
       //---------------------- 208 --------------//
   gPieceType[208].totalnum=8; 
   gPieceType[208].num0=4;
   gPieceType[208].num1=4;
  
   gPieceType[208].mytype[0].loc[0].h=1;
   gPieceType[208].mytype[0].loc[0].v=0;
   
   gPieceType[208].mytype[0].loc[1].h=2;
   gPieceType[208].mytype[0].loc[1].v=0;
   
   gPieceType[208].mytype[0].loc[2].h=3;
   gPieceType[208].mytype[0].loc[2].v=0;
  
   gPieceType[208].mytype[0].loc[3].h=4;
   gPieceType[208].mytype[0].loc[3].v=0;
   
   gPieceType[208].mytype[0].loc[4].h=0;
   gPieceType[208].mytype[0].loc[4].v=1;
   
   gPieceType[208].mytype[0].loc[5].h=1;
   gPieceType[208].mytype[0].loc[5].v=1;
   
   gPieceType[208].mytype[0].loc[6].h=2;
   gPieceType[208].mytype[0].loc[6].v=1;
   
   gPieceType[208].mytype[0].loc[7].h=3;
   gPieceType[208].mytype[0].loc[7].v=1;
   
 
   gPieceType[208].mytype[0].full[0]=true;
   gPieceType[208].mytype[0].full[1]=false;
   gPieceType[208].mytype[0].full[2]=true;
   gPieceType[208].mytype[0].full[3]=false;
   gPieceType[208].mytype[0].full[4]=false;
   gPieceType[208].mytype[0].full[5]=true;
   gPieceType[208].mytype[0].full[6]=false;
   gPieceType[208].mytype[0].full[7]=true;
   
   gPieceType[208].mytype[0].up[0]=true;
   gPieceType[208].mytype[0].up[1]=false;
   gPieceType[208].mytype[0].up[2]=true;
   gPieceType[208].mytype[0].up[3]=false;
   gPieceType[208].mytype[0].up[4]=true;
   gPieceType[208].mytype[0].up[5]=false;
   gPieceType[208].mytype[0].up[6]=true;
   gPieceType[208].mytype[0].up[7]=false;
  
   
   gPieceType[208].mytype[0].halfindex[1][0]=LL;
   gPieceType[208].mytype[0].halfindex[1][1]=RR;
  
   gPieceType[208].mytype[0].halfindex[3][0]=LL;
   gPieceType[208].mytype[0].halfindex[3][1]=RR;
   
   gPieceType[208].mytype[0].halfindex[4][0]=RR;
   gPieceType[208].mytype[0].halfindex[4][1]=DD;
  
   gPieceType[208].mytype[0].halfindex[6][0]=LL;
   gPieceType[208].mytype[0].halfindex[6][1]=RR;
}

}