//------------------ SetUpPieceClass15 -------------------//


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

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

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


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


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


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


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


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


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


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


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

}