
//------Открытие окна с сертификатом-------------------//
function one(href){
 window.open(href, 'tovar', 'scrollbars=yes, resizable=no, left=100, top=0, width=560, height=540')
}

//------Открытие окна со свидетельством----------------//
function two(href){
 window.open(href, 'tovar', 'scrollbars=yes, resizable=no, left=100, top=0, width=520, height=540')
}
