//------------------ SetUpPieceClass19 -------------------//


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

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


void TP_DoSetUpEternityPiece19(myPieceTypeClass gPieceType[])
{
  
    //---------------------- 190 --------------//
   gPieceType[190].totalnum=8; 
   gPieceType[190].num0=4;
   gPieceType[190].num1=4;
  
   gPieceType[190].mytype[0].loc[0].h=2;
   gPieceType[190].mytype[0].loc[0].v=0;
   
   gPieceType[190].mytype[0].loc[1].h=3;
   gPieceType[190].mytype[0].loc[1].v=0;
   
   gPieceType[190].mytype[0].loc[2].h=4;
   gPieceType[190].mytype[0].loc[2].v=0;
  
   gPieceType[190].mytype[0].loc[3].h=0;
   gPieceType[190].mytype[0].loc[3].v=1;
   
   gPieceType[190].mytype[0].loc[4].h=1;
   gPieceType[190].mytype[0].loc[4].v=1;
   
   gPieceType[190].mytype[0].loc[5].h=2;
   gPieceType[190].mytype[0].loc[5].v=1;
   
   gPieceType[190].mytype[0].loc[6].h=3;
   gPieceType[190].mytype[0].loc[6].v=1;
   
   gPieceType[190].mytype[0].loc[7].h=4;
   gPieceType[190].mytype[0].loc[7].v=1;
   
 
   gPieceType[190].mytype[0].full[0]=false;
   gPieceType[190].mytype[0].full[1]=false;
   gPieceType[190].mytype[0].full[2]=true;
   gPieceType[190].mytype[0].full[3]=false;
   gPieceType[190].mytype[0].full[4]=true;
   gPieceType[190].mytype[0].full[5]=true;
   gPieceType[190].mytype[0].full[6]=true;
   gPieceType[190].mytype[0].full[7]=false;
   
   gPieceType[190].mytype[0].up[0]=true;
   gPieceType[190].mytype[0].up[1]=false;
   gPieceType[190].mytype[0].up[2]=true;
   gPieceType[190].mytype[0].up[3]=false;
   gPieceType[190].mytype[0].up[4]=true;
   gPieceType[190].mytype[0].up[5]=false;
   gPieceType[190].mytype[0].up[6]=true;
   gPieceType[190].mytype[0].up[7]=false;
  
   
   gPieceType[190].mytype[0].halfindex[0][0]=DD;
   gPieceType[190].mytype[0].halfindex[0][1]=RR;
  
   gPieceType[190].mytype[0].halfindex[1][0]=RR;
   gPieceType[190].mytype[0].halfindex[1][1]=LL;
   
   gPieceType[190].mytype[0].halfindex[3][0]=RR;
   gPieceType[190].mytype[0].halfindex[3][1]=LL;
  
   gPieceType[190].mytype[0].halfindex[7][0]=UU;
   gPieceType[190].mytype[0].halfindex[7][1]=LL;
  
     //---------------------- 191 --------------//
   gPieceType[191].totalnum=8; 
   gPieceType[191].num0=4;
   gPieceType[191].num1=4;
  
   gPieceType[191].mytype[0].loc[0].h=2;
   gPieceType[191].mytype[0].loc[0].v=0;
   
   gPieceType[191].mytype[0].loc[1].h=3;
   gPieceType[191].mytype[0].loc[1].v=0;
   
   gPieceType[191].mytype[0].loc[2].h=4;
   gPieceType[191].mytype[0].loc[2].v=0;
  
   gPieceType[191].mytype[0].loc[3].h=0;
   gPieceType[191].mytype[0].loc[3].v=1;
   
   gPieceType[191].mytype[0].loc[4].h=1;
   gPieceType[191].mytype[0].loc[4].v=1;
   
   gPieceType[191].mytype[0].loc[5].h=2;
   gPieceType[191].mytype[0].loc[5].v=1;
   
   gPieceType[191].mytype[0].loc[6].h=3;
   gPieceType[191].mytype[0].loc[6].v=1;
   
   gPieceType[191].mytype[0].loc[7].h=4;
   gPieceType[191].mytype[0].loc[7].v=1;
   
 
   gPieceType[191].mytype[0].full[0]=false;
   gPieceType[191].mytype[0].full[1]=false;
   gPieceType[191].mytype[0].full[2]=true;
   gPieceType[191].mytype[0].full[3]=false;
   gPieceType[191].mytype[0].full[4]=true;
   gPieceType[191].mytype[0].full[5]=true;
   gPieceType[191].mytype[0].full[6]=true;
   gPieceType[191].mytype[0].full[7]=false;
   
   gPieceType[191].mytype[0].up[0]=true;
   gPieceType[191].mytype[0].up[1]=false;
   gPieceType[191].mytype[0].up[2]=true;
   gPieceType[191].mytype[0].up[3]=false;
   gPieceType[191].mytype[0].up[4]=true;
   gPieceType[191].mytype[0].up[5]=false;
   gPieceType[191].mytype[0].up[6]=true;
   gPieceType[191].mytype[0].up[7]=false;
  
   
   gPieceType[191].mytype[0].halfindex[0][0]=DD;
   gPieceType[191].mytype[0].halfindex[0][1]=RR;
  
   gPieceType[191].mytype[0].halfindex[1][0]=RR;
   gPieceType[191].mytype[0].halfindex[1][1]=LL;
   
   gPieceType[191].mytype[0].halfindex[3][0]=RR;
   gPieceType[191].mytype[0].halfindex[3][1]=UU;
  
   gPieceType[191].mytype[0].halfindex[7][0]=UU;
   gPieceType[191].mytype[0].halfindex[7][1]=LL;
   
      //---------------------- 192 --------------//
   gPieceType[192].totalnum=8; 
   gPieceType[192].num0=4;
   gPieceType[192].num1=4;
  
   gPieceType[192].mytype[0].loc[0].h=1;
   gPieceType[192].mytype[0].loc[0].v=0;
   
   gPieceType[192].mytype[0].loc[1].h=2;
   gPieceType[192].mytype[0].loc[1].v=0;
   
   gPieceType[192].mytype[0].loc[2].h=3;
   gPieceType[192].mytype[0].loc[2].v=0;
  
   gPieceType[192].mytype[0].loc[3].h=4;
   gPieceType[192].mytype[0].loc[3].v=0;
   
   gPieceType[192].mytype[0].loc[4].h=0;
   gPieceType[192].mytype[0].loc[4].v=1;
   
   gPieceType[192].mytype[0].loc[5].h=1;
   gPieceType[192].mytype[0].loc[5].v=1;
   
   gPieceType[192].mytype[0].loc[6].h=2;
   gPieceType[192].mytype[0].loc[6].v=1;
   
   gPieceType[192].mytype[0].loc[7].h=3;
   gPieceType[192].mytype[0].loc[7].v=1;
   
 
   gPieceType[192].mytype[0].full[0]=false;
   gPieceType[192].mytype[0].full[1]=false;
   gPieceType[192].mytype[0].full[2]=true;
   gPieceType[192].mytype[0].full[3]=false;
   gPieceType[192].mytype[0].full[4]=true;
   gPieceType[192].mytype[0].full[5]=true;
   gPieceType[192].mytype[0].full[6]=false;
   gPieceType[192].mytype[0].full[7]=true;
   
   gPieceType[192].mytype[0].up[0]=true;
   gPieceType[192].mytype[0].up[1]=false;
   gPieceType[192].mytype[0].up[2]=true;
   gPieceType[192].mytype[0].up[3]=false;
   gPieceType[192].mytype[0].up[4]=true;
   gPieceType[192].mytype[0].up[5]=false;
   gPieceType[192].mytype[0].up[6]=true;
   gPieceType[192].mytype[0].up[7]=false;
  
   
   gPieceType[192].mytype[0].halfindex[0][0]=DD;
   gPieceType[192].mytype[0].halfindex[0][1]=RR;
  
   gPieceType[192].mytype[0].halfindex[1][0]=RR;
   gPieceType[192].mytype[0].halfindex[1][1]=LL;
   
   gPieceType[192].mytype[0].halfindex[3][0]=LL;
   gPieceType[192].mytype[0].halfindex[3][1]=RR;
  
   gPieceType[192].mytype[0].halfindex[6][0]=RR;
   gPieceType[192].mytype[0].halfindex[6][1]=LL;
   
      //---------------------- 193 --------------//
   gPieceType[193].totalnum=8; 
   gPieceType[193].num0=4;
   gPieceType[193].num1=4;
  
   gPieceType[193].mytype[0].loc[0].h=2;
   gPieceType[193].mytype[0].loc[0].v=0;
   
   gPieceType[193].mytype[0].loc[1].h=3;
   gPieceType[193].mytype[0].loc[1].v=0;
   
   gPieceType[193].mytype[0].loc[2].h=4;
   gPieceType[193].mytype[0].loc[2].v=0;
  
   gPieceType[193].mytype[0].loc[3].h=0;
   gPieceType[193].mytype[0].loc[3].v=1;
   
   gPieceType[193].mytype[0].loc[4].h=1;
   gPieceType[193].mytype[0].loc[4].v=1;
   
   gPieceType[193].mytype[0].loc[5].h=2;
   gPieceType[193].mytype[0].loc[5].v=1;
   
   gPieceType[193].mytype[0].loc[6].h=3;
   gPieceType[193].mytype[0].loc[6].v=1;
   
   gPieceType[193].mytype[0].loc[7].h=4;
   gPieceType[193].mytype[0].loc[7].v=1;
   
 
   gPieceType[193].mytype[0].full[0]=false;
   gPieceType[193].mytype[0].full[1]=false;
   gPieceType[193].mytype[0].full[2]=true;
   gPieceType[193].mytype[0].full[3]=false;
   gPieceType[193].mytype[0].full[4]=true;
   gPieceType[193].mytype[0].full[5]=true;
   gPieceType[193].mytype[0].full[6]=false;
   gPieceType[193].mytype[0].full[7]=true;
   
   gPieceType[193].mytype[0].up[0]=true;
   gPieceType[193].mytype[0].up[1]=false;
   gPieceType[193].mytype[0].up[2]=true;
   gPieceType[193].mytype[0].up[3]=false;
   gPieceType[193].mytype[0].up[4]=true;
   gPieceType[193].mytype[0].up[5]=false;
   gPieceType[193].mytype[0].up[6]=true;
   gPieceType[193].mytype[0].up[7]=false;
  
   
   gPieceType[193].mytype[0].halfindex[0][0]=DD;
   gPieceType[193].mytype[0].halfindex[0][1]=RR;
  
   gPieceType[193].mytype[0].halfindex[1][0]=RR;
   gPieceType[193].mytype[0].halfindex[1][1]=LL;
   
   gPieceType[193].mytype[0].halfindex[3][0]=RR;
   gPieceType[193].mytype[0].halfindex[3][1]=LL;
  
   gPieceType[193].mytype[0].halfindex[6][0]=RR;
   gPieceType[193].mytype[0].halfindex[6][1]=LL;
   
      //---------------------- 194 --------------//
   gPieceType[194].totalnum=8; 
   gPieceType[194].num0=4;
   gPieceType[194].num1=4;
  
   gPieceType[194].mytype[0].loc[0].h=1;
   gPieceType[194].mytype[0].loc[0].v=0;
   
   gPieceType[194].mytype[0].loc[1].h=2;
   gPieceType[194].mytype[0].loc[1].v=0;
   
   gPieceType[194].mytype[0].loc[2].h=3;
   gPieceType[194].mytype[0].loc[2].v=0;
  
   gPieceType[194].mytype[0].loc[3].h=4;
   gPieceType[194].mytype[0].loc[3].v=0;
   
   gPieceType[194].mytype[0].loc[4].h=0;
   gPieceType[194].mytype[0].loc[4].v=1;
   
   gPieceType[194].mytype[0].loc[5].h=1;
   gPieceType[194].mytype[0].loc[5].v=1;
   
   gPieceType[194].mytype[0].loc[6].h=2;
   gPieceType[194].mytype[0].loc[6].v=1;
   
   gPieceType[194].mytype[0].loc[7].h=3;
   gPieceType[194].mytype[0].loc[7].v=1;
   
 
   gPieceType[194].mytype[0].full[0]=false;
   gPieceType[194].mytype[0].full[1]=false;
   gPieceType[194].mytype[0].full[2]=true;
   gPieceType[194].mytype[0].full[3]=false;
   gPieceType[194].mytype[0].full[4]=true;
   gPieceType[194].mytype[0].full[5]=true;
   gPieceType[194].mytype[0].full[6]=false;
   gPieceType[194].mytype[0].full[7]=true;
   
   gPieceType[194].mytype[0].up[0]=true;
   gPieceType[194].mytype[0].up[1]=false;
   gPieceType[194].mytype[0].up[2]=true;
   gPieceType[194].mytype[0].up[3]=false;
   gPieceType[194].mytype[0].up[4]=true;
   gPieceType[194].mytype[0].up[5]=false;
   gPieceType[194].mytype[0].up[6]=true;
   gPieceType[194].mytype[0].up[7]=false;
  
   
   gPieceType[194].mytype[0].halfindex[0][0]=DD;
   gPieceType[194].mytype[0].halfindex[0][1]=RR;
  
   gPieceType[194].mytype[0].halfindex[1][0]=RR;
   gPieceType[194].mytype[0].halfindex[1][1]=LL;
   
   gPieceType[194].mytype[0].halfindex[3][0]=LL;
   gPieceType[194].mytype[0].halfindex[3][1]=UU;
  
   gPieceType[194].mytype[0].halfindex[6][0]=LL;
   gPieceType[194].mytype[0].halfindex[6][1]=RR;
   
      //---------------------- 195 --------------//
   gPieceType[195].totalnum=8; 
   gPieceType[195].num0=4;
   gPieceType[195].num1=4;
  
   gPieceType[195].mytype[0].loc[0].h=1;
   gPieceType[195].mytype[0].loc[0].v=0;
   
   gPieceType[195].mytype[0].loc[1].h=2;
   gPieceType[195].mytype[0].loc[1].v=0;
   
   gPieceType[195].mytype[0].loc[2].h=3;
   gPieceType[195].mytype[0].loc[2].v=0;
  
   gPieceType[195].mytype[0].loc[3].h=0;
   gPieceType[195].mytype[0].loc[3].v=1;
   
   gPieceType[195].mytype[0].loc[4].h=1;
   gPieceType[195].mytype[0].loc[4].v=1;
   
   gPieceType[195].mytype[0].loc[5].h=2;
   gPieceType[195].mytype[0].loc[5].v=1;
   
   gPieceType[195].mytype[0].loc[6].h=3;
   gPieceType[195].mytype[0].loc[6].v=1;
   
   gPieceType[195].mytype[0].loc[7].h=4;
   gPieceType[195].mytype[0].loc[7].v=1;
   
 
   gPieceType[195].mytype[0].full[0]=false;
   gPieceType[195].mytype[0].full[1]=false;
   gPieceType[195].mytype[0].full[2]=true;
   gPieceType[195].mytype[0].full[3]=true;
   gPieceType[195].mytype[0].full[4]=true;
   gPieceType[195].mytype[0].full[5]=false;
   gPieceType[195].mytype[0].full[6]=true;
   gPieceType[195].mytype[0].full[7]=false;
   
   gPieceType[195].mytype[0].up[0]=true;
   gPieceType[195].mytype[0].up[1]=false;
   gPieceType[195].mytype[0].up[2]=true;
   gPieceType[195].mytype[0].up[3]=true;
   gPieceType[195].mytype[0].up[4]=false;
   gPieceType[195].mytype[0].up[5]=true;
   gPieceType[195].mytype[0].up[6]=false;
   gPieceType[195].mytype[0].up[7]=true;
  
   
   gPieceType[195].mytype[0].halfindex[0][0]=DD;
   gPieceType[195].mytype[0].halfindex[0][1]=RR;
  
   gPieceType[195].mytype[0].halfindex[1][0]=RR;
   gPieceType[195].mytype[0].halfindex[1][1]=LL;
   
   gPieceType[195].mytype[0].halfindex[5][0]=LL;
   gPieceType[195].mytype[0].halfindex[5][1]=RR;
  
   gPieceType[195].mytype[0].halfindex[7][0]=LL;
   gPieceType[195].mytype[0].halfindex[7][1]=RR;
   
        //---------------------- 196 --------------//
   gPieceType[196].totalnum=8; 
   gPieceType[196].num0=4;
   gPieceType[196].num1=4;
  
   gPieceType[196].mytype[0].loc[0].h=1;
   gPieceType[196].mytype[0].loc[0].v=0;
   
   gPieceType[196].mytype[0].loc[1].h=2;
   gPieceType[196].mytype[0].loc[1].v=0;
   
   gPieceType[196].mytype[0].loc[2].h=3;
   gPieceType[196].mytype[0].loc[2].v=0;
  
   gPieceType[196].mytype[0].loc[3].h=0;
   gPieceType[196].mytype[0].loc[3].v=1;
   
   gPieceType[196].mytype[0].loc[4].h=1;
   gPieceType[196].mytype[0].loc[4].v=1;
   
   gPieceType[196].mytype[0].loc[5].h=2;
   gPieceType[196].mytype[0].loc[5].v=1;
   
   gPieceType[196].mytype[0].loc[6].h=3;
   gPieceType[196].mytype[0].loc[6].v=1;
   
   gPieceType[196].mytype[0].loc[7].h=4;
   gPieceType[196].mytype[0].loc[7].v=1;
   
 
   gPieceType[196].mytype[0].full[0]=false;
   gPieceType[196].mytype[0].full[1]=false;
   gPieceType[196].mytype[0].full[2]=true;
   gPieceType[196].mytype[0].full[3]=true;
   gPieceType[196].mytype[0].full[4]=true;
   gPieceType[196].mytype[0].full[5]=false;
   gPieceType[196].mytype[0].full[6]=true;
   gPieceType[196].mytype[0].full[7]=false;
   
   gPieceType[196].mytype[0].up[0]=true;
   gPieceType[196].mytype[0].up[1]=false;
   gPieceType[196].mytype[0].up[2]=true;
   gPieceType[196].mytype[0].up[3]=true;
   gPieceType[196].mytype[0].up[4]=false;
   gPieceType[196].mytype[0].up[5]=true;
   gPieceType[196].mytype[0].up[6]=false;
   gPieceType[196].mytype[0].up[7]=true;
  
   
   gPieceType[196].mytype[0].halfindex[0][0]=DD;
   gPieceType[196].mytype[0].halfindex[0][1]=RR;
  
   gPieceType[196].mytype[0].halfindex[1][0]=RR;
   gPieceType[196].mytype[0].halfindex[1][1]=LL;
   
   gPieceType[196].mytype[0].halfindex[5][0]=LL;
   gPieceType[196].mytype[0].halfindex[5][1]=RR;
  
   gPieceType[196].mytype[0].halfindex[7][0]=LL;
   gPieceType[196].mytype[0].halfindex[7][1]=DD;
   
        //---------------------- 197 --------------//
   gPieceType[197].totalnum=8; 
   gPieceType[197].num0=4;
   gPieceType[197].num1=4;
  
   gPieceType[197].mytype[0].loc[0].h=1;
   gPieceType[197].mytype[0].loc[0].v=0;
   
   gPieceType[197].mytype[0].loc[1].h=2;
   gPieceType[197].mytype[0].loc[1].v=0;
   
   gPieceType[197].mytype[0].loc[2].h=3;
   gPieceType[197].mytype[0].loc[2].v=0;
  
   gPieceType[197].mytype[0].loc[3].h=0;
   gPieceType[197].mytype[0].loc[3].v=1;
   
   gPieceType[197].mytype[0].loc[4].h=1;
   gPieceType[197].mytype[0].loc[4].v=1;
   
   gPieceType[197].mytype[0].loc[5].h=2;
   gPieceType[197].mytype[0].loc[5].v=1;
   
   gPieceType[197].mytype[0].loc[6].h=3;
   gPieceType[197].mytype[0].loc[6].v=1;
   
   gPieceType[197].mytype[0].loc[7].h=0;
   gPieceType[197].mytype[0].loc[7].v=2;
   
 
   gPieceType[197].mytype[0].full[0]=false;
   gPieceType[197].mytype[0].full[1]=false;
   gPieceType[197].mytype[0].full[2]=true;
   gPieceType[197].mytype[0].full[3]=true;
   gPieceType[197].mytype[0].full[4]=true;
   gPieceType[197].mytype[0].full[5]=false;
   gPieceType[197].mytype[0].full[6]=true;
   gPieceType[197].mytype[0].full[7]=false;
   
   gPieceType[197].mytype[0].up[0]=true;
   gPieceType[197].mytype[0].up[1]=false;
   gPieceType[197].mytype[0].up[2]=true;
   gPieceType[197].mytype[0].up[3]=true;
   gPieceType[197].mytype[0].up[4]=false;
   gPieceType[197].mytype[0].up[5]=true;
   gPieceType[197].mytype[0].up[6]=false;
   gPieceType[197].mytype[0].up[7]=false;
  
   
   gPieceType[197].mytype[0].halfindex[0][0]=DD;
   gPieceType[197].mytype[0].halfindex[0][1]=RR;
  
   gPieceType[197].mytype[0].halfindex[1][0]=RR;
   gPieceType[197].mytype[0].halfindex[1][1]=LL;
   
   gPieceType[197].mytype[0].halfindex[5][0]=LL;
   gPieceType[197].mytype[0].halfindex[5][1]=RR;
  
   gPieceType[197].mytype[0].halfindex[7][0]=UU;
   gPieceType[197].mytype[0].halfindex[7][1]=RR;
   
           //---------------------- 198 --------------//
   gPieceType[198].totalnum=8; 
   gPieceType[198].num0=4;
   gPieceType[198].num1=4;
  
   gPieceType[198].mytype[0].loc[0].h=1;
   gPieceType[198].mytype[0].loc[0].v=0;
   
   gPieceType[198].mytype[0].loc[1].h=2;
   gPieceType[198].mytype[0].loc[1].v=0;
   
   gPieceType[198].mytype[0].loc[2].h=3;
   gPieceType[198].mytype[0].loc[2].v=0;
  
   gPieceType[198].mytype[0].loc[3].h=0;
   gPieceType[198].mytype[0].loc[3].v=1;
   
   gPieceType[198].mytype[0].loc[4].h=1;
   gPieceType[198].mytype[0].loc[4].v=1;
   
   gPieceType[198].mytype[0].loc[5].h=2;
   gPieceType[198].mytype[0].loc[5].v=1;
   
   gPieceType[198].mytype[0].loc[6].h=3;
   gPieceType[198].mytype[0].loc[6].v=1;
   
   gPieceType[198].mytype[0].loc[7].h=0;
   gPieceType[198].mytype[0].loc[7].v=2;
   
 
   gPieceType[198].mytype[0].full[0]=false;
   gPieceType[198].mytype[0].full[1]=false;
   gPieceType[198].mytype[0].full[2]=true;
   gPieceType[198].mytype[0].full[3]=true;
   gPieceType[198].mytype[0].full[4]=true;
   gPieceType[198].mytype[0].full[5]=false;
   gPieceType[198].mytype[0].full[6]=true;
   gPieceType[198].mytype[0].full[7]=false;
   
   gPieceType[198].mytype[0].up[0]=true;
   gPieceType[198].mytype[0].up[1]=false;
   gPieceType[198].mytype[0].up[2]=true;
   gPieceType[198].mytype[0].up[3]=true;
   gPieceType[198].mytype[0].up[4]=false;
   gPieceType[198].mytype[0].up[5]=true;
   gPieceType[198].mytype[0].up[6]=false;
   gPieceType[198].mytype[0].up[7]=false;
  
   
   gPieceType[198].mytype[0].halfindex[0][0]=DD;
   gPieceType[198].mytype[0].halfindex[0][1]=RR;
  
   gPieceType[198].mytype[0].halfindex[1][0]=RR;
   gPieceType[198].mytype[0].halfindex[1][1]=LL;
   
   gPieceType[198].mytype[0].halfindex[5][0]=LL;
   gPieceType[198].mytype[0].halfindex[5][1]=RR;
  
   gPieceType[198].mytype[0].halfindex[7][0]=UU;
   gPieceType[198].mytype[0].halfindex[7][1]=LL;
   
           //---------------------- 199 --------------//
   gPieceType[199].totalnum=8; 
   gPieceType[199].num0=4;
   gPieceType[199].num1=4;
  
   gPieceType[199].mytype[0].loc[0].h=2;
   gPieceType[199].mytype[0].loc[0].v=0;
   
   gPieceType[199].mytype[0].loc[1].h=3;
   gPieceType[199].mytype[0].loc[1].v=0;
   
   gPieceType[199].mytype[0].loc[2].h=4;
   gPieceType[199].mytype[0].loc[2].v=0;
  
   gPieceType[199].mytype[0].loc[3].h=0;
   gPieceType[199].mytype[0].loc[3].v=1;
   
   gPieceType[199].mytype[0].loc[4].h=1;
   gPieceType[199].mytype[0].loc[4].v=1;
   
   gPieceType[199].mytype[0].loc[5].h=2;
   gPieceType[199].mytype[0].loc[5].v=1;
   
   gPieceType[199].mytype[0].loc[6].h=3;
   gPieceType[199].mytype[0].loc[6].v=1;
   
   gPieceType[199].mytype[0].loc[7].h=4;
   gPieceType[199].mytype[0].loc[7].v=1;
   
 
   gPieceType[199].mytype[0].full[0]=false;
   gPieceType[199].mytype[0].full[1]=false;
   gPieceType[199].mytype[0].full[2]=true;
   gPieceType[199].mytype[0].full[3]=false;
   gPieceType[199].mytype[0].full[4]=true;
   gPieceType[199].mytype[0].full[5]=true;
   gPieceType[199].mytype[0].full[6]=false;
   gPieceType[199].mytype[0].full[7]=true;
   
   gPieceType[199].mytype[0].up[0]=true;
   gPieceType[199].mytype[0].up[1]=false;
   gPieceType[199].mytype[0].up[2]=true;
   gPieceType[199].mytype[0].up[3]=false;
   gPieceType[199].mytype[0].up[4]=true;
   gPieceType[199].mytype[0].up[5]=false;
   gPieceType[199].mytype[0].up[6]=true;
   gPieceType[199].mytype[0].up[7]=false;
  
   
   gPieceType[199].mytype[0].halfindex[0][0]=DD;
   gPieceType[199].mytype[0].halfindex[0][1]=RR;
  
   gPieceType[199].mytype[0].halfindex[1][0]=RR;
   gPieceType[199].mytype[0].halfindex[1][1]=LL;
   
   gPieceType[199].mytype[0].halfindex[3][0]=RR;
   gPieceType[199].mytype[0].halfindex[3][1]=LL;
  
   gPieceType[199].mytype[0].halfindex[6][0]=LL;
   gPieceType[199].mytype[0].halfindex[6][1]=RR;
}

}