var dvd=false;

function popDesc()
{ var x = '<table><tr><td><img src="../video/splashes/AxisDanceDVD.jpg" /></td>';
  x += '<td style="width:14px;"></td>';
  x += '<td style="width:360px;"><h2>Axis Flow Flags Vol. 1 &amp; 2 DVD</h2>';
  x += 'Axis Danz Company members George Jagatic and Jennifer Carlson teach the basics of flag spinning &ndash; a new form of object manipulation analogous to club swinging. This DVD teaches the basic skills jugglers want to learn to add this art to their repertoire. Part 1 covers the fundamentals of one flag: grip and flag handling, forward, backward, swoop, overhead, half pinwheel, transitions. Part 2 covers two flag spinning: double down, double back, one up one down, pinwheel, and transitions.<p />66 min. DVD';
  x += '</td></tr></table>';
  return popUp(x); }

function checkDVD()
{document.fm.dvdx.checked=true;}

function reProductColor2(o)
{ p = o.selectedIndex;
  f = getFline(o.value);
  if (p > 0)
  { i = p - 1;
    if (document.fm.dvdx.checked) {var Nums=dNums; var Names=dNames; var Prices=dPrices;}
    else {var Nums=pNums; var Names=pNames; var Prices=pPrices;}
    document.fm.elements["pNum[]"][f].value = Nums[i];
    document.fm.elements["pName[]"][f].value = Names[i];
    document.fm.elements["pPrice[]"][f].value = Prices[i]; }
  ns = "|" + f;
  var op = document.fm.elements["pOption2[]"][f];
  op.length = 1; var c = 0;
  var ac = colors[p];
  for (i=0; i < (ac.length); i++)
  { if (ac[i].indexOf(".") == -1)
    { c = op.length; op.length = (c+1);
	ncolor = ac[i];
	if (p > 0) {ncolor += ns;}
	var nOpt = new Option(ac[i]);
	op.options[c] = nOpt;
	op.options[c].value = ncolor; } }
  document.fm.elements["pOption2[]"][f].selectedIndex = 0; }

