//------------------ SetUpPieceClass14 -------------------//


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

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

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


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


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


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


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


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


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


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


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


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


   gPieceType[149].mytype[0].full[0]=false;
   gPieceType[149].mytype[0].full[1]=false;
   gPieceType[149].mytype[0].full[2]=true;
   gPieceType[149].mytype[0].full[3]=true;
   gPieceType[149].mytype[0].full[4]=true;
   gPieceType[149].mytype[0].full[5]=false;
   gPieceType[149].mytype[0].full[6]=false;
   gPieceType[149].mytype[0].full[7]=false;
   gPieceType[149].mytype[0].full[8]=false;
   
   gPieceType[149].mytype[0].up[0]=true;
   gPieceType[149].mytype[0].up[1]=false;
   gPieceType[149].mytype[0].up[2]=true;
   gPieceType[149].mytype[0].up[3]=false;
   gPieceType[149].mytype[0].up[4]=true;
   gPieceType[149].mytype[0].up[5]=false;
   gPieceType[149].mytype[0].up[6]=false;
   gPieceType[149].mytype[0].up[7]=true;
   gPieceType[149].mytype[0].up[8]=false;
   
   gPieceType[149].mytype[0].halfindex[0][0]=DD;
   gPieceType[149].mytype[0].halfindex[0][1]=LL;
  
   gPieceType[149].mytype[0].halfindex[1][0]=RR;
   gPieceType[149].mytype[0].halfindex[1][1]=UU;
   
   gPieceType[149].mytype[0].halfindex[5][0]=LL;
   gPieceType[149].mytype[0].halfindex[5][1]=UU;
  
   gPieceType[149].mytype[0].halfindex[6][0]=UU;
   gPieceType[149].mytype[0].halfindex[6][1]=RR;
   
   gPieceType[149].mytype[0].halfindex[7][0]=RR;
   gPieceType[149].mytype[0].halfindex[7][1]=LL;
  
   gPieceType[149].mytype[0].halfindex[8][0]=LL;
   gPieceType[149].mytype[0].halfindex[8][1]=UU;
}

}