function meucomando1(theURL,winName,features) { //v2.0
  window.open(theURL,'',',width=360,height=267');
}
function meucomando2(theURL,winName,features) { //v2.0
  window.open(theURL,'',',width=246,height=380');
}