//------------------ SetUpPieceClass7 -------------------//


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

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

void TP_DoSetUpEternityPiece7(myPieceTypeClass  gPieceType[])
{

  //---------------------- 70 --------------//
   gPieceType[70].totalnum=8; 
   gPieceType[70].num0=4;
   gPieceType[70].num1=4;
  
   gPieceType[70].mytype[0].loc[0].h=2;
   gPieceType[70].mytype[0].loc[0].v=0;
   
   gPieceType[70].mytype[0].loc[1].h=4;
   gPieceType[70].mytype[0].loc[1].v=0;
   
   gPieceType[70].mytype[0].loc[2].h=0;
   gPieceType[70].mytype[0].loc[2].v=1;
  
   gPieceType[70].mytype[0].loc[3].h=1;
   gPieceType[70].mytype[0].loc[3].v=1;
   
   gPieceType[70].mytype[0].loc[4].h=2;
   gPieceType[70].mytype[0].loc[4].v=1;
   
   gPieceType[70].mytype[0].loc[5].h=3;
   gPieceType[70].mytype[0].loc[5].v=1;
   
   gPieceType[70].mytype[0].loc[6].h=4;
   gPieceType[70].mytype[0].loc[6].v=1;
   
   gPieceType[70].mytype[0].loc[7].h=5;
   gPieceType[70].mytype[0].loc[7].v=1;


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


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


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


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


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


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


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


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


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


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

}