<!--
self.name="mainWin";

function popCookie(pub)
{
var cookie_name = "POP"+pub;
if(document.cookie)
	{index = document.cookie.indexOf(cookie_name);}
else 
	{index = -1;}

if (index == -1)
	{
	pu=window.open('POP'+pub+'.htm', 'wordingWin', 'width=325,height=244,left=150,top=0');
	document.cookie=cookie_name+"=yes; expires=Tuesday, 05-Apr-2010 05:00:00 GMT";
	//pu.blur();
	//window.focus();
	}
}
-->
