function resize(co,w,h) {
  co.style.width = w+'px';
  co.style.height = h+'px';
}
