"); tWin.write("
"); if (row!=0){ tWin.write("You can shop more products for this category by selecting index within this selection box: "); tWin.write("
") for (var i=1; i<=row; i++) { tWin.write("
"+((i-1)*lar+1)+" to "+i*lar);} rest=rest+i*lar-lar; tWin.write( "
"+((i-1)*lar+1)+" to "+rest); tWin.write("
"); tWin.write("There are total "+rest+" items in category "+fom+"."); } tWin.write("
"); prodID=parent.frames[1].prodID; for (var i = 1; i <= prodID.length; i++){ if(prodTypeInfo == prodID[i].type){ indexNum = i; prodID[i].show(tWin,i); match = true; } } tWin.write("