Dik esli mnogo nado otkrivat' , to sdelai funksiu na stranichke s flashem ( ili v samom flashe ).

Код:
function otkrit(bg,pic,w,h,name){
WinName= window.open("","+name+","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+w+",height="+h);
WinName.document.write("<html><head><title>"+name+"<title></head>");
WinName.document.write("<body bgcolor="+bg+"><font>whatever you want here</font>");
WinName.document.write("<img src="+pic+"> blah blah blah</body></html>");
}
a potom vizivai ee
<a href=# onClick=otkrit("red","some.jpg",200,300,"this name");>click</a>
nu ili iz flesha ......