function init_hide_select1(){
 this.init_hide_select("sel2");
}

function init_hide_flash1(){
 this.init_hide_flash("flash1", "img1.jpg");
}

function line1(type){
 switch(type){
  case 0:
   return '<table cellpadding="0" cellspacing="0" border="0" bgcolor="#D3D842"><tr>';
   break;
  case 1:
   return '<td width="5%" ';
   break;
  case 2:
   return '</tr></table></div>';
   break;
 }
}
