t1='';
t2='';
 menu = new Array(
'FREE PIANO LESSON','',
'-----------------------------------','',
'Secrets To Playing By Ear Course ','http://www.hearandplay.com/ggcourse',
'...FREE Gospel Piano Lesson ','http://www.hearandplay.com/godsgospel',
'...60 FREE Piano Lessons ','http://www.hearandplay.com/godsgospel',
'...',t2+'/',
'','',
'','',
'....................................','',
'*','*');

  i=0;
  f='';
  while (menu[i]!='*')
  {
   thisvalue=i;
   if (menu[i]=='') {   f='';thisvalue='';}
   document.write('<option value="'+menu[i+1]+'">'+f+menu[i]+'</option>');
   f='-';
   if (menu[i]=='') {   f='';}
   i=i+2;
  }

