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="#F4EDD0"><tr>';*/
   return '<table cellpadding="0" cellspacing="0" border="0" width="750"><tr>';
   break;
  case 1:
   return '<td ';
   break;
  case 2:
   return '</tr></table></div>';
   break;
 }
}
