\n');
}
function openmessenger()
{
if (!MM_FlashCanPlay)
{
if (confirm("You should install Macromedia Flash Player 6.0 or higher to view the messenger.\nDo you want to be directed to the Macromedia download site?"))
window.open("http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash")
}
else
{
loc=parent.parent.location.href;
parent.location.replace("openedmessenger.html");
parent.parent.location.href="openmessenger?research="+findresearch(loc);
}
}
function findresearch(str)
{
pos=str.search("\\?");
if (pos==-1) return "";
else
{
param=str.substr(pos+1);
parray=param.split("&");
for (i=0; i