//------------------ SetUpPieceClass13 -------------------//


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

public class  mySetUpPiece13
{
 final int     RR=0,  LL=1, DD= 2,UU =3;
 
void TP_DoSetUpEternityPiece13(myPieceTypeClass gPieceType[])
{
   //---------------------- 130 --------------//
   gPieceType[130].totalnum=8; 
   gPieceType[130].num0=4;
   gPieceType[130].num1=4;
  
   gPieceType[130].mytype[0].loc[0].h=2;
   gPieceType[130].mytype[0].loc[0].v=0;
   
   gPieceType[130].mytype[0].loc[1].h=1;
   gPieceType[130].mytype[0].loc[1].v=1;
   
   gPieceType[130].mytype[0].loc[2].h=2;
   gPieceType[130].mytype[0].loc[2].v=1;
  
   gPieceType[130].mytype[0].loc[3].h=3;
   gPieceType[130].mytype[0].loc[3].v=1;
   
   gPieceType[130].mytype[0].loc[4].h=4;
   gPieceType[130].mytype[0].loc[4].v=1;
   
   gPieceType[130].mytype[0].loc[5].h=0;
   gPieceType[130].mytype[0].loc[5].v=2;
   
   gPieceType[130].mytype[0].loc[6].h=1;
   gPieceType[130].mytype[0].loc[6].v=2;
   
   gPieceType[130].mytype[0].loc[7].h=3;
   gPieceType[130].mytype[0].loc[7].v=2;


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


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


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


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


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


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


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


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


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


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

}