show = GetCookie('pl');
if(show){
	win2 = window.open('http://'+url, 'pl', p);
	if(win2) win2.blur();
	window.focus();
}