// helloworld.js // // Copyright (C) 2007 serikashiki //////////////////////////////////////////////////////////////////////////////// function openHelloworldDialog() { window.open("chrome://helloworld/content/about.xul", "About", "chrome,dialog,centerscreen"); }