// popup_window.js is required

Event.observe(window, "load", function() {
	new PopupWindow("feature-link", null, "genetyxfeature", "width=600,height=500,menubar=no,toolbar=no,scrollbars=yes");
});
