function showJig(jig, sz) {
   if (sz == '1')
   	top.frames[2].location = 'j_frame25.html?jig=' + jig
   else
   	top.frames[2].location = 'j_frame25.html?jig=' + jig + '&sz=' + sz
}

