var sysIntegr = Array ();

function openTopPromoPage() {
 var win = window.open('','TopPromo','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=366,height=286');
 win.document.open("text/html");
 with (win.document) {
  write("<html><head><title>ASA</title><script language=\"JavaScript\">self.focus()</script></head><body bgcolor='#ffffff' leftmargin=0 topmargin=0 marginheight=0 marginwidth=0><table height='100%' width='100%' cellpadding=0 cellspacing=0><tr><td align=center><OBJECT id=asa_intro5 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 ");
  write("codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0 ID=TopFlash WIDTH=100% height=100%>");
  write("<PARAM NAME=movie VALUE='/i/flash/asa_ani5.swf'><PARAM NAME=loop VALUE=false><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src='/i/flash/asa_ani5.swf' loop=false quality=high bgcolor=#FFFFFF WIDTH=100% HEIGHT=100% TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED>");
  write("</OBJECT>");
  write("<script language=\"JavaScript\">function go(url) {if (window.opener && window.opener.open && !window.opener.closed) {window.opener.document.location=url;}}</script>");
  write("</td></tr></table></body></html>");
  close();
 }
}

