// JavaScript Document
function openWin() { //v2.0
  window.open('http://www.adobe.com/jp/products/flash/special/flashanniversary/microsite/','flashAnniversary','resizable=yes,width=1000,height=600');
}
