function p (f,s) {
	if (s > 0)
	window.open(f,null,"height=242,width=322,status=yes,toolbar=no,menubar=no,location=no");
	else
	window.open(f,null,"height=182,width=242,status=yes,toolbar=no,menubar=no,location=no");
	
	return false;
}