\n');
}
// 2/11/04 sjg create OBJECT/EMBED tags on the fly. This lets us insert our variables to configure the A2J Viewer.
//WIDTH=1000 HEIGHT=600
var MovieSize="width=800 height=640 hspace=0 vspace=0 align=top";
var FlashVars="\"templateURL=" + templateURL +
"&fileDataURL="+fileDataURL+
"&getDataURL="+getDataURL+
"&setDataURL="+setDataURL+
"®ISTERED="+REGISTERED+
"&USER_NAME_FIRST="+USER_NAME_FIRST+
"&USER_NAME_MIDDLE="+USER_NAME_MIDDLE+
"&USER_NAME_LAST="+USER_NAME_LAST+
"&exitURL="+exitURL+"\"";
var FlashEmbed="";
var FlashObject="";
//-->
var alivecnt=0;
function alive()
{
alivecnt++;
document.getElementById("info").innerHTML= " "+alivecnt;
}
//-->