function iedl()
{
	wmv=parseInt(gck("PGWMID"));	
	if (!isNaN(wmv)) value=wmv; else value=1000000;		
	if (document.readyState)
	{location.href = 'http://www.partygammon.com/Downloads/de/'+value+'/PartyGammonSetup.exe';
	if (document.readyState && document.readyState=='loading') 
	{setTimeout('downloadpage()', 200);return false;}}
	return true;
}

function downloadpage()
{
	if (document.readyState=='loading')
	{setTimeout('downloadpage()',200);}
	else {location.href='/download/';}
}