defaultStatus="Leather Master";

function mc(ob, iaction) 	{
     ob.bgColor = (iaction == "1") ? '#AF7756' : '#FFFFFF';
}

function mc2(ob, iaction) 	{
     ob.bgColor = (iaction == "1") ? '#FFFFFF' : '#AF7756';
}

function open_popup_image(ifile) { 
   ab = window.open( ifile , 'lm_pop', 'width=600, height=600,status=0,location=0,scrollbars=1,resizable=1' ) ; 
  return ;
} 

