function insmodel(mdl)
{
document.write ('<tr>')
document.write ('<td>&nbsp;</td>')
document.write ('<td align="center"><br>&nbsp;'+mdl+'</td>')
document.write ('</tr>')
document.write ('<tr>')
document.write ('<td><div style="width:188px;float:left;border: 1px solid #A80000;" class="mtImgBoxStyle"><a target="_blank" href="model/foto/'+mdl+'.jpg" title="'+mdl+'" onclick="return hs.expand(this)"><img class="multithumb"  src="model/foto/'+mdl+'m.jpg"width="188" height="250"  alt="'+mdl+'" title="'+mdl+'" border="" /></a><div class="highslide-caption" align="center"> <b>'+mdl+'</b></div><div class="mtCapStyle">'+mdl+'</div></div></td>')
document.write ('<td>&nbsp;&nbsp;')
document.write ('<p>')
}
