
function price(e){
  var href=e+'.html';
  window.open(href,'','width=500,height=600,scrollbars=1');
}
function secr(e){
  var href=e+'.html';
  window.open(href,'','width=650,height=600,scrollbars=1');
}
