function launchSE(file) {

var so = new SWFObject("/flash/" + file, "head", "980", "260", "6", "#FFFFFF", true);

so.setAttribute('xiRedirectUrl', 'http://npo/');
so.addParam('menu', 'true');
so.addParam('quality', 'high');
so.addParam('wmode', 'window');
so.addParam('allowScriptAccess', 'always');
so.write("sehd");
}