function modelpop(html_doc,breed,hoog)
 { 
window.open(html_doc,"3D","width="+ breed +",height="+ hoog +",location=no,toolbar=no,menubar=no,scrollbars=no,resizable=no,status=0,dependent=yes");
}

