//------------------ SetUpPieceClass6 -------------------//


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

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

void TP_DoSetUpEternityPiece6(myPieceTypeClass gPieceType[])
{

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

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

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

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

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

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


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


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


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


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


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

}