var winParam = 'toolbar=' + toolbarOption + ',status=no,menubar=' + menubarOption + ',scrollbars=' + scrollbarOption + ',resizable=no,width='+popW+',height='+popH+',top='+topPos+',left='+leftPos;

function openPopUp( pageURL )
{
  prochatPopUp = window.open( pageURL, 'prochatPopUp', winParam);
}


var winIpxParam = 'toolbar=no,status=no,menubar=no,scrollbars=' + scrollbarOption + ',resizable=no,width='+popIpxW+',height='+popIpxH+',top='+topIpxPos+', left='+leftIpxPos;

function openIpxPopUp( lang, ipx )
{
  ipx_url = '/' + lang + '/popup_ipx.asp?ipx=' + ipx;
  prochatIpxPopUp = window.open( ipx_url, 'prochatIpxPopUp', winIpxParam);
}

function afficherAnim( file, width, height )
{
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + width + '" height="' + height + '">'
+'<PARAM name="movie" value="' + file + '">'
+'<PARAM name="quality" value="high">'
+'<EMBED src="' + file + '" QUALITY="high" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" TYPE="application/x-shockwave-flash" width="' + width + '" height="' + height + '"></EMBED>'
+'</OBJECT>');
}



