function x(id) { //v2.0
  flash=window.open('popup_'+id+'.html','flash','width=450,height=400,top='+(screen.height-400)/2+',left='+(screen.width-650)/2+',alwaysRaised=1,location=0,scrollbars=1,resizable=1');
  flash.focus();
}
